netlink: Improve returned error codes
[safe/jmp/linux-2.6] / net / core / rtnetlink.c
2008-06-03 Thomas Grafnetlink: Improve returned error codes
2008-04-24 Patrick McHardy[RTNETLINK]: Fix bogus ASSERT_RTNL warning
2008-04-16 Pavel Emelyanov[RTNL]: Introduce the rtnl_kill_links helper.
2008-04-16 Pavel Emelyanov[RTNL]: Relax for_each_netdev_safe in __rtnl_link_unreg...
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-24 Thomas Graf[RTNL]: Validate hardware and broadcast address attribu...
2008-02-20 Thomas Graf[RTNL]: Add missing link netlink attribute policy defin...
2008-02-18 David S. MillerRevert "[RTNETLINK]: Send a single notification on...
2008-02-13 Laszlo Attila Toth[RTNETLINK]: Send a single notification on device state...
2008-02-05 Adrian Bunk[NET] rtnetlink.c: remove no longer used functions
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 Eric W. Biederman[NET]: Make the netlink methods in rtnetlink handle...
2008-01-28 Denis V. Lunev[NET]: Make rtnetlink infrastructure network namespace...
2008-01-28 Denis V. Lunev[NET]: Modify all rtnetlink methods to only work in...
2008-01-21 Patrick McHardy[NET]: rtnl_link: fix use-after-free
2007-10-27 Eric W. Biederman[NETNS]: Fix get_net_ns_by_pid
2007-10-19 Pavel EmelyanovMake access to task's nsproxy lighter
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-11 Denis V. Lunev[NET]: rtnl_unlock cleanups
2007-10-10 Herbert Xu[NETLINK]: Avoid pointer in netlink_run_queue
2007-10-10 Eric W. Biederman[NET]: netlink support for moving devices between netwo...
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-10-10 Pavel Emelianov[RTNETLINK]: Introduce generic rtnl_create_link().
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-07-31 Thomas Graf[RTNETLINK]: Fix warning for !CONFIG_KMOD
2007-07-19 YOSHIFUJI Hideaki[NET] CORE: Fix whitespace errors.
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link: allow specifying initial device...
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link API simplification
2007-07-11 Patrick McHardy[RTNETLINK]: Fix rtnetlink compat attribute patch
2007-07-11 Patrick McHardy[RTNETLINK]: Add nested compat attribute
2007-07-11 Patrick McHardy[RTNETLINK]: Link creation API
2007-07-11 Patrick McHardy[RTNETLINK]: Split up rtnl_setlink
2007-06-07 Patrick McHardy[RTNETLINK]: ifindex 0 does not exist
2007-06-07 Patrick McHardy[NETLINK]: Mark netlink policies const
2007-05-23 Patrick McHardy[RTNETLINK]: Remove remains of wireless extensions...
2007-05-23 Patrick McHardy[RTNETLINK]: Allow changing of subsets of netdevice...
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-26 Adrian Bunk[NETLINK]: Possible cleanups.
2007-04-26 Johannes Berg[WIRELESS]: Remove wext over netlink.
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Patrick McHardy[RTNETLINK]: Remove unnecessary locking in dump callbacks
2007-04-26 Patrick McHardy[RTNETLINK]: Hold rtnl_mutex during netlink dump callbacks
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Thomas Graf[RTNL]: Improve error codes for unsupported operations
2007-04-26 Thomas Graf[NETLINK]: Directly return -EINTR from netlink_dump_start()
2007-04-26 Thomas Graf[NETLINK]: Remove error pointer from netlink message...
2007-04-26 Thomas Graf[NETLINK]: Ignore control messages directly in netlink_...
2007-04-26 Thomas Graf[NETLINK]: Ignore !NLM_F_REQUEST messages directly...
2007-04-26 Thomas Graf[RTNL]: Properly return rntl message handler
2007-04-26 Thomas Graf[RTNL]: Use rtnl registration interface for dump-all...
2007-04-26 Thomas Graf[NET] rules: Use rtnl registration interface
2007-04-26 Thomas Graf[NEIGH]: Use rtnl registration interface
2007-04-26 Thomas Graf[NET] link: Use rtnl registration interface
2007-04-26 Thomas Graf[RTNL]: Message handler registration interface
2007-03-27 Jean Tourrilhes[PATCH] WE-22 : prevent information leak on 64 bit
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-11 YOSHIFUJI Hideaki[NET] CORE: Fix whitespace errors.
2007-02-08 Patrick McHardy[NETLINK]: Don't BUG on undersized allocations
2006-12-03 Thomas Graf[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some...
2006-12-03 Thomas Graf[IPv6] prefix: Convert RTM_NEWPREFIX notifications...
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-10-12 Patrick McHardy[RTNETLINK]: Fix use of wrong skb in do_getlink()
2006-09-29 Eric Sesterhenn[RTNETLINK]: Possible dereference in net/core/rtnetlink.c
2006-09-22 Patrick McHardy[RTNETLINK]: Fix netdevice name corruption
2006-09-22 Thomas Graf[RTNETLINK]: Fix typo causing wrong skb to be freed
2006-09-22 Thomas Graf[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attrib...
2006-09-22 David S. Miller[RTNETLINK]: Don't return error on no-metrics.
2006-09-22 Thomas Graf[IPv6] route: Convert FIB6 dumping to use new netlink api
2006-09-22 Thomas Graf[RTNETLINK]: Unexport rtnl socket
2006-09-22 Thomas Graf[NET] link: Convert notifications to use rtnl_notify()
2006-09-22 Thomas Graf[RTNETLINK]: Add rtnetlink notification interface
2006-09-22 Thomas Graf[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
2006-09-22 Thomas Graf[NEIGH]: Move netlink neighbour table bits to linux...
2006-09-22 Thomas Graf[NEIGH]: Move netlink neighbour bits to linux/neighbour.h
2006-09-22 Thomas Graf[NET]: Convert link dumping to new netlink api
2006-09-22 Thomas Graf[NET]: Convert link modification to new netlink api
2006-09-22 Thomas Graf[IPv4]: Move interface address bits to linux/if_addr.h
2006-09-22 Thomas Graf[NET]: Protocol Independant Policy Routing Rules Framework
2006-08-08 David S. Miller[RTNETLINK]: Fix IFLA_ADDRESS handling.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Darrel Goeddel[NETLINK]: Encapsulate eff_cap usage within security...
2006-03-23 Jean Tourrilhes[PATCH] WE-20 for kernel 2.6.16
2006-03-21 Stephen Hemminger[NET]: Convert RTNL to mutex.
2006-03-21 Stefan Rompf[NET] core: add RFC2863 operstate
2006-02-10 Alexey Kuznetsov[NETLINK]: illegal use of pid in rtnetlink
2005-11-10 Thomas Graf[RTNETLINK]: Use generic netlink receive queue processor
2005-11-10 Thomas Graf[NETLINK]: Make netlink_callback->done() optional
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 Harald Welte[NETLINK]: Add properly module refcounting for kernel...
2005-06-28 Patrick McHardy[NETLINK]: Missing initializations in dumped data
2005-06-28 Patrick McHardy[NETLINK]: Clear padding in netlink messages
2005-06-19 Jamal Hadi Salim[NETLINK]: Set correct pid for ioctl originating netlin...
2005-06-19 Jamal Hadi Salim[NETLINK]: Correctly set NLM_F_MULTI without checking...
2005-06-19 Thomas Graf[NETLINK]: Neighbour table configuration and statistics...
next