summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2018-01-31net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-17sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-12-17tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern
2017-12-17net: remove hlist_nulls_add_tail_rcu()Eric Dumazet
2017-11-30uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-03net_sched: hold netns refcnt for each actionCong Wang
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-27Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-10-25strparser: Use delayed work instead of timer for msg timeoutTom Herbert
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-18fq_impl: Properly enforce memory limitToke Høiland-Jørgensen
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni
2017-10-01IPv4: early demux can return an error codePaolo Abeni
2017-09-25netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann
2017-09-21net: prevent dst uses after freeEric Dumazet
2017-09-18tcp: remove two unused functionsYuchung Cheng
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long
2017-09-13sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter
2017-09-12net_sched: get rid of tcfa_rcuCong Wang
2017-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal
2017-09-07Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-05net: dsa: Allow switch drivers to indicate number of TX queuesFlorian Fainelli
2017-09-05flow_dissector: Cleanup control flowTom Herbert
2017-09-05net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid referencesArnd Bergmann
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay