summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fib table algorithm performance improvementStephen Hemminger2009-10-051-13/+13
* ipv4: cleanup: remove unnecessary include.Rami Rosen2009-05-191-1/+0Star
* ip: add loose reverse path filteringStephen Hemminger2009-02-231-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-061-8/+9
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* route: Mark unused routing attributes as suchThomas Graf2008-06-041-1/+0Star
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-4/+4
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-6/+6
* [NETNS]: Lookup in FIB semantic hashes taking into account the namespace.Denis V. Lunev2008-02-011-1/+1
* [IPV4]: fib_sync_down rework.Denis V. Lunev2008-02-011-2/+2
* [IPV4]: Fix memory leak on error path during FIB initialization.Denis V. Lunev2008-02-011-1/+9
* [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-291-2/+2
* [NETNS]: Add netns parameter to fib_select_default.Denis V. Lunev2008-01-291-2/+3
* [IPV4]: Consolidate fib_select_default.Denis V. Lunev2008-01-291-0/+14
* [NETNS]: Pass correct namespace in fib_validate_source.Denis V. Lunev2008-01-291-2/+4
* [NETNS]: Add netns parameter to fib_lookup.Denis V. Lunev2008-01-291-2/+2
* [IPV4]: Enable use of 240/4 address space.Jan Engelhardt2008-01-291-1/+1
* [NETNS]: Namespace stop vs 'ip r l' race.Denis V. Lunev2008-01-291-6/+1Star
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-291-1/+1
* [NETNS]: Memory leak on network namespace stop.Denis V. Lunev2008-01-291-1/+1
* [IPV4]: fib hash|trie initializationStephen Hemminger2008-01-291-3/+6
* [IPV4] FIB: printk related cleanupsStephen Hemminger2008-01-291-4/+2Star
* [NETNS]: Enable routing configuration in non-initial namespace.Denis V. Lunev2008-01-291-16/+0Star
* [NETNS]: Replace init_net with the correct context in fib_frontend.cDenis V. Lunev2008-01-291-4/+4
* [NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev2008-01-291-4/+4
* [NETNS]: Correctly fill fib_config data.Denis V. Lunev2008-01-291-13/+14
* [NETNS]: Provide correct namespace for fibnl netlink socket.Denis V. Lunev2008-01-291-8/+16
* [NETNS]: Place fib tables into netns.Denis V. Lunev2008-01-291-12/+24
* [NETNS]: Add netns to nl_info structure.Denis V. Lunev2008-01-291-0/+5
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-291-8/+10
* [NETNS]: Add netns parameter to fib_get_table/fib_new_table.Denis V. Lunev2008-01-291-12/+12
* [IPV4]: Unify access to the routing tables.Denis V. Lunev2008-01-291-17/+12Star
* [NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev2008-01-291-8/+80
* [IPV4]: Check fib4_rules_init failure.Denis V. Lunev2008-01-291-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-241-5/+7
* [NETLINK]: fib_frontend build fixesDavid S. Miller2007-10-111-11/+5Star
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-111-3/+6
* [NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf2007-10-111-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-2/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [IPV4]: The scheduled removal of multipath cached routing support.David S. Miller2007-07-111-4/+0Star
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-1/+1