| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-03 | ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() | Dan Carpenter | 1 | -4/+3 |
| 2025-04-16 | ipv4: Use nlmsg_payload in devinet file | Breno Leitao | 1 | -2/+2 |
| 2025-04-03 | net: switch to netif_disable_lro in inetdev_init | Stanislav Fomichev | 1 | -1/+1 |
| 2025-02-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2025-02-11 | netlink: support dumping IPv4 multicast addresses | Yuyang Huang | 1 | -14/+63 |
| 2025-02-06 | ipv4: use RCU protection in inet_select_addr() | Eric Dumazet | 1 | -1/+2 |
| 2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 1 | -2/+1 |
| 2024-10-29 | ipv4: Convert devinet_ioctl to per-netns RTNL. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2024-10-29 | ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS. | Kuniyuki Iwashima | 1 | -8/+9 |
| 2024-10-29 | ipv4: Convert devinet_sysctl_forward() to per-netns RTNL. | Kuniyuki Iwashima | 1 | -3/+3 |
| 2024-10-29 | ipv4: Convert check_lifetime() to per-netns RTNL. | Kuniyuki Iwashima | 1 | -4/+5 |
| 2024-10-29 | ipv4: Convert RTM_DELADDR to per-netns RTNL. | Kuniyuki Iwashima | 1 | -9/+15 |
| 2024-10-29 | ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr(). | Kuniyuki Iwashima | 1 | -4/+4 |
| 2024-10-29 | ipv4: Convert RTM_NEWADDR to per-netns RTNL. | Kuniyuki Iwashima | 1 | -10/+18 |
| 2024-10-29 | ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr(). | Kuniyuki Iwashima | 1 | -8/+9 |
| 2024-10-29 | ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm(). | Kuniyuki Iwashima | 1 | -35/+44 |
| 2024-10-23 | ipv4: Switch inet_addr_hash() to less predictable hash. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-10-22 | rtnetlink: Return int from rtnl_af_register(). | Kuniyuki Iwashima | 1 | -1/+2 |
| 2024-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -10/+25 |
| 2024-10-15 | ipv4: Use rtnl_register_many(). | Kuniyuki Iwashima | 1 | -7/+11 |
| 2024-10-11 | ipv4: give an IPv4 dev to blackhole_netdev | Xin Long | 1 | -10/+25 |
| 2024-10-09 | ipv4: Retire global IPv4 hash table inet_addr_lst. | Kuniyuki Iwashima | 1 | -10/+0 |
| 2024-10-09 | ipv4: Namespacify IPv4 address GC. | Kuniyuki Iwashima | 1 | -14/+18 |
| 2024-10-09 | ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu(). | Kuniyuki Iwashima | 1 | -3/+2 |
| 2024-10-09 | ipv4: Link IPv4 address to per-netns hash table. | Kuniyuki Iwashima | 1 | -3/+19 |
| 2024-08-23 | ipv4: delete redundant judgment statements | Li Zetao | 1 | -4/+2 |
| 2024-08-15 | ip: Move INFINITY_LIFE_TIME to addrconf.h. | Kuniyuki Iwashima | 1 | -2/+0 |
| 2024-08-15 | ipv4: Initialise ifa->hash in inet_alloc_ifa(). | Kuniyuki Iwashima | 1 | -3/+3 |
| 2024-08-15 | ipv4: Remove redundant !ifa->ifa_dev check. | Kuniyuki Iwashima | 1 | -2/+1 |
| 2024-08-15 | ipv4: Set ifa->ifa_dev in inet_alloc_ifa(). | Kuniyuki Iwashima | 1 | -15/+15 |
| 2024-08-15 | ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR). | Kuniyuki Iwashima | 1 | -4/+2 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -3/+3 |
| 2024-06-05 | rtnetlink: make the "split" NLM_DONE handling generic | Jakub Kicinski | 1 | -1/+1 |
| 2024-05-29 | ipv4: correctly iterate over the target netns in inet_dump_ifaddr() | Alexander Mikhalitsyn | 1 | -1/+1 |
| 2024-05-27 | ipv4: Fix address dump when IPv4 is disabled on an interface | Ido Schimmel | 1 | -2/+3 |
| 2024-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+10 |
| 2024-05-13 | inet: fix inet_fill_ifaddr() flags truncation | Eric Dumazet | 1 | -3/+10 |
| 2024-05-03 | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -3/+2 |
| 2024-04-29 | inet: use call_rcu_hurry() in inet_free_ifa() | Eric Dumazet | 1 | -1/+6 |
| 2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh | 1 | -1/+1 |
| 2024-03-07 | netlink: let core handle error cases in dump operations | Eric Dumazet | 1 | -4/+0 |
| 2024-03-01 | inet: use xa_array iterator to implement inet_dump_ifaddr() | Eric Dumazet | 1 | -58/+37 |
| 2024-03-01 | inet: prepare inet_base_seq() to run without RTNL | Eric Dumazet | 1 | -1/+1 |
| 2024-03-01 | inet: annotate data-races around ifa->ifa_flags | Eric Dumazet | 1 | -9/+13 |
| 2024-03-01 | inet: annotate data-races around ifa->ifa_preferred_lft | Eric Dumazet | 1 | -8/+8 |
| 2024-03-01 | inet: annotate data-races around ifa->ifa_valid_lft | Eric Dumazet | 1 | -8/+8 |
| 2024-03-01 | inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp | Eric Dumazet | 1 | -10/+13 |
| 2024-02-28 | inet: use xa_array iterator to implement inet_netconf_dump_devconf() | Eric Dumazet | 1 | -58/+43 |
| 2024-02-28 | inet: do not use RTNL in inet_netconf_get_devconf() | Eric Dumazet | 1 | -12/+15 |
| 2024-02-28 | inet: annotate devconf data-races | Eric Dumazet | 1 | -10/+11 |
| 2024-02-18 | ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid | Eric Dumazet | 1 | -4/+17 |
| 2023-09-08 | net: ipv4: fix one memleak in __inet_del_ifa() | Liu Jian | 1 | -5/+5 |
| 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-21 | IPv4: add extack info for IPv4 address add/delete | Hangbin Liu | 1 | -3/+20 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+2 |
| 2023-03-23 | net: ipv4: Allow changing IPv4 address protocol | Petr Machata | 1 | -0/+3 |
| 2022-11-30 | net: devinet: Reduce refcount before grace period | Eric Dumazet | 1 | -9/+10 |
| 2022-08-24 | net: Fix data-races around sysctl_devconf_inherit_init_net. | Kuniyuki Iwashima | 1 | -6/+10 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -2/+2 |
| 2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+1 |
| 2022-05-18 | random32: use real rng for non-deterministic randomness | Jason A. Donenfeld | 1 | -3/+1 |
| 2022-05-04 | memcg: accounting for objects allocated for new netdevice | Vasily Averin | 1 | -1/+1 |
| 2022-02-18 | net: Add new protocol attribute to IP addresses | Jacques de Laval | 1 | -0/+7 |
| 2021-12-06 | ipv4: add net device refcount tracker to struct in_device | Eric Dumazet | 1 | -2/+2 |
| 2021-11-15 | net: return correct error code | liuguoqiang | 1 | -1/+1 |
| 2021-11-01 | net: arp: introduce arp_evict_nocarrier sysctl parameter | James Prestwood | 1 | -0/+4 |
| 2021-08-04 | net: add extack arg for link ops | Rocco Yue | 1 | -2/+3 |
| 2021-07-23 | net: socket: remove register_gifconf | Arnd Bergmann | 1 | -3/+1 |
| 2021-07-20 | net: ipv4: add capability check for net administration | Yang Yang | 1 | -3/+7 |
| 2021-07-20 | memcg: enable accounting for IP address and routing-related objects | Vasily Averin | 1 | -1/+1 |
| 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-10 | rtnetlink: avoid RCU read lock when holding RTNL | Cong Wang | 1 | -2/+2 |
| 2021-04-08 | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger | 1 | -1/+2 |
| 2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 1 | -1/+1 |
| 2020-11-10 | net: ipv4: remove redundant initialization in inet_rtm_deladdr | Menglong Dong | 1 | -2/+1 |
| 2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
| 2020-05-30 | devinet: fix memleak in inetdev_init() | Yang Yingliang | 1 | -0/+1 |
| 2020-05-16 | netns: enable to inherit devconf from current netns | Nicolas Dichtel | 1 | -5/+18 |
| 2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann | 1 | -6/+3 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -6/+3 |
| 2020-04-09 | net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin | Taras Chornyi | 1 | -4/+9 |
| 2020-03-12 | inet: Use fallthrough; | Joe Perches | 1 | -3/+3 |
| 2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet | 1 | -5/+0 |
| 2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+8 |
| 2019-07-01 | ipv4: don't set IPv6 only flags to IPv4 addresses | Matteo Croce | 1 | -0/+8 |
| 2019-06-27 | net: ipv4: fix infinite loop on secondary addr promotion | Florian Westphal | 1 | -1/+2 |
| 2019-06-24 | ipv4: fix confirm_addr_indev() when enable route_localnet | Shijie Luo | 1 | -2/+8 |
| 2019-06-24 | ipv4: fix inet_select_addr() when enable route_localnet | Shijie Luo | 1 | -1/+5 |
| 2019-06-17 | net: ipv4: remove erroneous advancement of list pointer | Florian Westphal | 1 | -2/+1 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
| 2019-06-04 | net: ipv4: fix rcu lockdep splat due to wrong annotation | Florian Westphal | 1 | -1/+1 |
| 2019-06-02 | net: ipv4: provide __rcu annotation for ifa_list | Florian Westphal | 1 | -31/+57 |
| 2019-06-02 | devinet: use in_dev_for_each_ifa_rcu in more places | Florian Westphal | 1 | -8/+19 |
| 2019-06-02 | net: inetdevice: provide replacement iterators for in_ifaddr walk | Florian Westphal | 1 | -15/+16 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -12/+15 |
| 2019-03-04 | net: ignore sysctl_devconf_inherit_init_net without SYSCTL | Arnd Bergmann | 1 | -1/+3 |
| 2019-01-22 | net: introduce a knob to control whether to inherit devconf config | Cong Wang | 1 | -23/+20 |
| 2019-01-19 | net: ipv4: netconf: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -4/+39 |
| 2019-01-04 | netlink: fixup regression in RTM_GETADDR | Arthur Gautier | 1 | -1/+1 |
| 2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
| 2018-12-14 | net: Allow class-e address assignment via ifconfig ioctl | Dave Taht | 1 | -2/+3 |
| 2018-12-06 | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata | 1 | -1/+1 |
| 2018-10-25 | net/{ipv4,ipv6}: Do not put target net if input nsid is invalid | Bjørn Mork | 1 | -0/+1 |
| 2018-10-24 | net/ipv4: Put target net when address dump fails due to bad attributes | David Ahern | 1 | -5/+8 |
| 2018-10-22 | net/ipv4: Add support for dumping addresses for a specific device | David Ahern | 1 | -5/+23 |
| 2018-10-22 | net/ipv4: Move loop over addresses on a device into in_dev_dump_addr | David Ahern | 1 | -15/+34 |
| 2018-10-08 | net: Update netconf dump handlers for strict data checking | David Ahern | 1 | -3/+19 |
| 2018-10-08 | net/ipv4: Update inet_dump_ifaddr for strict data checking | David Ahern | 1 | -11/+61 |
| 2018-10-08 | net: Add extack to nlmsg_parse | David Ahern | 1 | -4/+5 |
| 2018-09-05 | ipv4: add inet_fill_args | Christian Brauner | 1 | -15/+33 |
| 2018-09-05 | ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDR | Christian Brauner | 1 | -8/+30 |
| 2018-07-29 | route: add support for directed broadcast forwarding | Xin Long | 1 | -0/+11 |
| 2018-05-29 | net/ipv4: Add support for specifying metric of connected routes | David Ahern | 1 | -0/+15 |
| 2018-01-29 | ipv4: Get the address of interface correctly. | Tonghao Zhang | 1 | -0/+4 |
| 2018-01-24 | devinet_ioctl(): take copyin/copyout to caller | Al Viro | 1 | -26/+15 |
| 2018-01-24 | net: separate SIOCGIFCONF handling from dev_ioctl() | Al Viro | 1 | -7/+9 |
| 2017-12-13 | ipv4: igmp: guard against silly MTU values | Eric Dumazet | 1 | -1/+1 |
| 2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern | 1 | -3/+5 |
| 2017-10-18 | ipv4: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
| 2017-10-16 | net: core: rcu-ify rtnl af_ops | Florian Westphal | 1 | -2/+2 |
| 2017-09-21 | net: avoid a full fib lookup when rp_filter is disabled. | Paolo Abeni | 1 | -12/+18 |
| 2017-08-09 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -4/+4 |
| 2017-07-01 | net: convert in_device.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-06-09 | Ipvlan should return an error when an address is already in use. | Krister Johansen | 1 | -0/+33 |
| 2017-04-17 | net: rtnetlink: plumb extended ack to doit function | David Ahern | 1 | -5/+8 |
| 2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -5/+7 |
| 2017-03-28 | net: devinet: Add support for RTM_DELNETCONF | David Ahern | 1 | -11/+21 |
| 2017-03-28 | net: devinet: Refactor inet_netconf_notify_devconf to take event | David Ahern | 1 | -12/+20 |
| 2017-03-12 | net: Eliminate duplicated codes by creating one new function in_dev_select_addr | Gao Feng | 1 | -14/+18 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-02 | net: ipv4: remove fib_lookup.h from devinet.c include list | David Ahern | 1 | -2/+0 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-09-01 | netconf: add a notif when settings are created | Nicolas Dichtel | 1 | -4/+7 |
| 2016-07-09 | ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf() | Eric Dumazet | 1 | -6/+6 |
| 2016-03-13 | ipv4: Don't do expensive useless work during inetdev destroy. | David S. Miller | 1 | -0/+4 |
| 2016-03-13 | netconf: add macro to represent all attributes | Zhang Shengju | 1 | -17/+23 |
| 2016-02-26 | net: l3mdev: prefer VRF master for source address selection | David Lamparter | 1 | -0/+17 |
| 2016-02-26 | net: l3mdev: address selection should only consider devices in L3 domain | David Ahern | 1 | -0/+5 |
| 2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2016-02-19 | rtnl: RTM_GETNETCONF: fix wrong return value | Anton Protopopov | 1 | -1/+1 |
| 2016-02-11 | ipv4: add option to drop gratuitous ARP packets | Johannes Berg | 1 | -0/+2 |
| 2016-02-11 | ipv4: add option to drop unicast encapsulated in L2 multicast | Johannes Berg | 1 | -0/+2 |
| 2015-10-21 | netlink: Rightsize IFLA_AF_SPEC size calculation | Arad, Ronen | 1 | -2/+2 |
| 2015-09-15 | rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats | Sowmini Varadhan | 1 | -1/+2 |
| 2015-07-28 | net/ipv4: suppress NETDEV_UP notification on address lifetime update | David Ward | 1 | -1/+0 |
| 2015-07-08 | ipv4: add support for linkdown sysctl to netconf | Andy Gospodarek | 1 | -0/+13 |
| 2015-06-24 | net: ipv4 sysctl option to ignore routes when nexthop link is down | Andy Gospodarek | 1 | -0/+2 |
| 2015-04-03 | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 1 | -1/+1 |
| 2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris | 1 | -20/+20 |
| 2015-03-31 | netlink: implement nla_get_in_addr and nla_get_in6_addr | Jiri Benc | 1 | -5/+5 |
| 2015-03-31 | netlink: implement nla_put_in_addr and nla_put_in6_addr | Jiri Benc | 1 | -3/+3 |
| 2015-03-18 | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} | Marcelo Ricardo Leitner | 1 | -2/+2 |
| 2015-03-18 | netns: constify net_hash_mix() and various callers | Eric Dumazet | 1 | -1/+1 |
| 2015-02-27 | multicast: Extend ip address command to enable multicast group join/leave on | Madhu Challa | 1 | -0/+31 |
| 2015-02-14 | net: spelling fixes | Stephen Hemminger | 1 | -1/+1 |
| 2015-01-30 | net: mark some potential candidates __read_mostly | Daniel Borkmann | 1 | -1/+1 |
| 2015-01-18 | netlink: Fix bugs in nlmsg_end() conversions. | David S. Miller | 1 | -3/+3 |
| 2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -3/+5 |
| 2014-07-29 | ipv4: fail early when creating netdev named all or default | WANG Cong | 1 | -9/+27 |
| 2014-05-18 | ipv4: minor spelling fix | stephen hemminger | 1 | -1/+1 |
| 2014-05-08 | ipv4: remove inet_addr_hash_lock in devinet.c | WANG Cong | 1 | -5/+2 |
| 2014-02-06 | ipv4: Fix runtime WARNING in rtmsg_ifa() | Geert Uytterhoeven | 1 | -1/+2 |
| 2014-01-22 | net/ipv4: queue work on power efficient wq | viresh kumar | 1 | -4/+6 |
| 2014-01-14 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 1 | -1/+1 |
| 2014-01-07 | ipv4: loopback device: ignore value changes after device is upped | Jiri Pirko | 1 | -0/+2 |
| 2013-12-22 | netconf: rename PROXY_ARP to NEIGH_PROXY | stephen hemminger | 1 | -5/+5 |
| 2013-12-14 | netconf: add proxy-arp support | stephen hemminger | 1 | -12/+29 |
| 2013-12-11 | ipv4: fix wildcard search with inet_confirm_addr() | Nicolas Dichtel | 1 | -5/+4 |
| 2013-12-10 | ipv4: add support for IFA_FLAGS nl attribute | Jiri Pirko | 1 | -2/+6 |
| 2013-12-09 | neigh: restore old behaviour of default parms values | Jiri Pirko | 1 | -0/+2 |
| 2013-12-09 | neigh: use tbl->family to distinguish ipv4 from ipv6 | Jiri Pirko | 1 | -1/+1 |
| 2013-08-09 | net: igmp: Allow user-space configuration of igmp unsolicited report interval | William Manley | 1 | -0/+8 |
| 2013-08-09 | net: igmp: Don't flush routing cache when force_igmp_version is modified | William Manley | 1 | -2/+2 |
| 2013-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2013-08-02 | net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails | Daniel Borkmann | 1 | -1/+3 |
| 2013-07-30 | net: remove an unneeded check | Dan Carpenter | 1 | -4/+1 |
| 2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -3/+3 |
| 2013-06-12 | igmp: hash a hash table to speedup ip_check_mc_rcu() | Eric Dumazet | 1 | -0/+1 |
| 2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -1/+1 |
| 2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+44 |
| 2013-04-08 | net: ipv4: fix schedule while atomic bug in check_lifetime() | Jiri Pirko | 1 | -16/+42 |
| 2013-04-08 | net: ipv4: reset check_lifetime_work after changing lifetime | Jiri Pirko | 1 | -0/+2 |
| 2013-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
| 2013-04-05 | net: ipv4: notify when address lifetime changes | Jiri Pirko | 1 | -2/+4 |
| 2013-03-24 | ipv4: provide addr and netconf dump consistency info | Nicolas Dichtel | 1 | -0/+6 |
| 2013-03-22 | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf | 1 | -4/+3 |
| 2013-03-06 | netconf: add the handler to dump entries | Nicolas Dichtel | 1 | -1/+69 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -7/+3 |
| 2013-01-29 | ipv4: introduce address lifetime | Jiri Pirko | 1 | -5/+210 |
| 2013-01-06 | ipv4: fix NULL checking in devinet_ioctl() | Xi Wang | 1 | -1/+1 |
| 2012-12-04 | netconf: advertise mc_forwarding status | Nicolas Dichtel | 1 | -2/+8 |
| 2012-11-18 | net: Enable a userns root rtnl calls that are safe for unprivilged users | Eric W. Biederman | 1 | -6/+0 |
| 2012-11-18 | net: Enable some sysctls that are safe for the userns root | Eric W. Biederman | 1 | -8/+0 |
| 2012-11-18 | net: Allow userns root to control ipv4 | Eric W. Biederman | 1 | -2/+2 |
| 2012-11-18 | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 1 | -0/+6 |
| 2012-11-18 | net: Don't export sysctls to unprivileged users | Eric W. Biederman | 1 | -0/+8 |
| 2012-11-01 | rtnl/ipv4: use netconf msg to advertise rp_filter status | Nicolas Dichtel | 1 | -0/+24 |
| 2012-10-28 | rtnl/ipv4: add support of RTM_GETNETCONF | Nicolas Dichtel | 1 | -2/+73 |