aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy1-0/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-13ipv4: speedup inet_dump_ifaddr()Eric Dumazet1-23/+38
2009-11-04net: net/ipv4/devinet.c cleanupsEric Dumazet1-28/+33
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-19/+11
2009-11-01ipv4: inetdev_by_index() switch to RCUEric Dumazet1-3/+4
2009-10-07ipv4: arp_notify address list bugStephen Hemminger1-6/+10
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-6/+6
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-0/+6
2009-05-18net: Fix devinet_sysctl_forwardEric W. Biederman1-1/+2
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-1/+2
2009-02-01net: add ARP notify option for devicesStephen Hemminger1-0/+9
2008-11-03net: clean up net/ipv4/devinet.cJianjun Kong1-5/+5
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan1-8/+1
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+0
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-4/+3
2008-09-02ipv: Re-enable IP when MTU > 68Breno Leitao1-3/+12
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-3/+3
2008-07-05netns: add namespace parameter to rt_cache_flushDenis V. Lunev1-3/+5
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings1-5/+16
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-10ipv4 addr: Send netlink notification for address label changesThomas Graf1-1/+3
2008-06-03route: Remove unused ifa_anycast fieldThomas Graf1-9/+0
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-5/+5
2008-02-28[NETNS]: Process inet_select_addr inside a namespace.Denis V. Lunev1-1/+2
2008-02-28[NETNS]: Enable IPv4 address manipulations inside namespace.Denis V. Lunev1-9/+0
2008-02-28[NETNS]: Process devinet ioctl in the correct namespace.Denis V. Lunev1-3/+3
2008-02-28[NETNS]: Enable inetdev_event notifier.Denis V. Lunev1-3/+0
2008-02-26[IPV4]: Reset scope when changing addressBjorn Mork1-0/+1
2008-01-31[NETNS]: Process interface address manipulation routines in the namespace.Denis V. Lunev1-6/+8
2008-01-31[IPV4]: Small style cleanup of the error path in rtm_to_ifaddr.Denis V. Lunev1-13/+8
2008-01-31[IPV4]: Make struct ipv4_devconf static.Adrian Bunk1-1/+1
2008-01-28[NETNS]: Add netns parameter to inetdev_by_index.Denis V. Lunev1-3/+3
2008-01-28[NETNS]: Process inet_confirm_addr in the correct namespace.Denis V. Lunev1-2/+4
2008-01-28[IPV4]: Remove extra argument from arp_ignore.Denis V. Lunev1-11/+6
2008-01-28[NETNS]: Should build with CONFIG_SYSCTL=nEric Dumazet1-7/+10
2008-01-28[IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches1-2/+2
2008-01-28[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet onePavel Emelyanov1-3/+3
2008-01-28[IPV4]: Switch users of ipv4_devconf_dflt to use the pernet onePavel Emelyanov1-7/+9
2008-01-28[IPV4]: Move the devinet pointers on the struct netPavel Emelyanov1-9/+96
2008-01-28[IPV4]: Store the net pointer on devinet's ctl tablesPavel Emelyanov1-11/+18
2008-01-28[IPV4]: Make __devinet_sysctl_register return an errorPavel Emelyanov1-4/+4
2008-01-28[IPV4]: Cleanup sysctl manipulations in devinet.cPavel Emelyanov1-30/+29
2008-01-28[INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwardingPavel Emelyanov1-22/+44
2008-01-28[IPV4]: Use ctl paths to register devinet sysctlsPavel Emelyanov1-49/+20
2008-01-28[IPV4]: Unify and cleanup calls to devinet_sysctl_registerPavel Emelyanov1-18/+16
2008-01-28[IPV4]: Cleanup the devinet_sysctl_registerPavel Emelyanov1-8/+9
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-2/+2