summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-05-02net/tls: fix refcount adjustment in fallbackJakub Kicinski
2019-05-02net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet
2019-05-02net: rds: exchange of 8K and 1M poolZhu Yanjun
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-05-02rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet
2019-05-02net/rds: Check address length before reading address familyTetsuo Handa
2019-05-02net: netrom: Fix error cleanup path of nr_proto_initYueHaibing
2019-05-02tipc: check link name with right length in tipc_nl_compat_link_setXin Long
2019-05-02tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long
2019-05-02netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown
2019-05-02ipvs: fix warning on unused variableAndrea Claudi
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr
2019-05-02tipc: handle the err returned from cmd header functionXin Long
2019-05-02netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso
2019-05-02netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2019-05-02netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso
2019-05-02netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso
2019-05-02netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal
2019-05-02netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-05-02netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2019-05-02netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal
2019-05-02netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
2019-05-02netfilter: nft_compat: make lists per netnsFlorian Westphal
2019-05-02netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-04-27sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2019-04-27route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-04-27tipc: missing entries in name table of publicationsHoang Le
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-27net: Fix missing meta data in skb with vlan packetYuya Kusakabe
2019-04-27net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov
2019-04-27net: bridge: fix per-port af_packet socketsNikolay Aleksandrov
2019-04-27net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-20rxrpc: Fix client call connect/disconnect raceDavid Howells
2019-04-20appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-04-20net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi
2019-04-20xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2019-04-20net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch
2019-04-20netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r...Taehee Yoo