Age | Commit message (Expand) | Author | Files | Lines |
2019-06-03 | net: ipv4: provide __rcu annotation for ifa_list | Florian Westphal | 1 | -15/+6 |
2019-06-03 | net: inetdevice: provide replacement iterators for in_ifaddr walk | Florian Westphal | 1 | -1/+9 |
2019-03-29 | ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper | David Ahern | 1 | -0/+14 |
2018-10-30 | ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12 | Hangbin Liu | 1 | -1/+3 |
2018-07-29 | route: add support for directed broadcast forwarding | Xin Long | 1 | -0/+1 |
2018-05-29 | net/ipv4: Add support for specifying metric of connected routes | David Ahern | 1 | -0/+1 |
2018-01-25 | devinet_ioctl(): take copyin/copyout to caller | Al Viro | 1 | -1/+1 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern | 1 | -0/+1 |
2017-09-22 | net: avoid a full fib lookup when rp_filter is disabled. | Paolo Abeni | 1 | -0/+1 |
2017-07-01 | net: convert in_device.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -5/+6 |
2017-06-09 | Ipvlan should return an error when an address is already in use. | Krister Johansen | 1 | -0/+7 |
2017-03-29 | net: devinet: Refactor inet_netconf_notify_devconf to take event | David Ahern | 1 | -2/+2 |
2015-10-09 | net/inetdevice: bad_mask can be boolean | Yaowei Bai | 1 | -4/+4 |
2015-10-09 | net/inetdevice: inet_ifa_match can be boolean | Yaowei Bai | 1 | -1/+1 |
2015-06-24 | net: ipv4 sysctl option to ignore routes when nexthop link is down | Andy Gospodarek | 1 | -0/+3 |
2014-11-15 | inetdevice: fixed signed integer overflow | Vincent BENAYOUN | 1 | -1/+1 |
2013-12-11 | ipv4: fix wildcard search with inet_confirm_addr() | Nicolas Dichtel | 1 | -3/+2 |
2013-12-11 | ipv4: add support for IFA_FLAGS nl attribute | Jiri Pirko | 1 | -1/+1 |
2013-12-10 | neigh: restore old behaviour of default parms values | Jiri Pirko | 1 | -0/+7 |
2013-09-27 | [networking]device.h: Remove extern from function prototypes | Joe Perches | 1 | -13/+15 |
2013-08-23 | ipv4: expose IPV4_DEVCONF | stephen hemminger | 1 | -33/+1 |
2013-06-12 | igmp: hash a hash table to speedup ip_check_mc_rcu() | Eric Dumazet | 1 | -0/+5 |
2013-01-29 | ipv4: introduce address lifetime | Jiri Pirko | 1 | -0/+6 |
2012-12-04 | netconf: advertise mc_forwarding status | Nicolas Dichtel | 1 | -0/+3 |
2012-08-04 | ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNET | Eric Dumazet | 1 | -2/+9 |
2012-06-13 | ipv4: Add interface option to enable routing of 127.0.0.0/8 | Thomas Graf | 1 | -0/+2 |
2012-03-17 | arp: allow arp processing to honor per interface arp_accept sysctl | Neil Horman | 1 | -0/+1 |
2011-02-18 | ipv4: Add hash table of interface addresses. | David S. Miller | 1 | -0/+1 |
2010-12-06 | __in_dev_get_rtnl() can use rtnl_dereference() | Eric Dumazet | 1 | -1/+1 |
2010-11-17 | inet: Define IPV4_DEVCONF_MAX | Thomas Graf | 1 | -3/+5 |
2010-11-13 | igmp: RCU conversion of in_dev->mc_list | Eric Dumazet | 1 | -3/+2 |
2010-10-01 | ipv4: introduce __ip_dev_find() | Eric Dumazet | 1 | -1/+6 |
2010-09-16 | ipv4: ip_ptr cleanups | Eric Dumazet | 1 | -9/+5 |
2010-02-17 | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers | Eric W. Biederman | 1 | -6/+36 |
2010-01-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-01-07 | net: RFC3069, private VLAN proxy arp support | Jesper Dangaard Brouer | 1 | -0/+1 |
2009-12-26 | net: restore ip source validation | Jamal Hadi Salim | 1 | -0/+1 |
2009-12-03 | ipv4 05/05: add sysctl to accept packets with local source addresses | Patrick McHardy | 1 | -0/+1 |
2009-11-04 | net: cleanup include/linux | Eric Dumazet | 1 | -6/+3 |
2009-07-28 | ip: fix logic of reverse path filter sysctl | Stephen Hemminger | 1 | -1/+1 |
2009-02-01 | net: add ARP notify option for devices | Stephen Hemminger | 1 | -0/+1 |
2008-10-08 | ipv4: add mc_count to in_device. | Rami Rosen | 1 | -0/+1 |
2008-06-04 | route: Remove unused ifa_anycast field | Thomas Graf | 1 | -1/+0 |
2008-03-25 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -3/+3 |
2008-02-29 | [NETNS]: Process devinet ioctl in the correct namespace. | Denis V. Lunev | 1 | -1/+1 |
2008-02-01 | [IPV4]: Make struct ipv4_devconf static. | Adrian Bunk | 1 | -2/+0 |
2008-01-29 | [NETNS]: Add namespace parameter to ip_dev_find. | Denis V. Lunev | 1 | -1/+1 |
2008-01-29 | [NETNS]: Add netns parameter to inetdev_by_index. | Denis V. Lunev | 1 | -1/+1 |