summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-05-161-0/+1
* net: fix rtnh_ok()Eric Dumazet2018-05-161-1/+1
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-05-091-0/+8
* net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-291-1/+2
* tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-291-0/+1
* llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-291-0/+1
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-191-1/+1
* slip: Check if rstate is initialized before uncompressingTejaswi Tanikella2018-04-191-0/+1
* sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-03-311-0/+19
* tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh2018-03-311-5/+6
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-081-0/+1
* net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang2018-03-031-1/+0
* xfrm: Reinject transport-mode packets through taskletHerbert Xu2018-03-031-0/+3
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-251-0/+11
* net_sched: red: Avoid devision by zeroNogah Frankel2018-02-251-1/+1
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2018-02-251-1/+2
* mac80211_hwsim: validate number of different channelsJohannes Berg2018-02-251-0/+2
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-223-10/+0
* mac80211: use QoS NDP for AP probingJohannes Berg2018-02-031-1/+7
* net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-311-1/+1
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-311-0/+10
* ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-311-0/+1
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-311-0/+3
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-171-1/+1
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-021-1/+1
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-021-0/+1
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-12-171-1/+1
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-12-171-1/+1
* tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern2017-12-171-2/+1
* net: remove hlist_nulls_add_tail_rcu()Eric Dumazet2017-12-171-5/+1
* uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin2017-11-301-0/+4
* net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-091-0/+24
* Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-031-1/+5
|\
| * net_sched: hold netns refcnt for each actionCong Wang2017-11-031-1/+3
| * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02165-0/+165
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02165-0/+165
* | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-3/+3
* | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-292-0/+5
* | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-292-2/+2
* | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-0/+1
* | Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-271-3/+6
|\ \
| * | fq_impl: Properly enforce memory limitToke Høiland-Jørgensen2017-10-181-3/+6
* | | tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-261-0/+6
* | | strparser: Use delayed work instead of timer for msg timeoutTom Herbert2017-10-251-2/+1
| |/ |/|
* | tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
* | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-0/+5
|/
* udp: perform source validation for mcast early demuxPaolo Abeni2017-10-011-1/+3
* IPv4: early demux can return an error codePaolo Abeni2017-10-013-4/+4