Age | Commit message (Expand) | Author | Files | Lines |
2019-05-01 | udp: fix GRO packet of death | Eric Dumazet | 1 | -3/+10 |
2019-05-01 | ipv6: A few fixes on dereferencing rt->from | Martin KaFai Lau | 1 | -20/+18 |
2019-05-01 | rds: ib: force endiannes annotation | Nicholas Mc Guire | 1 | -5/+3 |
2019-05-01 | ipv4: ip_do_fragment: Preserve skb_iif during fragmentation | Shmulik Ladkani | 1 | -0/+1 |
2019-05-01 | net/tls: avoid NULL pointer deref on nskb->sk in fallback | Jakub Kicinski | 1 | -1/+2 |
2019-05-01 | packet: validate msg_namelen in send directly | Willem de Bruijn | 1 | -10/+14 |
2019-05-01 | packet: in recvmsg msg_name return at least sizeof sockaddr_ll | Willem de Bruijn | 1 | -2/+11 |
2019-05-01 | sctp: avoid running the sctp state machine recursively | Xin Long | 2 | -37/+27 |
2019-04-30 | ipv6: fix races in ip6_dst_destroy() | Eric Dumazet | 2 | -10/+3 |
2019-04-30 | l2ip: fix possible use-after-free | Eric Dumazet | 1 | -4/+4 |
2019-04-30 | appletalk: Set error code if register_snap_client failed | YueHaibing | 1 | -0/+1 |
2019-04-30 | rxrpc: Fix net namespace cleanup | David Howells | 1 | -16/+16 |
2019-04-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 11 | -48/+68 |
2019-04-29 | ipv6/flowlabel: wait rcu grace period before put_pid() | Eric Dumazet | 1 | -6/+12 |
2019-04-29 | vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen... | Stephen Suryaputra | 1 | -6/+17 |
2019-04-29 | tcp: add sanity tests in tcp_add_backlog() | Eric Dumazet | 1 | -1/+12 |
2019-04-29 | ipv6: invert flowlabel sharing check in process and user mode | Willem de Bruijn | 1 | -2/+2 |
2019-04-29 | Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 4 | -6/+9 |
2019-04-27 | udp: fix GRO reception in case of length mismatch | Paolo Abeni | 1 | -4/+5 |
2019-04-27 | net/tls: fix copy to fragments in reencrypt | Jakub Kicinski | 1 | -7/+22 |
2019-04-27 | net/tls: don't copy negative amounts of data in reencrypt | Jakub Kicinski | 1 | -6/+8 |
2019-04-26 | genetlink: use idr_alloc_cyclic for family->id assignment | Marcel Holtmann | 1 | -2/+2 |
2019-04-26 | l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() | Eric Dumazet | 1 | -1/+1 |
2019-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 25 | -135/+260 |
2019-04-24 | ipv4: add sanity checks in ipv4_link_failure() | Eric Dumazet | 1 | -9/+23 |
2019-04-24 | net/rose: fix unbound loop in rose_loopback_timer() | Eric Dumazet | 1 | -11/+16 |
2019-04-24 | rxrpc: fix race condition in rxrpc_input_packet() | Eric Dumazet | 2 | -5/+10 |
2019-04-24 | net: rds: exchange of 8K and 1M pool | Zhu Yanjun | 2 | -3/+11 |
2019-04-23 | net/ncsi: handle overflow when incrementing mac address | Tao Ren | 1 | -1/+5 |
2019-04-23 | Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+3 |
2019-04-23 | mac80211: don't attempt to rename ERR_PTR() debugfs dirs | Johannes Berg | 1 | -1/+1 |
2019-04-23 | cfg80211: Notify previous user request during self managed wiphy registration | Sriram R | 1 | -3/+2 |
2019-04-23 | mac80211: Fix kernel panic due to use of txq after free | Bhagavathi Perumal S | 1 | -0/+3 |
2019-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 12 | -95/+174 |
2019-04-22 | netfilter: fix nf_l4proto_log_invalid to log invalid packets | Andrei Vagin | 1 | -1/+1 |
2019-04-22 | netfilter: never get/set skb->tstamp | Florian Westphal | 4 | -16/+18 |
2019-04-22 | netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON | Florian Westphal | 1 | -1/+2 |
2019-04-20 | net/tls: don't leak IV and record seq when offload fails | Jakub Kicinski | 3 | -6/+4 |
2019-04-20 | net/tls: avoid potential deadlock in tls_set_device_offload_rx() | Jakub Kicinski | 1 | -0/+2 |
2019-04-20 | Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -2/+5 |
2019-04-18 | net/tls: fix refcount adjustment in fallback | Jakub Kicinski | 1 | -3/+10 |
2019-04-18 | net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request" | Colin Ian King | 1 | -1/+1 |
2019-04-17 | ipv4: set the tcp_min_rtt_wlen range from 0 to one day | ZhangXiaoxu | 1 | -1/+4 |
2019-04-17 | SUNRPC: Ignore queue transmission errors on successful transmission | Trond Myklebust | 1 | -2/+5 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 56 | -220/+451 |
2019-04-16 | socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW | Arnd Bergmann | 1 | -2/+2 |
2019-04-16 | tcp: tcp_grow_window() needs to respect tcp_space() | Eric Dumazet | 1 | -5/+5 |
2019-04-16 | net: bridge: fix netlink export of vlan_stats_per_port option | Nikolay Aleksandrov | 1 | -1/+1 |
2019-04-16 | tipc: set sysctl_tipc_rmem and named_timeout right range | Jie Liu | 1 | -2/+6 |
2019-04-16 | tipc: fix link established but not in session | Tuong Lien | 1 | -0/+2 |