aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/inetdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-15/+6
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal1-1/+9
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern1-0/+14
2018-10-29ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-1/+3
2018-07-29route: add support for directed broadcast forwardingXin Long1-0/+1
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern1-0/+1
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern1-0/+1
2017-09-21net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni1-0/+1
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+6
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-0/+7
2017-03-28net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern1-2/+2
2015-10-09net/inetdevice: bad_mask can be booleanYaowei Bai1-4/+4
2015-10-09net/inetdevice: inet_ifa_match can be booleanYaowei Bai1-1/+1
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek1-0/+3
2014-11-14inetdevice: fixed signed integer overflowVincent BENAYOUN1-1/+1
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel1-3/+2
2013-12-10ipv4: add support for IFA_FLAGS nl attributeJiri Pirko1-1/+1
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko1-0/+7
2013-09-26[networking]device.h: Remove extern from function prototypesJoe Perches1-13/+15
2013-08-22ipv4: expose IPV4_DEVCONFstephen hemminger1-33/+1
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet1-0/+5
2013-01-29ipv4: introduce address lifetimeJiri Pirko1-0/+6
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel1-0/+3
2012-08-04ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNETEric Dumazet1-2/+9
2012-06-12ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf1-0/+2
2012-03-16arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman1-0/+1
2011-02-18ipv4: Add hash table of interface addresses.David S. Miller1-0/+1
2010-12-06__in_dev_get_rtnl() can use rtnl_dereference()Eric Dumazet1-1/+1
2010-11-17inet: Define IPV4_DEVCONF_MAXThomas Graf1-3/+5
2010-11-12igmp: RCU conversion of in_dev->mc_listEric Dumazet1-3/+2
2010-09-30ipv4: introduce __ip_dev_find()Eric Dumazet1-1/+6
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet1-9/+5
2010-02-16net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman1-6/+36
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-01-07net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer1-0/+1
2009-12-25net: restore ip source validationJamal Hadi Salim1-0/+1
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy1-0/+1
2009-11-04net: cleanup include/linuxEric Dumazet1-6/+3
2009-07-27ip: fix logic of reverse path filter sysctlStephen Hemminger1-1/+1
2009-02-01net: add ARP notify option for devicesStephen Hemminger1-0/+1
2008-10-07ipv4: add mc_count to in_device.Rami Rosen1-0/+1
2008-06-03route: Remove unused ifa_anycast fieldThomas Graf1-1/+0
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-02-28[NETNS]: Process devinet ioctl in the correct namespace.Denis V. Lunev1-1/+1
2008-01-31[IPV4]: Make struct ipv4_devconf static.Adrian Bunk1-2/+0
2008-01-28[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Add netns parameter to inetdev_by_index.Denis V. Lunev1-1/+1