Age | Commit message (Expand) | Author | Files | Lines |
2019-04-17 | net ipv6: Prevent neighbor add if protocol is disabled on device | David Ahern | 1 | -0/+17 |
2019-03-29 | ipv6: Rename fib6_nh entries | David Ahern | 1 | -4/+4 |
2018-10-26 | ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called | Stefano Brivio | 1 | -2/+1 |
2018-10-12 | net: Evict neighbor entries on carrier down | David Ahern | 1 | -0/+2 |
2018-10-02 | net: remove 1 always zero parameter from ip6_redirect_no_header() | Maciej Żenczykowski | 1 | -1/+1 |
2018-07-16 | ipv6: make DAD fail with enhanced DAD when nonce length differs | Sabrina Dubroca | 1 | -1/+1 |
2018-06-04 | vrf: check the original netdevice for generating redirect | Stephen Suryaputra | 1 | -0/+6 |
2018-04-19 | net/ipv6: Rename fib6_info struct elements | David Ahern | 1 | -1/+1 |
2018-04-17 | net/ipv6: Flip FIB entries to fib6_info | David Ahern | 1 | -1/+1 |
2018-04-17 | net/ipv6: separate handling of FIB entries from dst based routes | David Ahern | 1 | -3/+3 |
2018-04-17 | net/ipv6: Create a neigh_lookup for FIB entries | David Ahern | 1 | -2/+6 |
2018-04-17 | net/ipv6: move expires into rt6_info | David Ahern | 1 | -1/+1 |
2018-04-17 | net/ipv6: move metrics from dst to rt6_info | David Ahern | 1 | -7/+3 |
2018-04-17 | net/ipv6: Pass net namespace to route functions | David Ahern | 1 | -5/+7 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2018-03-16 | net/ipv6: Change address check to always take a device argument | David Ahern | 1 | -1/+1 |
2018-03-09 | ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option() | Lorenzo Bianconi | 1 | -1/+2 |
2018-03-07 | ipv6: ndisc: use true and false for boolean values | Gustavo A. R. Silva | 1 | -1/+1 |
2018-02-19 | net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-01-29 | net: ipv6: send unsolicited NA after DAD | David Ahern | 1 | -0/+5 |
2017-11-11 | net: ipv6: sysctl to specify IPv6 ND traffic class | Maciej Żenczykowski | 1 | -1/+8 |
2017-11-01 | net: display hw address of source machine during ipv6 DAD failure | Vishwanath Pai | 1 | -4/+5 |
2017-08-29 | neigh: increase queue_len_bytes to match wmem_default | Eric Dumazet | 1 | -1/+1 |
2017-08-09 | net: ipv6: lower ndisc notifier priority below addrconf | David Ahern | 1 | -0/+1 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -4/+4 |
2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2017-04-24 | net: ipv6: send unsolicited NA if enabled for all interfaces | David Ahern | 1 | -1/+2 |
2017-04-17 | net: ipv6: send unsolicited NA on admin up | David Ahern | 1 | -0/+2 |
2017-03-22 | net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs. | Joel Scherpelz | 1 | -0/+2 |
2017-03-22 | neighbour: fix nlmsg_pid in notifications | Roopa Prabhu | 1 | -1/+1 |
2016-12-03 | ipv6 addrconf: Implemented enhanced DAD (RFC7527) | Erik Nordmark | 1 | -3/+26 |
2016-09-10 | net: l3mdev: remove redundant calls | David Ahern | 1 | -9/+2 |
2016-06-15 | ipv6: export several functions | Alexander Aring | 1 | -11/+3 |
2016-06-15 | ipv6: introduce neighbour discovery ops | Alexander Aring | 1 | -32/+69 |
2016-06-15 | ndisc: add __ndisc_fill_addr_option function | Alexander Aring | 1 | -4/+10 |
2016-02-11 | ipv6: add option to drop unsolicited neighbor advertisements | Johannes Berg | 1 | -0/+9 |
2015-12-23 | ipv6: honor ifindex in case we receive ll addresses in router advertisements | Hannes Frederic Sowa | 1 | -2/+2 |
2015-12-01 | Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" | Nicolas Dichtel | 1 | -7/+3 |
2015-10-13 | net: Add VRF support to IPv6 stack | David Ahern | 1 | -3/+23 |
2015-10-13 | net: Export fib6_get_table and nd_tbl | David Ahern | 1 | -0/+1 |
2015-10-08 | net: Pass net into dst_output and remove dst_output_okfn | Eric W. Biederman | 1 | -1/+1 |
2015-09-24 | ipv6: remove unused neigh parameter from ndisc functions | Jiri Benc | 1 | -10/+7 |
2015-09-17 | netfilter: Pass net into okfn | Eric W. Biederman | 1 | -1/+1 |
2015-09-17 | netfilter: Pass struct net into the netfilter hooks | Eric W. Biederman | 1 | -2/+2 |
2015-09-17 | net: Merge dst_output and dst_output_sk | Eric W. Biederman | 1 | -1/+1 |
2015-08-31 | ipv6: send only one NEWLINK when RA causes changes | Marius Tomaschewski | 1 | -3/+10 |
2015-08-31 | ipv6: send NEWLINK on RA managed/otherconf changes | Marius Tomaschewski | 1 | -0/+5 |
2015-08-20 | ipv6: ndisc: inherit metadata dst when creating ndisc requests | Jiri Benc | 1 | -3/+7 |
2015-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |