Age | Commit message (Expand) | Author |
2018-12-06 | net: core: dev: Add extack argument to dev_open() | Petr Machata |
2018-11-23 | net/ipv6: re-do dad when interface has IFF_NOARP flag change | Hangbin Liu |
2018-10-25 | net/{ipv4,ipv6}: Do not put target net if input nsid is invalid | Bjørn Mork |
2018-10-24 | net/ipv6: Put target net when address dump fails due to bad attributes | David Ahern |
2018-10-22 | net/ipv6: Add support for dumping addresses for a specific device | David Ahern |
2018-10-22 | net/ipv6: Remove ip_idx arg to in6_dump_addrs | David Ahern |
2018-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-10-20 | net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs | David Ahern |
2018-10-08 | net: Update netconf dump handlers for strict data checking | David Ahern |
2018-10-08 | rtnetlink: Update inet6_dump_ifinfo for strict data checking | David Ahern |
2018-10-08 | net/ipv6: Update inet6_dump_addr for strict data checking | David Ahern |
2018-10-08 | net/ipv6: Refactor address dump to push inet6_fill_args to in6_dump_addrs | David Ahern |
2018-10-08 | net: Add extack to nlmsg_parse | David Ahern |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-21 | net/ipv6: Display all addresses in output of /proc/net/if_inet6 | Jeff Barnhill |
2018-09-19 | ipv6: Allow the l3mdev to be a loopback | Robert Shearman |
2018-09-05 | ipv6: add inet6_fill_args | Christian Brauner |
2018-09-05 | ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDR | Christian Brauner |
2018-08-22 | addrconf: reduce unnecessary atomic allocations | Cong Wang |
2018-07-24 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-07-23 | ipv6: use fib6_info_hold_safe() when necessary | Wei Wang |
2018-07-11 | net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devices | Sabrina Dubroca |
2018-07-11 | net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODE | Sabrina Dubroca |
2018-07-11 | net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_dev | Sabrina Dubroca |
2018-07-11 | net/ipv6: fix addrconf_sysctl_addr_gen_mode | Sabrina Dubroca |
2018-06-30 | net/ipv6: Fix updates to prefix route | David Ahern |
2018-06-11 | net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddr | David Ahern |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-06-05 | net: ipv6: Generate random IID for addresses on RAWIP devices | Subash Abhinov Kasiviswanathan |
2018-05-29 | net/ipv6: Add support for specifying metric of connected routes | David Ahern |
2018-05-29 | net/ipv6: Pass ifa6_config struct to inet6_addr_modify | David Ahern |
2018-05-29 | net/ipv6: Pass ifa6_config struct to inet6_addr_add | David Ahern |
2018-05-29 | net/ipv6: Convert ipv6_add_addr to struct ifa6_config | David Ahern |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig |
2018-04-25 | ipv6: addrconf: don't evaluate keep_addr_on_down twice | Ivan Vecera |
2018-04-19 | net/ipv6: Fix gfp_flags arg to addrconf_prefix_route | David Ahern |
2018-04-19 | net/ipv6: Remove aca_idev | David Ahern |
2018-04-19 | net/ipv6: Rename addrconf_dst_alloc | David Ahern |
2018-04-19 | net/ipv6: Rename fib6_info struct elements | David Ahern |
2018-04-17 | net/ipv6: Flip FIB entries to fib6_info | David Ahern |
2018-04-17 | net/ipv6: separate handling of FIB entries from dst based routes | David Ahern |
2018-04-17 | net/ipv6: Add gfp_flags to route add functions | David Ahern |
2018-04-17 | net/ipv6: Move dst flags to booleans in fib entries | David Ahern |
2018-04-17 | net/ipv6: move expires into rt6_info | David Ahern |
2018-04-17 | net/ipv6: Move nexthop data to fib6_nh | David Ahern |
2018-04-17 | net/ipv6: Save route type in rt6_info | David Ahern |
2018-04-17 | net/ipv6: Pass net namespace to route functions | David Ahern |
2018-04-17 | ipv6: send netlink notifications for manually configured addresses | Lorenzo Bianconi |
2018-04-16 | ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr() | Lorenzo Bianconi |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai |