summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2018-02-12net: igmp: add a missing rcu locking sectionEric Dumazet
2018-02-12ip6mr: fix stale iteratorNikolay Aleksandrov
2018-02-07nl80211: Sanitize array index in parse_txq_paramsDan Williams
2018-01-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert
2018-01-24net: sched: em_nbyte: don't add the data offset twiceWolfgang Bumiller
2018-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-23xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva
2018-01-23xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman
2018-01-22tls: Correct length of scatterlist in tls_sw_sendpageDave Watson
2018-01-22net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet
2018-01-22rds: tcp: compute m_ack_seq as offset from ->write_seqSowmini Varadhan
2018-01-19xfrm: fix error flow in case of add state failsAviad Yehezkel
2018-01-18Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pu...David S. Miller
2018-01-18ipv6: don't let tb6_root node share routes with other nodeWei Wang
2018-01-18ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet
2018-01-18cfg80211: fix station info handling bugsJohannes Berg
2018-01-18netlink: reset extack earlier in netlink_rcv_skbXin Long
2018-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-18xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde
2018-01-17bpf: fix cls_bpf on filter replaceDaniel Borkmann
2018-01-17tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca
2018-01-17tls: return -EBUSY if crypto_info is already setSabrina Dubroca
2018-01-17tls: fix sw_ctx leakSabrina Dubroca
2018-01-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long