summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [NETLINK]: Ignore control messages directly in netlink_run_queue()Thomas Graf2007-04-261-4/+0Star
* [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()Thomas Graf2007-04-261-4/+0Star
* [RTNL]: Properly return rntl message handlerThomas Graf2007-04-261-4/+4
* [RTNL]: Use rtnl registration interface for dump-all aliasesThomas Graf2007-04-261-6/+3Star
* [NET] rules: Use rtnl registration interfaceThomas Graf2007-04-261-5/+0Star
* [NEIGH]: Use rtnl registration interfaceThomas Graf2007-04-261-5/+0Star
* [NET] link: Use rtnl registration interfaceThomas Graf2007-04-261-5/+3Star
* [RTNL]: Message handler registration interfaceThomas Graf2007-04-261-22/+166
* [PATCH] WE-22 : prevent information leak on 64 bitJean Tourrilhes2007-03-271-1/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-8/+15
* [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf2006-12-031-0/+20
* [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2006-12-031-1/+0Star
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-031-13/+26
* [RTNETLINK]: Fix use of wrong skb in do_getlink()Patrick McHardy2006-10-121-1/+1
* [RTNETLINK]: Possible dereference in net/core/rtnetlink.cEric Sesterhenn2006-09-291-1/+1
* [RTNETLINK]: Fix netdevice name corruptionPatrick McHardy2006-09-231-0/+2
* [RTNETLINK]: Fix typo causing wrong skb to be freedThomas Graf2006-09-231-1/+1
* [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-231-5/+4Star
* [RTNETLINK]: Don't return error on no-metrics.David S. Miller2006-09-221-2/+4
* [IPv6] route: Convert FIB6 dumping to use new netlink apiThomas Graf2006-09-221-13/+18
* [RTNETLINK]: Unexport rtnl socketThomas Graf2006-09-221-3/+1Star
* [NET] link: Convert notifications to use rtnl_notify()Thomas Graf2006-09-221-10/+12
* [RTNETLINK]: Add rtnetlink notification interfaceThomas Graf2006-09-221-0/+18