Containerized syslog working properly
[safe/jmp/linux-2.6] / net / core / rtnetlink.c
2010-06-10 Jean-Marc PigeonContainerized syslog working properly
2010-05-28 Scott Feldmannetlink: bug fix: wrong size was calculated for vfinfo...
2010-05-28 Scott Feldmannetlink: bug fix: don't overrun skbs on vf_port dump
2010-05-24 David Howellsrtnetlink: Fix error handling in do_setlink()
2010-05-18 Scott Feldmannet: Add netlink support for virtual port management...
2010-05-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-05-16 Chris Wrightrtnetlink: make SR-IOV VF interface symmetric
2010-04-27 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-04-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-26 Patrick McHardynet: rtnetlink: decouple rtnetlink address families...
2010-04-22 Dan Carpenterrtnetlink: potential ERR_PTR dereference
2010-04-13 Patrick McHardynet: fib_rules: decouple address families from real...
2010-03-28 Jan Engelhardtnet: increase preallocated size of nlmsg to accomodate...
2010-03-27 Jan Engelhardtnet: fix unaligned access in IFLA_STATS64
2010-03-22 Patrick McHardynet: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetl...
2010-03-17 Jan Engelhardtnet: core: add IFLA_STATS64 support
2010-03-01 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-02-27 Patrick McHardyrtnetlink: support specifying device flags on device...
2010-02-27 Patrick McHardydev: support deferring device flag change notifications
2010-02-27 Patrick McHardyrtnetlink: handle rtnl_link netlink notifications manually
2010-02-27 Patrick McHardyrtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_e...
2010-02-26 Williams, Mitch Artnetlink: clean up SR-IOV config interface
2010-02-25 Paul E. McKenneynet: Add checking to rcu_dereference() primitives
2010-02-13 Williams, Mitch Artnetlink: Add VF config code to rtnetlink
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-12-14 Eric W. Biedermannet: Fix userspace RTM_NEWLINK notifications.
2009-11-08 Eric W. Biedermannet: Support specifying the network namespace upon...
2009-11-07 Eric Dumazetrtnetlink: Cleanups
2009-10-28 Eric Dumazetnet: add a list_head parameter to dellink() method
2009-10-24 Eric Dumazetrtnetlink: speedup rtnl_dump_ifinfo()
2009-10-22 Eric Dumazetrtnetlink: rtnl_setlink() and rtnl_getlink() changes
2009-09-06 Patrick McHardynet_sched: reintroduce dev->qdisc for use by sch_api
2009-09-03 Eric Dumazetvlan: multiqueue vlan device
2009-07-12 Johannes Bergnet: move and export get_net_ns_by_pid
2009-02-25 Pablo Neira Ayusonetlink: change nlmsg_notify() return value logic
2008-11-20 Stephen Hemmingernetdev: introduce dev_get_stats()
2008-11-20 Stephen Hemmingernetdev: network device operations infrastructure
2008-11-17 Johannes Bergrtnetlink: propagate error from dev_change_flags in...
2008-10-16 Johannes Bergnet: Remove CONFIG_KMOD from net/ (towards removing...
2008-10-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-07 Herbert Xunet: Fix netdev_run_todo dead-lock
2008-09-23 Stephen Hemmingernet: network device name ifalias support
2008-07-18 David S. Millernetdev: Allocate multiple queues for TX.
2008-07-09 David S. Millernetdev: Move rest of qdisc state into struct netdev_queue
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-03 Thomas Grafnetlink: Improve returned error codes
2008-05-21 Pavel Emelyanovnet: The dev->get_stats pointer is not NULL nowadays.
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
next