summaryrefslogtreecommitdiff
path: root/include/linux/inetdevice.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern1-0/+14
2018-10-30ipv4/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-25devinet_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-22net: 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-29net: 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-15inetdevice: fixed signed integer overflowVincent BENAYOUN1-1/+1
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel1-3/+2
2013-12-11ipv4: add support for IFA_FLAGS nl attributeJiri Pirko1-1/+1
2013-12-10neigh: restore old behaviour of default parms valuesJiri Pirko1-0/+7
2013-09-27[networking]device.h: Remove extern from function prototypesJoe Perches1-13/+15
2013-08-23ipv4: 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-13ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf1-0/+2
2012-03-17arp: 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-13igmp: RCU conversion of in_dev->mc_listEric Dumazet1-3/+2
2010-10-01ipv4: introduce __ip_dev_find()Eric Dumazet1-1/+6
2010-09-16ipv4: ip_ptr cleanupsEric Dumazet1-9/+5
2010-02-17net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman1-6/+36
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-01-07net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer1-0/+1
2009-12-26net: 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-28ip: fix logic of reverse path filter sysctlStephen Hemminger1-1/+1
2009-02-01net: add ARP notify option for devicesStephen Hemminger1-0/+1
2008-10-08ipv4: add mc_count to in_device.Rami Rosen1-0/+1
2008-06-04route: Remove unused ifa_anycast fieldThomas Graf1-1/+0
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-02-29[NETNS]: Process devinet ioctl in the correct namespace.Denis V. Lunev1-1/+1
2008-02-01[IPV4]: Make struct ipv4_devconf static.Adrian Bunk1-2/+0
2008-01-29[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev1-1/+1
2008-01-29[NETNS]: Add netns parameter to inetdev_by_index.Denis V. Lunev1-1/+1
2008-01-29[IPV4]: Remove extra argument from arp_ignore.Denis V. Lunev1-1/+1
2008-01-29[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet onePavel Emelyanov1-4/+8