Age | Commit message (Expand) | Author | Files | Lines |
2017-08-04 | ipv6: fib: Add helpers to hold / drop a reference on rt6_info | Ido Schimmel | 1 | -10/+2 |
2017-08-04 | ipv6: Regenerate host route according to node pointer upon interface up | Ido Schimmel | 1 | -2/+2 |
2017-08-04 | ipv6: Regenerate host route according to node pointer upon loopback up | Ido Schimmel | 1 | -1/+1 |
2017-08-04 | ipv6: fib: Unlink replaced routes from their nodes | Ido Schimmel | 1 | -0/+2 |
2017-08-04 | ipv6: fib: Don't assume only nodes hold a reference on routes | Ido Schimmel | 1 | -2/+0 |
2017-08-04 | ipv6: fib: Add offload indication to routes | Ido Schimmel | 1 | -0/+8 |
2017-08-04 | ipv6: fib: Dump tables during registration to FIB chain | Ido Schimmel | 2 | -2/+100 |
2017-08-04 | ipv6: fib_rules: Dump rules during registration to FIB chain | Ido Schimmel | 2 | -2/+13 |
2017-08-04 | ipv6: fib: Add in-kernel notifications for route add / delete | Ido Schimmel | 1 | -0/+17 |
2017-08-04 | ipv6: fib: Add FIB notifiers callbacks | Ido Schimmel | 3 | -1/+63 |
2017-08-04 | ipv6: fib_rules: Check if rule is a default rule | Ido Schimmel | 1 | -0/+20 |
2017-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -14/+29 |
2017-08-01 | Revert "ipv6: constify inet6_protocol structures" | Julia Lawall | 3 | -3/+3 |
2017-08-01 | udp6: fix jumbogram reception | Paolo Abeni | 2 | -1/+11 |
2017-08-01 | ipv6: Avoid going through ->sk_net to access the netns | Jakub Sitnicki | 1 | -1/+1 |
2017-08-01 | tcp: remove prequeue support | Florian Westphal | 1 | -2/+1 |
2017-07-30 | udp6: fix socket leak on early demux | Paolo Abeni | 1 | -9/+18 |
2017-07-29 | ipv6: constify inet6_protocol structures | Julia Lawall | 3 | -3/+3 |
2017-07-26 | ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment() | Stefano Brivio | 1 | -4/+0 |
2017-07-25 | tcp: remove redundant argument from tcp_rcv_established() | Matvejchikov Ilya | 1 | -1/+1 |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+7 |
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-18 | xfrm: remove flow cache | Florian Westphal | 1 | -9/+0 |
2017-07-18 | net: xfrm: revert to lower xfrm dst gc limit | Florian Westphal | 1 | -1/+1 |
2017-07-18 | vti: revert flush x-netns xfrm cache when vti interface is removed | Florian Westphal | 1 | -31/+0 |
2017-07-17 | inet: Remove software UFO fragmenting code. | David S. Miller | 1 | -97/+3 |
2017-07-17 | inet: Stop generating UFO packets. | David S. Miller | 1 | -76/+0 |
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 |