Commit Graph

60 Commits (3dbad80ac7632f243b824d469301abb97ec634a1)

Author SHA1 Message Date
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
Thomas Graf 1823730fbc [IPv4]: Move interface address bits to linux/if_addr.h 19 years ago
Thomas Graf 14c0b97ddf [NET]: Protocol Independant Policy Routing Rules Framework 19 years ago
David S. Miller 70f8e78e15 [RTNETLINK]: Fix IFLA_ADDRESS handling. 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Darrel Goeddel c7bdb545d2 [NETLINK]: Encapsulate eff_cap usage within security framework. 19 years ago
Jean Tourrilhes 711e2c33ac [PATCH] WE-20 for kernel 2.6.16 19 years ago
Stephen Hemminger 6756ae4b4e [NET]: Convert RTNL to mutex. 19 years ago
Stefan Rompf b00055aacd [NET] core: add RFC2863 operstate 19 years ago
Alexey Kuznetsov 28633514af [NETLINK]: illegal use of pid in rtnetlink 19 years ago
Thomas Graf 9ac4a16983 [RTNETLINK]: Use generic netlink receive queue processor 20 years ago
Thomas Graf a8f74b2288 [NETLINK]: Make netlink_callback->done() optional 20 years ago
Patrick McHardy 066286071d [NETLINK]: Add "groups" argument to netlink_kernel_create 20 years ago
Patrick McHardy ac6d439d20 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks 20 years ago
Harald Welte 4fdb3bb723 [NETLINK]: Add properly module refcounting for kernel netlink sockets. 20 years ago
Patrick McHardy 9ef1d4c7c7 [NETLINK]: Missing initializations in dumped data 20 years ago
Patrick McHardy b3563c4fbf [NETLINK]: Clear padding in netlink messages 20 years ago
Jamal Hadi Salim 9ed19f339e [NETLINK]: Set correct pid for ioctl originating netlink events 20 years ago
Jamal Hadi Salim b6544c0b4c [NETLINK]: Correctly set NLM_F_MULTI without checking the pid 20 years ago