summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2018-04-29net: sched: ife: handle malformed tlv lengthAlexander Aring1-1/+2
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh1-0/+1
2018-04-29llc: delete timers synchronously in llc_sk_free()Cong Wang1-0/+1
2018-04-19Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc1-1/+1
2018-04-19slip: Check if rstate is initialized before uncompressingTejaswi Tanikella1-0/+1
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev1-0/+19
2018-03-31tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh1-5/+6
2018-03-09udplite: fix partial checksum initializationAlexey Kodanev1-0/+1
2018-03-03net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang1-1/+0
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu1-0/+3
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel1-0/+11
2018-02-25net_sched: red: Avoid devision by zeroNogah Frankel1-1/+1
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-1/+2
2018-02-25mac80211_hwsim: validate number of different channelsJohannes Berg1-0/+2
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)3-10/+0
2018-02-03mac80211: use QoS NDP for AP probingJohannes Berg1-1/+7
2018-01-31net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-1/+1
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman1-0/+10
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings1-0/+1
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-0/+3
2018-01-17sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner1-1/+1
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung1-1/+1
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet1-0/+1
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+1
2017-12-17tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell1-1/+1
2017-12-17tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern1-2/+1
2017-12-17net: remove hlist_nulls_add_tail_rcu()Eric Dumazet1-5/+1
2017-11-30uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin1-0/+4
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang1-0/+24
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang1-3/+1
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+5
2017-11-03net_sched: hold netns refcnt for each actionCong Wang1-1/+3
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang1-0/+2
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds165-0/+165
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman165-0/+165
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2-0/+5
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long2-2/+2
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend1-0/+1
2017-10-27Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller1-3/+6
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-0/+6
2017-10-25strparser: Use delayed work instead of timer for msg timeoutTom Herbert1-2/+1
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-0/+5
2017-10-18fq_impl: Properly enforce memory limitToke Høiland-Jørgensen1-3/+6
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni1-1/+3
2017-10-01IPv4: early demux can return an error codePaolo Abeni3-4/+4
2017-09-26netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann1-18/+55
2017-09-22net: prevent dst uses after freeEric Dumazet3-20/+6
2017-09-19tcp: remove two unused functionsYuchung Cheng1-1/+0