aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/inetdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28[IPV4]: Remove extra argument from arp_ignore.Denis V. Lunev1-1/+1
2008-01-28[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet onePavel Emelyanov1-4/+8
2008-01-28[IPV4]: Cleanup IN_DEV_MFORWARD macroPavel Emelyanov1-3/+1
2008-01-28[INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwardingPavel Emelyanov1-1/+0
2007-06-22[IPV4]: include sysctl.h from inetdevice.hSatyam Sharma1-0/+1
2007-06-07[IPV4]: Restore old behaviour of default config valuesHerbert Xu1-1/+5
2007-06-07[IPV4]: Add default config support after inetdev_initHerbert Xu1-0/+3
2007-06-07[IPV4]: Convert IPv4 devconf to an arrayHerbert Xu1-40/+54
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro1-6/+8
2006-09-28[IPV4]: annotate inetdev.h helpersAl Viro1-5/+5
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro1-5/+5
2006-09-28[IPV4]: inet_addr_onlink() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: inet_select_addr() annotationsAl Viro1-1/+1
2006-03-20[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.Neil Horman1-0/+1
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-2/+10
2005-05-29[IPV4]: Primary and secondary addressesHarald Welte1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+190