| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net: sched: ife: handle malformed tlv length | Alexander Aring | 2018-04-29 | 1 | -1/+2 |
* | tcp: clear tp->packets_out when purging write queue | Soheil Hassas Yeganeh | 2018-04-29 | 1 | -0/+1 |
* | llc: delete timers synchronously in llc_sk_free() | Cong Wang | 2018-04-29 | 1 | -0/+1 |
* | Bluetooth: Fix connection if directed advertising and privacy is used | Szymon Janc | 2018-04-19 | 1 | -1/+1 |
* | slip: Check if rstate is initialized before uncompressing | Tejaswi Tanikella | 2018-04-19 | 1 | -0/+1 |
* | sch_netem: fix skb leak in netem_enqueue() | Alexey Kodanev | 2018-03-31 | 1 | -0/+19 |
* | tcp: reset sk_send_head in tcp_write_queue_purge | Soheil Hassas Yeganeh | 2018-03-31 | 1 | -5/+6 |
* | udplite: fix partial checksum initialization | Alexey Kodanev | 2018-03-08 | 1 | -0/+1 |
* | net_sched: get rid of rcu_barrier() in tcf_block_put_ext() | Cong Wang | 2018-03-03 | 1 | -1/+0 |
* | xfrm: Reinject transport-mode packets through tasklet | Herbert Xu | 2018-03-03 | 1 | -0/+3 |
* | net_sched: red: Avoid illegal values | Nogah Frankel | 2018-02-25 | 1 | -0/+11 |
* | net_sched: red: Avoid devision by zero | Nogah Frankel | 2018-02-25 | 1 | -1/+1 |
* | sctp: set frag_point in sctp_setsockopt_maxseg correctly | Xin Long | 2018-02-25 | 1 | -1/+2 |
* | mac80211_hwsim: validate number of different channels | Johannes Berg | 2018-02-25 | 1 | -0/+2 |
* | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2018-02-22 | 3 | -10/+0 |
* | mac80211: use QoS NDP for AP probing | Johannes Berg | 2018-02-03 | 1 | -1/+7 |
* | net/tls: Fix inverted error codes to avoid endless loop | r.hering@avm.de | 2018-01-31 | 1 | -1/+1 |
* | net: tcp: close sock if net namespace is exiting | Dan Streetman | 2018-01-31 | 1 | -0/+10 |
* | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL | Ben Hutchings | 2018-01-31 | 1 | -0/+1 |
* | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY | Jim Westfall | 2018-01-31 | 1 | -0/+3 |
* | sctp: fix the handling of ICMP Frag Needed for too small MTUs | Marcelo Ricardo Leitner | 2018-01-17 | 1 | -1/+1 |
* | tcp: invalidate rate samples during SACK reneging | Yousuk Seung | 2018-01-02 | 1 | -1/+1 |
* | ipv4: igmp: guard against silly MTU values | Eric Dumazet | 2018-01-02 | 1 | -0/+1 |
* | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 2017-12-17 | 1 | -1/+1 |
* | tcp: when scheduling TLP, time of RTO should account for current ACK | Neal Cardwell | 2017-12-17 | 1 | -1/+1 |
* | tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match() | David Ahern | 2017-12-17 | 1 | -2/+1 |
* | net: remove hlist_nulls_add_tail_rcu() | Eric Dumazet | 2017-12-17 | 1 | -5/+1 |
* | uapi: fix linux/tls.h userspace compilation error | Dmitry V. Levin | 2017-11-30 | 1 | -0/+4 |
* | net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net() | Cong Wang | 2017-11-09 | 1 | -0/+24 |
* | Revert "net_sched: hold netns refcnt for each action" | Cong Wang | 2017-11-09 | 1 | -3/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-11-03 | 1 | -1/+5 |
|\ |
|
| * | net_sched: hold netns refcnt for each action | Cong Wang | 2017-11-03 | 1 | -1/+3 |
| * | net_sched: acquire RTNL in tc_action_net_exit() | Cong Wang | 2017-11-03 | 1 | -0/+2 |
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 165 | -0/+165 |
|\ \
| |/
|/| |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 165 | -0/+165 |
* | | tcp: fix tcp_mtu_probe() vs highest_sack | Eric Dumazet | 2017-11-01 | 1 | -3/+3 |
* | | net_sched: introduce a workqueue for RCU callbacks of tc filter | Cong Wang | 2017-10-29 | 2 | -0/+5 |
* | | sctp: fix some type cast warnings introduced by stream reconf | Xin Long | 2017-10-29 | 2 | -2/+2 |
* | | bpf: bpf_compute_data uses incorrect cb structure | John Fastabend | 2017-10-29 | 1 | -0/+1 |
* | | Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2017-10-27 | 1 | -3/+6 |
|\ \ |
|
| * | | fq_impl: Properly enforce memory limit | Toke Høiland-Jørgensen | 2017-10-18 | 1 | -3/+6 |
* | | | tcp/dccp: fix other lockdep splats accessing ireq_opt | Eric Dumazet | 2017-10-26 | 1 | -0/+6 |
* | | | strparser: Use delayed work instead of timer for msg timeout | Tom Herbert | 2017-10-25 | 1 | -2/+1 |
| |/
|/| |
|
* | | tcp/dccp: fix ireq->opt races | Eric Dumazet | 2017-10-21 | 1 | -1/+1 |
* | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region | John Fastabend | 2017-10-20 | 1 | -0/+5 |
|/ |
|
* | udp: perform source validation for mcast early demux | Paolo Abeni | 2017-10-01 | 1 | -1/+3 |
* | IPv4: early demux can return an error code | Paolo Abeni | 2017-10-01 | 3 | -4/+4 |
* | netlink: fix nla_put_{u8,u16,u32} for KASAN | Arnd Bergmann | 2017-09-25 | 1 | -18/+55 |
* | net: prevent dst uses after free | Eric Dumazet | 2017-09-21 | 3 | -20/+6 |
* | tcp: remove two unused functions | Yuchung Cheng | 2017-09-18 | 1 | -1/+0 |