Commit Graph

78 Commits (535c6a53035d8911f6b90455550c5fde0da7b866)

Author SHA1 Message Date
Patrick McHardy 0e06877c6f [RTNETLINK]: rtnl_link: allow specifying initial device address 18 years ago
Patrick McHardy 2d85cba2b2 [RTNETLINK]: rtnl_link API simplification 18 years ago
Patrick McHardy 2371baa4bd [RTNETLINK]: Fix rtnetlink compat attribute patch 18 years ago
Patrick McHardy afdc3238ec [RTNETLINK]: Add nested compat attribute 18 years ago
Patrick McHardy 38f7b870d4 [RTNETLINK]: Link creation API 18 years ago
Patrick McHardy 0157f60c0c [RTNETLINK]: Split up rtnl_setlink 18 years ago
Patrick McHardy 51055be81c [RTNETLINK]: ifindex 0 does not exist 18 years ago
Patrick McHardy ef7c79ed64 [NETLINK]: Mark netlink policies const 18 years ago
Patrick McHardy 575c3e2a04 [RTNETLINK]: Remove remains of wireless extensions over rtnetlink 18 years ago
Patrick McHardy 83b496e928 [RTNETLINK]: Allow changing of subsets of netdevice flags in rtnl_setlink 18 years ago
Pavel Emelianov 7562f876cd [NET]: Rework dev_base via list_head (v3) 18 years ago
Adrian Bunk 42bad1da50 [NETLINK]: Possible cleanups. 18 years ago
Johannes Berg 9e101eab15 [WIRELESS]: Remove wext over netlink. 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Patrick McHardy 6313c1e099 [RTNETLINK]: Remove unnecessary locking in dump callbacks 18 years ago
Patrick McHardy 1c2d670f36 [RTNETLINK]: Hold rtnl_mutex during netlink dump callbacks 18 years ago
Patrick McHardy af65bdfce9 [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it 18 years ago
Thomas Graf 038890fed8 [RTNL]: Improve error codes for unsupported operations 18 years ago
Thomas Graf c702e8047f [NETLINK]: Directly return -EINTR from netlink_dump_start() 18 years ago
Thomas Graf 1d00a4eb42 [NETLINK]: Remove error pointer from netlink message handler 18 years ago
Thomas Graf 45e7ae7f71 [NETLINK]: Ignore control messages directly in netlink_run_queue() 18 years ago
Thomas Graf d35b685640 [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() 18 years ago
Thomas Graf 51057f2fec [RTNL]: Properly return rntl message handler 18 years ago
Thomas Graf 687ad8cc64 [RTNL]: Use rtnl registration interface for dump-all aliases 18 years ago
Thomas Graf 9d9e6a5819 [NET] rules: Use rtnl registration interface 18 years ago
Thomas Graf c8822a4e00 [NEIGH]: Use rtnl registration interface 18 years ago
Thomas Graf 340d17fc9d [NET] link: Use rtnl registration interface 18 years ago
Thomas Graf e284986385 [RTNL]: Message handler registration interface 18 years ago
Jean Tourrilhes c2805fbb86 [PATCH] WE-22 : prevent information leak on 64 bit 18 years ago
Tim Schmielau cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago
YOSHIFUJI Hideaki 4ec93edb14 [NET] CORE: Fix whitespace errors. 18 years ago
Patrick McHardy 26932566a4 [NETLINK]: Don't BUG on undersized allocations 18 years ago
Thomas Graf e3703b3de1 [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code 18 years ago
Thomas Graf 6051e2f4fb [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink api 18 years ago
Thomas Graf 339bf98ffc [NETLINK]: Do precise netlink message allocations where possible 18 years ago
Patrick McHardy b974179abe [RTNETLINK]: Fix use of wrong skb in do_getlink() 19 years ago
Eric Sesterhenn 9918f23096 [RTNETLINK]: Possible dereference in net/core/rtnetlink.c 19 years ago
Patrick McHardy 78e5b8916e [RTNETLINK]: Fix netdevice name corruption 19 years ago
Thomas Graf 3015d5d4e5 [RTNETLINK]: Fix typo causing wrong skb to be freed 19 years ago
Thomas Graf 5176f91ea8 [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation 19 years ago
David S. Miller a57d27fc71 [RTNETLINK]: Don't return error on no-metrics. 19 years ago
Thomas Graf 2d7202bfdd [IPv6] route: Convert FIB6 dumping to use new netlink api 19 years ago
Thomas Graf 56fc85ac96 [RTNETLINK]: Unexport rtnl socket 19 years ago
Thomas Graf 0ec6d3f467 [NET] link: Convert notifications to use rtnl_notify() 19 years ago
Thomas Graf 97676b6b55 [RTNETLINK]: Add rtnetlink notification interface 19 years ago
Thomas Graf 2942e90050 [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts 19 years ago
Thomas Graf b63bbc5006 [NEIGH]: Move netlink neighbour table bits to linux/neighbour.h 19 years ago
Thomas Graf 9067c722cf [NEIGH]: Move netlink neighbour bits to linux/neighbour.h 19 years ago
Thomas Graf b60c5115f4 [NET]: Convert link dumping to new netlink api 19 years ago
Thomas Graf da5e0494c5 [NET]: Convert link modification to new netlink api 19 years ago