Age | Commit message (Expand) | Author | Files | Lines |
2017-08-29 | ipv6: do not set sk_destruct in IPV6_ADDRFORM sockopt | Xin Long | 1 | -1/+0 |
2017-08-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -3/+4 |
2017-08-29 | ipv6: set dst.obsolete when a cached route has expired | Xin Long | 2 | -2/+5 |
2017-08-29 | ipv6: fix sparse warning on rt6i_node | Wei Wang | 3 | -6/+10 |
2017-08-26 | udp6: set rx_dst_cookie on rx_dst updates | Paolo Abeni | 1 | -1/+10 |
2017-08-26 | ipv6: Fix may be used uninitialized warning in rt6_check | Steffen Klassert | 1 | -1/+1 |
2017-08-25 | esp: Fix skb tailroom calculation | Steffen Klassert | 1 | -1/+1 |
2017-08-25 | esp: Fix locking on page fragment allocation | Steffen Klassert | 1 | -2/+3 |
2017-08-22 | ipv6: add rcu grace period before freeing fib6_node | Wei Wang | 2 | -7/+27 |
2017-08-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -5/+6 |
2017-08-22 | ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt() | Stefano Brivio | 1 | -4/+2 |
2017-08-21 | ipv6: repair fib6 tree in failure case | Wei Wang | 1 | -13/+11 |
2017-08-19 | ipv6: reset fn->rr_ptr when replacing route | Wei Wang | 1 | -0/+4 |
2017-08-19 | datagram: When peeking datagrams with offset < 0 don't skip empty skbs | Matthew Dawson | 1 | -1/+2 |
2017-08-16 | ipv6: fix NULL dereference in ip6_route_dev_notify() | Eric Dumazet | 1 | -3/+3 |
2017-08-15 | tcp: fix possible deadlock in TCP stack vs BPF filter | Eric Dumazet | 1 | -2/+2 |
2017-08-15 | ipv6: release rt6->rt6i_idev properly during ifdown | Wei Wang | 1 | -8/+5 |
2017-08-10 | udp: consistently apply ufo or fragmentation | Willem de Bruijn | 1 | -3/+4 |
2017-08-09 | net: avoid skb_warn_bad_offload false positives on UFO | Willem de Bruijn | 1 | -1/+1 |
2017-08-07 | esp: Fix error handling on layer 2 xmit. | Steffen Klassert | 1 | -1/+1 |
2017-08-04 | ipv6: set rt6i_protocol properly in the route when it is installed | Xin Long | 1 | -8/+3 |
2017-08-01 | udp6: fix jumbogram reception | Paolo Abeni | 2 | -1/+11 |
2017-07-30 | udp6: fix socket leak on early demux | Paolo Abeni | 1 | -9/+18 |
2017-07-26 | ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment() | Stefano Brivio | 1 | -4/+0 |
2017-07-20 | ipv6: avoid overflow of offset in ip6_find_1stfragopt | Sabrina Dubroca | 1 | -2/+6 |
2017-07-18 | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() | Alexander Potapenko | 1 | -0/+1 |
2017-07-13 | esp: Fix memleaks on error paths. | Steffen Klassert | 1 | -4/+5 |
2017-07-06 | net: ipv6: Compare lwstate in detecting duplicate nexthops | David Ahern | 2 | -11/+2 |
2017-07-06 | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+3 |
2017-07-05 | net, calipso: convert calipso_doi.refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -6/+6 |
2017-07-04 | net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -4/+5 |
2017-07-04 | net, ipv6: convert xfrm6_tunnel_spi.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -4/+4 |
2017-07-04 | net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-04 | net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -9/+9 |
2017-07-04 | net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-04 | net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-04 | net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2 | -3/+3 |
2017-07-03 | ipv6: dad: don't remove dynamic addresses if link is down | Sabrina Dubroca | 1 | -9/+9 |
2017-07-01 | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 4 | -7/+7 |
2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2 | -3/+3 |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 2 | -2/+2 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -8/+45 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -5/+5 |
2017-06-30 | do_ipv6_setsockopt(): don't open-code memdup_user() | Al Viro | 1 | -8/+3 |
2017-06-27 | ipv6: udp: leverage scratch area helpers | Paolo Abeni | 1 | -5/+9 |
2017-06-27 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 4 | -6/+11 |
2017-06-27 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer | 4 | -4/+8 |
2017-06-27 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 4 | -4/+8 |
2017-06-25 | net: ipv6: reset daddr and dport in sk if connect() fails | Wei Wang | 2 | -2/+9 |