| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-14 | ipv6: clean up routes when manually removing address with a lifetime | Jakub Kicinski | 1 | -1/+1 |
| 2025-09-02 | ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled | Yue Haibing | 1 | -1/+3 |
| 2025-07-30 | Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -14/+92 |
| 2025-07-28 | Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-25 | ipv6: add `force_forwarding` sysctl to enable per-interface forwarding | Gabriel Goller | 1 | -0/+82 |
| 2025-07-18 | net: s/dev_get_flags/netif_get_flags/ | Stanislav Fomichev | 1 | -1/+1 |
| 2025-07-14 | lib/crypto: sha1: Rename sha1_init() to sha1_init_raw() | Eric Biggers | 1 | -1/+1 |
| 2025-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+2 |
| 2025-07-10 | gre: Fix IPv6 multicast route creation. | Guillaume Nault | 1 | -7/+2 |
| 2025-07-08 | ipv6: anycast: Don't use rtnl_dereference(). | Kuniyuki Iwashima | 1 | -2/+0 |
| 2025-07-08 | ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec(). | Kuniyuki Iwashima | 1 | -2/+1 |
| 2025-07-08 | ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc(). | Kuniyuki Iwashima | 1 | -4/+3 |
| 2025-06-19 | ipv6: Simplify link-local address generation for IPv6 GRE. | Guillaume Nault | 1 | -5/+5 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+9 |
| 2025-05-05 | gre: Fix again IPv6 link-local address generation. | Guillaume Nault | 1 | -6/+9 |
| 2025-04-16 | ipv6: Use nlmsg_payload in addrconf file | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_req | Breno Leitao | 1 | -2/+2 |
| 2025-04-15 | ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_req | Breno Leitao | 1 | -2/+2 |
| 2025-04-10 | Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -4/+5 |
| 2025-04-07 | ipv6: Fix null-ptr-deref in addrconf_add_ifaddr(). | Kuniyuki Iwashima | 1 | -4/+5 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-04-03 | net: use netif_disable_lro in ipv6_add_dev | Stanislav Fomichev | 1 | -2/+13 |
| 2025-04-03 | ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS | Fernando Fernandez Mancera | 1 | -12/+25 |
| 2025-03-20 | Revert "gre: Fix IPv6 link-local address generation." | Guillaume Nault | 1 | -9/+6 |
| 2025-03-13 | gre: Fix IPv6 link-local address generation. | Guillaume Nault | 1 | -6/+9 |
| 2025-01-20 | ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL. | Kuniyuki Iwashima | 1 | -4/+8 |
| 2025-01-20 | ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL. | Kuniyuki Iwashima | 1 | -8/+17 |
| 2025-01-20 | ipv6: Move lifetime validation to inet6_rtm_newaddr(). | Kuniyuki Iwashima | 1 | -58/+35 |
| 2025-01-20 | ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr(). | Kuniyuki Iwashima | 1 | -7/+7 |
| 2025-01-20 | ipv6: Pass dev to inet6_addr_add(). | Kuniyuki Iwashima | 1 | -10/+10 |
| 2025-01-20 | ipv6: Convert inet6_ioctl() to per-netns RTNL. | Kuniyuki Iwashima | 1 | -6/+6 |
| 2025-01-20 | ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup(). | Kuniyuki Iwashima | 1 | -5/+5 |
| 2025-01-20 | ipv6: Hold rtnl_net_lock() in addrconf_dad_work(). | Kuniyuki Iwashima | 1 | -3/+6 |
| 2025-01-20 | ipv6: Hold rtnl_net_lock() in addrconf_verify_work(). | Kuniyuki Iwashima | 1 | -2/+2 |
| 2025-01-20 | ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL. | Kuniyuki Iwashima | 1 | -30/+30 |
| 2025-01-09 | netlink: add IPv6 anycast join/leave notifications | Yuyang Huang | 1 | -3/+3 |
| 2024-12-23 | netlink: correct nlmsg size for multicast notifications | Yuyang Huang | 1 | -1/+0 |
| 2024-12-15 | netlink: add IGMP/MLD join/leave notifications | Yuyang Huang | 1 | -20/+9 |
| 2024-12-01 | ipv6: avoid possible NULL deref in modify_prefix_route() | Eric Dumazet | 1 | -6/+7 |
| 2024-11-26 | net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged | Hangbin Liu | 1 | -12/+29 |
| 2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 1 | -5/+2 |
| 2024-10-22 | rtnetlink: Return int from rtnl_af_register(). | Kuniyuki Iwashima | 1 | -1/+4 |
| 2024-10-15 | ipv6: Use rtnl_register_many(). | Kuniyuki Iwashima | 1 | -34/+23 |
| 2024-10-09 | ipv6: switch inet6_addr_hash() to less predictable hash | Eric Dumazet | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-08-21 | ipv6: remove redundant check | Xi Huang | 1 | -6/+3 |
| 2024-08-15 | ip: Move INFINITY_LIFE_TIME to addrconf.h. | Kuniyuki Iwashima | 1 | -2/+0 |
| 2024-07-31 | Add support for PIO p flag | Patrick Rohr | 1 | -1/+14 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -8/+8 |
| 2024-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2024-07-14 | ipv6: take care of scope when choosing the src addr | Nicolas Dichtel | 1 | -1/+2 |
| 2024-05-28 | net/ipv6/addrconf: constify ctl_table arguments of utility functions | Thomas Weißschuh | 1 | -4/+4 |
| 2024-05-03 | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -5/+3 |
| 2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh | 1 | -1/+1 |
| 2024-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
| 2024-04-09 | ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr | Jiri Benc | 1 | -3/+4 |
| 2024-04-01 | ip_tunnel: use a separate struct to store tunnel params in the kernel | Alexander Lobakin | 1 | -1/+2 |
| 2024-03-22 | ipv6: Fix address dump when IPv6 is disabled on an interface | Ido Schimmel | 1 | -2/+3 |
| 2024-03-08 | ipv6: remove RTNL protection from inet6_dump_addr() | Eric Dumazet | 1 | -3/+6 |
| 2024-03-08 | ipv6: use xa_array iterator to implement inet6_dump_addr() | Eric Dumazet | 1 | -49/+30 |
| 2024-03-08 | ipv6: make in6_dump_addrs() lockless | Eric Dumazet | 1 | -9/+5 |
| 2024-03-08 | ipv6: make inet6_fill_ifaddr() lockless | Eric Dumazet | 1 | -29/+37 |
| 2024-03-07 | netlink: let core handle error cases in dump operations | Eric Dumazet | 1 | -6/+1 |
| 2024-03-01 | ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf() | Eric Dumazet | 1 | -58/+44 |
| 2024-03-01 | ipv6/addrconf: annotate data-races around devconf fields (II) | Eric Dumazet | 1 | -23/+26 |
| 2024-03-01 | ipv6/addrconf: annotate data-races around devconf fields (I) | Eric Dumazet | 1 | -30/+37 |
| 2024-03-01 | ipv6: addrconf_disable_policy() optimization | Eric Dumazet | 1 | -7/+6 |
| 2024-03-01 | ipv6: annotate data-races around devconf->disable_policy | Eric Dumazet | 1 | -1/+1 |
| 2024-03-01 | ipv6: annotate data-races around devconf->proxy_ndp | Eric Dumazet | 1 | -1/+2 |
| 2024-03-01 | ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdown | Eric Dumazet | 1 | -4/+4 |
| 2024-03-01 | ipv6: annotate data-races around cnf.forwarding | Eric Dumazet | 1 | -4/+6 |
| 2024-03-01 | ipv6: annotate data-races around cnf.mtu6 | Eric Dumazet | 1 | -2/+2 |
| 2024-03-01 | ipv6: addrconf_disable_ipv6() optimization | Eric Dumazet | 1 | -7/+6 |
| 2024-03-01 | ipv6: annotate data-races around cnf.disable_ipv6 | Eric Dumazet | 1 | -4/+5 |
| 2024-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
| 2024-02-28 | inet6: expand rcu_read_lock() scope in inet6_dump_addr() | Eric Dumazet | 1 | -4/+4 |
| 2024-02-26 | ipv6: anycast: complete RCU handling of struct ifacaddr6 | Eric Dumazet | 1 | -2/+2 |
| 2024-02-26 | ipv6: fix potential "struct net" leak in inet6_rtm_getaddr() | Eric Dumazet | 1 | -3/+4 |
| 2024-02-26 | ipv6: switch inet6_dump_ifinfo() to RCU protection | Eric Dumazet | 1 | -1/+1 |
| 2024-02-26 | ipv6: use xarray iterator to implement inet6_dump_ifinfo() | Eric Dumazet | 1 | -27/+19 |
| 2024-02-26 | ipv6: prepare inet6_fill_ifinfo() for RCU protection | Eric Dumazet | 1 | -4/+7 |
| 2024-02-26 | ipv6: prepare inet6_fill_ifla6_attrs() for RCU | Eric Dumazet | 1 | -74/+89 |
| 2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+18 |
| 2024-02-18 | ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid | Eric Dumazet | 1 | -3/+18 |
| 2024-02-15 | net: ipv6/addrconf: clamp preferred_lft to the minimum required | Alex Henrie | 1 | -9/+34 |
| 2024-02-15 | net: ipv6/addrconf: introduce a regen_min_advance sysctl | Alex Henrie | 1 | -1/+10 |
| 2024-02-15 | net: ipv6/addrconf: ensure that regen_advance is at least 2 seconds | Alex Henrie | 1 | -6/+9 |
| 2024-02-14 | net-sysfs: convert dev->operstate reads to lockless ones | Eric Dumazet | 1 | -1/+1 |
| 2024-02-12 | net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set. | Kui-Feng Lee | 1 | -1/+1 |
| 2024-02-12 | net/ipv6: Remove expired routes with a separated list of routes. | Kui-Feng Lee | 1 | -7/+34 |
| 2024-02-02 | ipv6: make addrconf_wq single threaded | Eric Dumazet | 1 | -1/+2 |
| 2024-01-02 | Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required" | Alex Henrie | 1 | -13/+5 |
| 2023-12-08 | net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX | Maciej Żenczykowski | 1 | -5/+1 |
| 2023-10-25 | net: ipv6/addrconf: clamp preferred_lft to the minimum required | Alex Henrie | 1 | -5/+13 |
| 2023-10-25 | net: ipv6/addrconf: clamp preferred_lft to the maximum allowed | Alex Henrie | 1 | -0/+1 |
| 2023-10-03 | net: add sysctl to disable rfc4862 5.5.3e lifetime handling | Patrick Rohr | 1 | -13/+25 |
| 2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -1/+1 |
| 2023-09-04 | net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr | Alex Henrie | 1 | -1/+1 |
| 2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+2 |
| 2023-08-20 | net: release reference to inet6_dev pointer | Patrick Rohr | 1 | -1/+1 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+2 |
| 2023-07-28 | net: change accept_ra_min_rtr_lft to affect all RA lifetimes | Patrick Rohr | 1 | -5/+8 |
| 2023-07-28 | IPv6: add extack info for IPv6 address add/delete | Hangbin Liu | 1 | -23/+54 |
| 2023-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+10 |
| 2023-07-24 | ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary... | Maciej Żenczykowski | 1 | -4/+10 |
| 2023-07-23 | net: add sysctl accept_ra_min_rtr_lft | Patrick Rohr | 1 | -0/+10 |
| 2023-07-09 | ipv6/addrconf: fix a potential refcount underflow for idev | Ziyang Xuan | 1 | -2/+1 |
| 2023-06-04 | ipv6: lower "link become ready"'s level message | Matthieu Baerts | 1 | -2/+2 |
| 2023-03-24 | ipv6: prevent router_solicitations for team port | Xin Long | 1 | -1/+2 |
| 2023-03-21 | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet | 1 | -7/+7 |
| 2023-02-01 | ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address | Thomas Winter | 1 | -5/+5 |
| 2023-02-01 | ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address | Thomas Winter | 1 | -22/+27 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+2 |
| 2022-12-12 | net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconf | Xin Long | 1 | -2/+2 |
| 2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 1 | -3/+3 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -4/+4 |
| 2022-10-20 | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+2 |
| 2022-10-18 | ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failed | Zhengchao Shao | 1 | -0/+2 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -4/+4 |
| 2022-09-05 | bonding: add all node mcast address when slave up | Hangbin Liu | 1 | -2/+6 |
| 2022-08-24 | net: Fix data-races around sysctl_devconf_inherit_init_net. | Kuniyuki Iwashima | 1 | -3/+2 |
| 2022-07-21 | net: ipv6: avoid accepting values greater than 2 for accept_untracked_na | Jaehee Park | 1 | -3/+3 |
| 2022-07-15 | net: ipv6: new accept_untracked_na option to accept na only if in-network | Jaehee Park | 1 | -1/+1 |
| 2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+2 |
| 2022-06-29 | ipv6: fix lockdep splat in in6_dump_addrs() | Eric Dumazet | 1 | -2/+2 |
| 2022-06-28 | ipv6/addrconf: fix timing bug in tempaddr regen | Sam Edwards | 1 | -29/+33 |
| 2022-06-27 | ipv6: take care of disable_policy when restoring routes | Nicolas Dichtel | 1 | -4/+0 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -2/+2 |
| 2022-05-31 | net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_na | Arun Ajith S | 1 | -3/+3 |
| 2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -11/+40 |
| 2022-05-18 | random32: use real rng for non-deterministic randomness | Jason A. Donenfeld | 1 | -2/+0 |
| 2022-05-04 | memcg: accounting for objects allocated for new netdevice | Vasily Averin | 1 | -4/+4 |
| 2022-05-02 | ipv6: Don't send rs packets to the interface of ARPHRD_TUNNEL | jianghaoran | 1 | -1/+2 |
| 2022-04-22 | net/ipv6: Enforce limits for accept_unsolicited_na sysctl | Arun Ajith S | 1 | -1/+1 |
| 2022-04-17 | net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang... | Arun Ajith S | 1 | -0/+10 |
| 2022-04-06 | ipv6: fix locking issues with loops over idev->addr_list | Niels Dossche | 1 | -6/+24 |
| 2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+6 |
| 2022-02-28 | net: ipv6: ensure we call ipv6_mc_down() at most once | j.nixdorf@avm.de | 1 | -2/+6 |
| 2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2022-02-24 | ipv6: prevent a possible race condition with lifetimes | Niels Dossche | 1 | -0/+2 |
| 2022-02-18 | net: Add new protocol attribute to IP addresses | Jacques de Laval | 1 | -6/+21 |
| 2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-02-17 | ipv6/addrconf: ensure addrconf_verify_rtnl() has completed | Eric Dumazet | 1 | -1/+1 |
| 2022-02-14 | ipv6: blackhole_netdev needs snmp6 counters | Ido Schimmel | 1 | -9/+9 |
| 2022-02-14 | ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() | Ignat Korchagin | 1 | -2/+2 |
| 2022-02-11 | ipv6: give an IPv6 dev to blackhole_netdev | Eric Dumazet | 1 | -46/+32 |
| 2022-02-08 | ipv6/addrconf: switch to per netns inet6_addr_lst hash table | Eric Dumazet | 1 | -54/+23 |
| 2022-02-08 | ipv6/addrconf: use one delayed work per netns | Eric Dumazet | 1 | -20/+24 |
| 2022-02-08 | ipv6/addrconf: allocate a per netns hash table | Eric Dumazet | 1 | -0/+20 |
| 2022-02-07 | ip6mr: fix use-after-free in ip6mr_sk_done() | Eric Dumazet | 1 | -0/+2 |
| 2022-02-05 | ipv6: make mc_forwarding atomic | Eric Dumazet | 1 | -2/+2 |
| 2022-01-27 | Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values" | Guillaume Nault | 1 | -7/+20 |
| 2021-12-06 | ipv6: add net device refcount tracker to struct inet6_dev | Eric Dumazet | 1 | -2/+2 |
| 2021-11-01 | net: ndisc: introduce ndisc_evict_nocarrier sysctl parameter | James Prestwood | 1 | -0/+12 |
| 2021-10-22 | gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE... | Stephen Suryaputra | 1 | -0/+3 |
| 2021-10-13 | ipv6: constify dev_addr passing | Jakub Kicinski | 1 | -2/+2 |
| 2021-09-05 | ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL address | Antonio Quartulli | 1 | -10/+18 |
| 2021-08-27 | ipv6: add IFLA_INET6_RA_MTU to expose mtu value | Rocco Yue | 1 | -0/+10 |
| 2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -4/+2 |
| 2021-08-04 | net: add extack arg for link ops | Rocco Yue | 1 | -2/+3 |
| 2021-07-22 | ipv6: fix "'ioam6_if_id_max' defined but not used" warn | Matthieu Baerts | 1 | -2/+1 |
| 2021-07-21 | ipv6: ioam: Data plane support for Pre-allocated Trace | Justin Iurman | 1 | -0/+37 |
| 2021-07-20 | memcg: enable accounting for IP address and routing-related objects | Vasily Averin | 1 | -1/+1 |
| 2021-07-15 | ipv6: remove unnecessary local variable | Rocco Yue | 1 | -4/+2 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-06-08 | net: ipv4: Remove unneed BUG() function | Zheng Yongjun | 1 | -1/+1 |
| 2021-05-31 | ipv6: align code with context | Rocco Yue | 1 | -4/+4 |
| 2021-04-16 | mld: fix suspicious RCU usage in __ipv6_dev_mc_dec() | Taehee Yoo | 1 | -0/+2 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+26 |
| 2021-04-08 | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger | 1 | -6/+26 |
| 2021-03-28 | ipv6: addrconf.c: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |
| 2021-03-26 | mld: convert ifmcaddr6 to RCU | Taehee Yoo | 1 | -4/+5 |
| 2021-01-26 | net: allow user to set metric on default route learned via Router Advertisement | Praveen Chaudhary | 1 | -0/+11 |
| 2021-01-18 | ipv6: set multicast flag on the multicast route | Matteo Croce | 1 | -1/+1 |
| 2021-01-18 | ipv6: create multicast route with RTPROT_KERNEL | Matteo Croce | 1 | -0/+1 |
| 2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+6 |
| 2020-11-13 | ipv6: Fix error path to cancel the meseage | Zhang Qilong | 1 | -2/+6 |
| 2020-11-02 | net: ipv6: For kerneldoc warnings with W=1 | Xin Long | 1 | -0/+1 |
| 2020-08-18 | ipv6: some fixes for ipv6_dev_find() | Xin Long | 1 | -37/+23 |
| 2020-08-05 | ipv6: add ipv6_dev_find() | Xin Long | 1 | -0/+39 |
| 2020-08-03 | ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWN | Florent Fourcot | 1 | -12/+12 |
| 2020-08-03 | ipv6/addrconf: call addrconf_ifdown with consistent values | Florent Fourcot | 1 | -1/+1 |
| 2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -151/+120 |
| 2020-05-19 | ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddr | Christoph Hellwig | 1 | -7/+2 |
| 2020-05-19 | ipv6: streamline addrconf_set_dstaddr | Christoph Hellwig | 1 | -49/+38 |
| 2020-05-19 | ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabled | Christoph Hellwig | 1 | -2/+3 |
| 2020-05-16 | netns: enable to inherit devconf from current netns | Nicolas Dichtel | 1 | -3/+20 |
| 2020-05-08 | crypto: lib/sha1 - rename "sha" to "sha1" | Eric Biggers | 1 | -5/+5 |
| 2020-05-06 | ipv6: Implement draft-ietf-6man-rfc4941bis | Fernando Gont | 1 | -52/+39 |
| 2020-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -20/+13 |
| 2020-04-28 | net: ipv6: new arg skip_notify to ip6_rt_del | Roopa Prabhu | 1 | -6/+6 |
| 2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann | 1 | -20/+13 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -20/+13 |
| 2020-04-23 | ipv6: Honor all IPv6 PIO Valid Lifetime values | Fernando Gont | 1 | -20/+7 |
| 2020-04-02 | neigh: support smaller retrans_time settting | Hangbin Liu | 1 | -3/+4 |
| 2020-04-01 | ipv6: don't auto-add link-local address to lag ports | Jarod Wilson | 1 | -0/+4 |
| 2020-03-29 | net: ipv6: add support for rpl sr exthdr | Alexander Aring | 1 | -0/+10 |
| 2020-03-29 | addrconf: add functionality to check on rpl requirements | Alexander Aring | 1 | -0/+53 |
| 2020-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -11/+40 |