summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* [RTNETLINK]: Fix bogus ASSERT_RTNL warningPatrick McHardy2008-04-241-0/+6
* [RTNL]: Introduce the rtnl_kill_links helper.Pavel Emelyanov2008-04-161-8/+21
* [RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.Pavel Emelyanov2008-04-161-2/+2
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-6/+6
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-2/+2
* [RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINKThomas Graf2008-02-241-6/+19
* [RTNL]: Add missing link netlink attribute policy definitionsThomas Graf2008-02-201-0/+2
* Revert "[RTNETLINK]: Send a single notification on device state changes."David S. Miller2008-02-181-26/+10Star
* [RTNETLINK]: Send a single notification on device state changes.Laszlo Attila Toth2008-02-131-10/+26
* [NET] rtnetlink.c: remove no longer used functionsAdrian Bunk2008-02-051-44/+0Star
* [NETNS]: Namespace stop vs 'ip r l' race.Denis V. Lunev2008-01-291-13/+2Star
* [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
* [NET]: Make the netlink methods in rtnetlink handle multiple network namespacesEric W. Biederman2008-01-281-24/+3Star
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-11/+52
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+19
* [NET]: rtnl_link: fix use-after-freePatrick McHardy2008-01-211-1/+4
* [NETNS]: Fix get_net_ns_by_pidEric W. Biederman2007-10-271-1/+1
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-4/+4
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-111-8/+4Star
* [NET]: rtnl_unlock cleanupsDenis V. Lunev2007-10-111-6/+2Star
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-111-1/+1
* [NET]: netlink support for moving devices between network namespaces.Eric W. Biederman2007-10-111-0/+35
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-13/+22
* [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/+4
* [RTNETLINK]: Introduce generic rtnl_create_link().Pavel Emelianov2007-10-111-30/+53
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-6/+0Star
* [RTNETLINK]: Fix warning for !CONFIG_KMODThomas Graf2007-07-311-0/+2
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-121-2/+7
* [RTNETLINK]: rtnl_link API simplificationPatrick McHardy2007-07-121-4/+14
* [RTNETLINK]: Fix rtnetlink compat attribute patchPatrick McHardy2007-07-111-5/+3Star
* [RTNETLINK]: Add nested compat attributePatrick McHardy2007-07-111-0/+16
* [RTNETLINK]: Link creation APIPatrick McHardy2007-07-111-7/+335
* [RTNETLINK]: Split up rtnl_setlinkPatrick McHardy2007-07-111-48/+57
* [RTNETLINK]: ifindex 0 does not existPatrick McHardy2007-06-071-3/+3
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-1/+1
* [RTNETLINK]: Remove remains of wireless extensions over rtnetlinkPatrick McHardy2007-05-231-17/+10Star
* [RTNETLINK]: Allow changing of subsets of netdevice flags in rtnl_setlinkPatrick McHardy2007-05-231-2/+9
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-2/+5
* [NETLINK]: Possible cleanups.Adrian Bunk2007-04-261-4/+2Star
* [WIRELESS]: Remove wext over netlink.Johannes Berg2007-04-261-31/+0Star
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-1/+1
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-261-2/+0Star
* [RTNETLINK]: Hold rtnl_mutex during netlink dump callbacksPatrick McHardy2007-04-261-2/+6
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [RTNL]: Improve error codes for unsupported operationsThomas Graf2007-04-261-3/+3
* [NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf2007-04-261-5/+1Star
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-261-31/+15Star