nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / net / ipv4 / fib_frontend.c
2008-11-03 Jianjun Kongnet: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c
2008-07-06 Denis V. Lunevnetns: add namespace parameter to rt_cache_flush
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-03 Thomas Grafroute: Mark unused routing attributes as such
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-02-01 Denis V. Lunev[NETNS]: Lookup in FIB semantic hashes taking into...
2008-02-01 Denis V. Lunev[IPV4]: fib_sync_down rework.
2008-02-01 Denis V. Lunev[IPV4]: Fix memory leak on error path during FIB initia...
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_dev_find.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_select_default.
2008-01-28 Denis V. Lunev[IPV4]: Consolidate fib_select_default.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in fib_validate_source.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_lookup.
2008-01-28 Jan Engelhardt[IPV4]: Enable use of 240/4 address space.
2008-01-28 Denis V. Lunev[NETNS]: Namespace stop vs 'ip r l' race.
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-28 Denis V. Lunev[NETNS]: Memory leak on network namespace stop.
2008-01-28 Stephen Hemminger[IPV4]: fib hash|trie initialization
2008-01-28 Stephen Hemminger[IPV4] FIB: printk related cleanups
2008-01-28 Denis V. Lunev[NETNS]: Enable routing configuration in non-initial...
2008-01-28 Denis V. Lunev[NETNS]: Replace init_net with the correct context...
2008-01-28 Denis V. Lunev[NETNS]: Pass namespace through ip_rt_ioctl.
2008-01-28 Denis V. Lunev[NETNS]: Correctly fill fib_config data.
2008-01-28 Denis V. Lunev[NETNS]: Provide correct namespace for fibnl netlink...
2008-01-28 Denis V. Lunev[NETNS]: Place fib tables into netns.
2008-01-28 Denis V. Lunev[NETNS]: Add netns to nl_info structure.
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_get_table/fib_new_t...
2008-01-28 Denis V. Lunev[IPV4]: Unify access to the routing tables.
2008-01-28 Denis V. Lunev[NETNS]: Refactor fib initialization so it can handle...
2008-01-28 Denis V. Lunev[IPV4]: Check fib4_rules_init failure.
2008-01-28 Joe Perches[IPV4] net/ipv4: Use ipv4_is_<type>
2008-01-28 Laszlo Attila Toth[IPV4]: Add inet_dev_addr_type()
2008-01-28 Denis V. Lunev[NET]: Modify all rtnetlink methods to only work in...
2007-12-21 Denis V. Lunev[IPV4]: OOPS with NETLINK_FIB_LOOKUP netlink socket
2007-11-07 Pavel Emelyanov[IPV4]: Compact some ifdefs in the fib code.
2007-10-24 Pavel Emelyanov[IPV4]: Explicitly call fib_get_table() in fib_frontend.c
2007-10-11 David S. Miller[NETLINK]: fib_frontend build fixes
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-10 Thomas Graf[NETLINK]: Introduce nested and byteorder flag to netli...
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-07-19 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-07-11 David S. Miller[IPV4]: The scheduled removal of multipath cached routi...
2007-06-07 Patrick McHardy[NETLINK]: Mark netlink policies const
2007-05-31 David S. Miller[IPV4]: Kill references to bogus non-existent CONFIG_IP...
2007-04-27 Sergey Vlasov[IPV4] nl_fib_lookup: Initialise res.r before fib_res_p...
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Thomas Graf[IPv4]: Use rtnl registration interface
2007-04-26 Arnaldo Carvalho... [NETLINK]: Introduce nlmsg_hdr() helper
2007-04-25 Alexey Kuznetsov[NETLINK]: Infinite recursion in netlink.
2007-03-26 Thomas Graf[IPv4] fib: Fix out of bound access of fib_props[]
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2006-12-03 Thomas Graf[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
2006-12-03 Thomas Graf[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark
2006-12-03 Thomas Graf[NET]: Rethink mark field in struct flowi
2006-10-19 Thomas Graf[IPv4] fib: Remove unused fib_config members
2006-09-29 Al Viro[IPV4]: net/ipv4/fib annotations
2006-09-29 Al Viro[IPV4]: inet_addr_type() annotations
2006-09-29 Al Viro[IPV4]: annotate inetdev.h helpers
2006-09-29 Al Viro[IPV4]: annotate struct in_ifaddr
2006-09-29 Al Viro[IPV4]: struct fib_config IPv4 address fields annotated
2006-09-29 Al Viro[IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotated
2006-09-29 Al Viro[IPV4]: fib_validate_source() annotations
2006-09-22 Thomas Graf[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attrib...
2006-09-22 Thomas Graf[IPv4]: Convert route get to new netlink api
2006-09-22 Thomas Graf[IPv4]: Convert FIB dumping to use new netlink api
2006-09-22 Thomas Graf[IPv4]: FIB configuration using struct fib_config
2006-09-22 Patrick McHardy[IPV4]: Increase number of possible routing tables...
2006-09-22 Patrick McHardy[NET]: Introduce RTA_TABLE/FRA_TABLE attributes
2006-09-22 Patrick McHardy[NET]: Use u32 for routing table IDs
2006-09-22 Thomas Graf[IPv4]: Move interface address bits to linux/if_addr.h
2006-09-22 Thomas Graf[IPV4]: Use Protocol Independant Policy Routing Rules...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Sean Hefty[NET]: Export ip_dev_find()
2006-04-14 Adrian Bunk[IPV4]: Possible cleanups.
2006-01-15 Linus Torvaldsx86: Work around compiler code generation bug with -Os
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2005-12-01 Thomas Graf[NETLINK]: Fix processing of fib_lookup netlink messages
2005-11-22 Jamal Hadi Salim[IPV4]: Fix secondary IP addresses after promotion
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-10-29 Jayachandran C[IPV4]: Fix issue reported by Coverity in ipv4/fib_fron...
2005-10-03 Herbert Xu[IPV4]: Replace __in_dev_get with __in_dev_get_rcu...
2005-08-29 Patrick McHardy[NETLINK]: Add "groups" argument to netlink_kernel_create
2005-08-29 Patrick McHardy[NETLINK]: Convert netlink users to use group numbers...
2005-08-29 Patrick McHardy[NETLINK]: Remove unused groups member from struct...
2005-08-29 Harald Welte[NETLINK]: Add properly module refcounting for kernel...
2005-08-29 Adrian Bunk[IPV4]: possible cleanups
2005-06-20 Robert Olsson[NETLINK]: fib_lookup() via netlink
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2