summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-08netlink: put module reference if dump start failsJason A. Donenfeld
2018-03-08cls_u32: fix use after free in u32_destroy_key()Paolo Abeni
2018-03-08tls: Use correct sk->sk_prot for IPV6Boris Pismenny
2018-03-08bridge: Fix VLAN reference count problemIdo Schimmel
2018-03-08sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev
2018-03-08net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern
2018-03-08sctp: do not pr_err for the duplicated node in transport rhlistXin Long
2018-03-08net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera
2018-03-08net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet
2018-03-08tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-03-08rxrpc: Fix send in rxrpc_send_data_packet()David Howells
2018-03-08tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin
2018-03-08sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala
2018-03-08udplite: fix partial checksum initializationAlexey Kodanev
2018-03-08sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev
2018-03-08net: sched: report if filter is too large to dumpRoman Kapl
2018-03-08netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel
2018-03-08net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-03-08net: fix race on decreasing number of TX queuesJakub Kicinski
2018-03-08ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2018-03-08fib_semantics: Don't match route with mismatching tclassidStefano Brivio
2018-03-08bridge: check brport attr show in brport_showXin Long
2018-02-28cfg80211: fix cfg80211_beacon_dupArnd Bergmann
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-02-25dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni
2018-02-25net_sched: gen_estimator: fix lockdep splatEric Dumazet
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-02-25rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan
2018-02-25rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan
2018-02-25netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang
2018-02-25netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-02-25netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-02-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-02-25netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov
2018-02-229p/trans_virtio: discard zero-length replyGreg Kurz
2018-02-22xprtrdma: Fix BUG after a device removalChuck Lever
2018-02-22xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever
2018-02-22mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams
2018-02-12net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2018-02-12net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2018-02-12soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
2018-02-12ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau
2018-02-12cls_u32: add missing RCU annotation.Paolo Abeni
2018-02-12tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-02-12net: ipv6: send unsolicited NA after DADDavid Ahern
2018-02-12Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-12ipv6: change route cache aging logicWei Wang
2018-02-12ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet
2018-02-12tcp: release sk_frag.page in tcp_disconnectLi RongQing