summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* net: restore ip source validationJamal Hadi Salim2009-12-251-0/+2
* ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2009-12-031-4/+7
* net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-011-1/+3
* ipv4: factorize cache clearing for batched unregister operationsOctavian Purdila2009-11-181-5/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-1/+4
|\
| * net: Fix RPF to work with policy routingjamal2009-10-291-1/+4
* | ipv4: fib table algorithm performance improvementStephen Hemminger2009-10-051-13/+13
|/
* ipv4: cleanup: remove unnecessary include.Rami Rosen2009-05-181-1/+0
* ip: add loose reverse path filteringStephen Hemminger2009-02-221-1/+1
* net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.cJianjun Kong2008-11-031-5/+5
* netns: add namespace parameter to rt_cache_flushDenis V. Lunev2008-07-051-8/+9
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* route: Mark unused routing attributes as suchThomas Graf2008-06-031-1/+0
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-4/+4
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-6/+6
* [NETNS]: Lookup in FIB semantic hashes taking into account the namespace.Denis V. Lunev2008-01-311-1/+1
* [IPV4]: fib_sync_down rework.Denis V. Lunev2008-01-311-2/+2
* [IPV4]: Fix memory leak on error path during FIB initialization.Denis V. Lunev2008-01-311-1/+9
* [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-281-2/+2
* [NETNS]: Add netns parameter to fib_select_default.Denis V. Lunev2008-01-281-2/+3
* [IPV4]: Consolidate fib_select_default.Denis V. Lunev2008-01-281-0/+14
* [NETNS]: Pass correct namespace in fib_validate_source.Denis V. Lunev2008-01-281-2/+4
* [NETNS]: Add netns parameter to fib_lookup.Denis V. Lunev2008-01-281-2/+2
* [IPV4]: Enable use of 240/4 address space.Jan Engelhardt2008-01-281-1/+1
* [NETNS]: Namespace stop vs 'ip r l' race.Denis V. Lunev2008-01-281-6/+1
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-1/+1
* [NETNS]: Memory leak on network namespace stop.Denis V. Lunev2008-01-281-1/+1
* [IPV4]: fib hash|trie initializationStephen Hemminger2008-01-281-3/+6
* [IPV4] FIB: printk related cleanupsStephen Hemminger2008-01-281-4/+2
* [NETNS]: Enable routing configuration in non-initial namespace.Denis V. Lunev2008-01-281-16/+0
* [NETNS]: Replace init_net with the correct context in fib_frontend.cDenis V. Lunev2008-01-281-4/+4
* [NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev2008-01-281-4/+4
* [NETNS]: Correctly fill fib_config data.Denis V. Lunev2008-01-281-13/+14
* [NETNS]: Provide correct namespace for fibnl netlink socket.Denis V. Lunev2008-01-281-8/+16
* [NETNS]: Place fib tables into netns.Denis V. Lunev2008-01-281-12/+24
* [NETNS]: Add netns to nl_info structure.Denis V. Lunev2008-01-281-0/+5
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-281-8/+10
* [NETNS]: Add netns parameter to fib_get_table/fib_new_table.Denis V. Lunev2008-01-281-12/+12
* [IPV4]: Unify access to the routing tables.Denis V. Lunev2008-01-281-17/+12
* [NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev2008-01-281-8/+80
* [IPV4]: Check fib4_rules_init failure.Denis V. Lunev2008-01-281-3/+15
* [IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches2008-01-281-3/+3
* [IPV4]: Add inet_dev_addr_type()Laszlo Attila Toth2008-01-281-2/+19
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+12
* [IPV4]: OOPS with NETLINK_FIB_LOOKUP netlink socketDenis V. Lunev2007-12-211-3/+6
* [IPV4]: Compact some ifdefs in the fib code.Pavel Emelyanov2007-11-071-7/+8
* [IPV4]: Explicitly call fib_get_table() in fib_frontend.cPavel Emelyanov2007-10-231-5/+7
* [NETLINK]: fib_frontend build fixesDavid S. Miller2007-10-101-11/+5
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-3/+6
* [NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf2007-10-101-1/+1