| Commit message (Expand) | Author | Age | Files | Lines |
* | udp6: fix UDP/IPv6 encap resubmit path | Bill Sommerfeld | 2016-03-07 | 1 | -4/+2 |
* | ipv6: re-enable fragment header matching in ipv6_find_hdr | Florian Westphal | 2016-03-03 | 1 | -1/+5 |
* | mld, igmp: Fix reserved tailroom calculation | Benjamin Poirier | 2016-03-03 | 1 | -2/+1 |
* | tunnel: Clear IPCB(skb)->opt before dst_link_failure called | Bernie Harris | 2016-02-23 | 2 | -0/+4 |
* | rtnl: RTM_GETNETCONF: fix wrong return value | Anton Protopopov | 2016-02-19 | 1 | -1/+1 |
* | gre: clear IFF_TX_SKB_SHARING | Jiri Benc | 2016-02-18 | 1 | -0/+1 |
* | tcp/dccp: fix another race at listener dismantle | Eric Dumazet | 2016-02-18 | 1 | -7/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2016-02-16 | 1 | -3/+71 |
|\ |
|
| * | netfilter: conntrack: resched in nf_ct_iterate_cleanup | Florian Westphal | 2016-02-01 | 1 | -3/+71 |
* | | tcp: do not drop syn_recv on all icmp reports | Eric Dumazet | 2016-02-09 | 1 | -2/+3 |
* | | ipv6: fix a lockdep splat | Eric Dumazet | 2016-02-08 | 1 | -2/+3 |
* | | ipv6: addrconf: Fix recursive spin lock call | subashab@codeaurora.org | 2016-02-06 | 1 | -1/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-02-01 | 6 | -18/+35 |
|\| |
|
| * | ipv6/udp: use sticky pktinfo egress ifindex on connect() | Paolo Abeni | 2016-01-29 | 1 | -0/+3 |
| * | ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() | Paolo Abeni | 2016-01-29 | 2 | -5/+8 |
| * | sit: set rtnl_link_ops before calling register_netdevice | Thadeu Lima de Souza Cascardo | 2016-01-25 | 1 | -2/+2 |
| * | ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV | Thomas Egerer | 2016-01-25 | 1 | -0/+1 |
| * | udp: fix potential infinite loop in SO_REUSEPORT logic | Eric Dumazet | 2016-01-19 | 1 | -11/+21 |
* | | net: drop tcp_memcontrol.c | Vladimir Davydov | 2016-01-20 | 1 | -1/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-01-15 | 1 | -1/+1 |
|\ |
|
| * | ipv6: update skb->csum when CE mark is propagated | Eric Dumazet | 2016-01-15 | 1 | -1/+1 |
* | | net: tcp_memcontrol: simplify linkage between socket and page counter | Johannes Weiner | 2016-01-14 | 1 | -3/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-01-11 | 2 | -1/+3 |
|\ |
|
| * | udp: disallow UFO for sockets with SO_NO_CHECK option | Michal Kubeček | 2016-01-11 | 1 | -1/+1 |
| * | ipv6: tcp: add rcu locking in tcp_v6_send_synack() | Eric Dumazet | 2016-01-10 | 1 | -0/+2 |
* | | ipv6: always add flag an address that failed DAD with DADFAILED | Lubomir Rintel | 2016-01-10 | 1 | -2/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2016-01-08 | 1 | -1/+1 |
|\ \ |
|
| * | | netfilter: nf_tables: release objects on netns destruction | Pablo Neira Ayuso | 2015-12-28 | 1 | -1/+1 |
* | | | soreuseport: pass skb to secondary UDP socket lookup | Craig Gallek | 2016-01-06 | 1 | -4/+6 |
* | | | inet: kill unused skb_free op | Florian Westphal | 2016-01-05 | 1 | -1/+0 |
* | | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek | 2016-01-04 | 1 | -6/+8 |
* | | | soreuseport: fast reuseport UDP socket selection | Craig Gallek | 2016-01-04 | 2 | -11/+41 |
* | | | udp: properly support MSG_PEEK with truncated buffers | Eric Dumazet | 2016-01-04 | 1 | -2/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-31 | 4 | -25/+45 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | ipv6: honor ifindex in case we receive ll addresses in router advertisements | Hannes Frederic Sowa | 2015-12-23 | 1 | -2/+2 |
| * | addrconf: always initialize sysctl table data | WANG Cong | 2015-12-22 | 1 | -7/+4 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2015-12-22 | 1 | -15/+38 |
| |\ |
|
| | * | xfrm: dst_entries_init() per-net dst_ops | Dan Streetman | 2015-11-03 | 1 | -15/+38 |
| * | | ipv6/addrlabel: fix ip6addrlbl_get() | Andrey Ryabinin | 2015-12-22 | 1 | -1/+1 |
* | | | ip_tunnel: Move stats update to iptunnel_xmit() | Pravin B Shelar | 2015-12-25 | 1 | -5/+2 |
* | | | tcp: honour SO_BINDTODEVICE for TW_RST case too | Florian Westphal | 2015-12-22 | 1 | -2/+4 |
* | | | tcp: send_reset: test for non-NULL sk first | Florian Westphal | 2015-12-22 | 1 | -3/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-12-18 | 3 | -114/+74 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Pablo Neira Ayuso | 2015-12-14 | 18 | -95/+125 |
| |\ \ \ |
|
| * | | | | netfilter: ipv6: nf_defrag: fix NULL deref panic | Florian Westphal | 2015-12-09 | 1 | -5/+8 |
| * | | | | netfilter: ipv6: avoid nf_iterate recursion | Florian Westphal | 2015-11-23 | 2 | -49/+36 |
| * | | | | netfilter: ipv6: nf_defrag: avoid/free clone operations | Florian Westphal | 2015-11-23 | 2 | -71/+40 |
| * | | | | netfilter: remove duplicate include | stephen hemminger | 2015-11-23 | 1 | -1/+0 |
* | | | | | net: Allow accepted sockets to be bound to l3mdev domain | David Ahern | 2015-12-18 | 1 | -2/+2 |
* | | | | | ipv6: addrconf: use stable address generator for ARPHRD_NONE | Bjørn Mork | 2015-12-18 | 1 | -6/+39 |