index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RTNETLINK]: Fix warning for !CONFIG_KMOD
Thomas Graf
2007-07-31
1
-0
/
+2
*
[NET] CORE: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-07-19
1
-1
/
+1
*
[RTNETLINK]: rtnl_link: allow specifying initial device address
Patrick McHardy
2007-07-11
1
-2
/
+7
*
[RTNETLINK]: rtnl_link API simplification
Patrick McHardy
2007-07-11
1
-4
/
+14
*
[RTNETLINK]: Fix rtnetlink compat attribute patch
Patrick McHardy
2007-07-10
1
-5
/
+3
*
[RTNETLINK]: Add nested compat attribute
Patrick McHardy
2007-07-10
1
-0
/
+16
*
[RTNETLINK]: Link creation API
Patrick McHardy
2007-07-10
1
-7
/
+335
*
[RTNETLINK]: Split up rtnl_setlink
Patrick McHardy
2007-07-10
1
-48
/
+57
*
[RTNETLINK]: ifindex 0 does not exist
Patrick McHardy
2007-06-07
1
-3
/
+3
*
[NETLINK]: Mark netlink policies const
Patrick McHardy
2007-06-07
1
-1
/
+1
*
[RTNETLINK]: Remove remains of wireless extensions over rtnetlink
Patrick McHardy
2007-05-22
1
-17
/
+10
*
[RTNETLINK]: Allow changing of subsets of netdevice flags in rtnl_setlink
Patrick McHardy
2007-05-22
1
-2
/
+9
*
[NET]: Rework dev_base via list_head (v3)
Pavel Emelianov
2007-05-03
1
-2
/
+5
*
[NETLINK]: Possible cleanups.
Adrian Bunk
2007-04-26
1
-4
/
+2
*
[WIRELESS]: Remove wext over netlink.
Johannes Berg
2007-04-25
1
-31
/
+0
*
[NET]: cleanup extra semicolons
Stephen Hemminger
2007-04-25
1
-1
/
+1
*
[RTNETLINK]: Remove unnecessary locking in dump callbacks
Patrick McHardy
2007-04-25
1
-2
/
+0
*
[RTNETLINK]: Hold rtnl_mutex during netlink dump callbacks
Patrick McHardy
2007-04-25
1
-2
/
+6
*
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
Patrick McHardy
2007-04-25
1
-1
/
+1
*
[RTNL]: Improve error codes for unsupported operations
Thomas Graf
2007-04-25
1
-3
/
+3
*
[NETLINK]: Directly return -EINTR from netlink_dump_start()
Thomas Graf
2007-04-25
1
-5
/
+1
*
[NETLINK]: Remove error pointer from netlink message handler
Thomas Graf
2007-04-25
1
-31
/
+15
*
[NETLINK]: Ignore control messages directly in netlink_run_queue()
Thomas Graf
2007-04-25
1
-4
/
+0
*
[NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()
Thomas Graf
2007-04-25
1
-4
/
+0
*
[RTNL]: Properly return rntl message handler
Thomas Graf
2007-04-25
1
-4
/
+4
*
[RTNL]: Use rtnl registration interface for dump-all aliases
Thomas Graf
2007-04-25
1
-6
/
+3
*
[NET] rules: Use rtnl registration interface
Thomas Graf
2007-04-25
1
-5
/
+0
*
[NEIGH]: Use rtnl registration interface
Thomas Graf
2007-04-25
1
-5
/
+0
*
[NET] link: Use rtnl registration interface
Thomas Graf
2007-04-25
1
-5
/
+3
*
[RTNL]: Message handler registration interface
Thomas Graf
2007-04-25
1
-22
/
+166
*
[PATCH] WE-22 : prevent information leak on 64 bit
Jean Tourrilhes
2007-03-27
1
-1
/
+2
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[NET] CORE: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-1
/
+1
*
[NETLINK]: Don't BUG on undersized allocations
Patrick McHardy
2007-02-08
1
-8
/
+15
*
[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code
Thomas Graf
2006-12-02
1
-0
/
+20
*
[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink api
Thomas Graf
2006-12-02
1
-1
/
+0
*
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
2006-12-02
1
-13
/
+26
*
[RTNETLINK]: Fix use of wrong skb in do_getlink()
Patrick McHardy
2006-10-12
1
-1
/
+1
*
[RTNETLINK]: Possible dereference in net/core/rtnetlink.c
Eric Sesterhenn
2006-09-28
1
-1
/
+1
*
[RTNETLINK]: Fix netdevice name corruption
Patrick McHardy
2006-09-22
1
-0
/
+2
*
[RTNETLINK]: Fix typo causing wrong skb to be freed
Thomas Graf
2006-09-22
1
-1
/
+1
*
[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation
Thomas Graf
2006-09-22
1
-5
/
+4
*
[RTNETLINK]: Don't return error on no-metrics.
David S. Miller
2006-09-22
1
-2
/
+4
*
[IPv6] route: Convert FIB6 dumping to use new netlink api
Thomas Graf
2006-09-22
1
-13
/
+18
*
[RTNETLINK]: Unexport rtnl socket
Thomas Graf
2006-09-22
1
-3
/
+1
*
[NET] link: Convert notifications to use rtnl_notify()
Thomas Graf
2006-09-22
1
-10
/
+12
*
[RTNETLINK]: Add rtnetlink notification interface
Thomas Graf
2006-09-22
1
-0
/
+18
*
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
Thomas Graf
2006-09-22
1
-3
/
+7
*
[NEIGH]: Move netlink neighbour table bits to linux/neighbour.h
Thomas Graf
2006-09-22
1
-2
/
+0
*
[NEIGH]: Move netlink neighbour bits to linux/neighbour.h
Thomas Graf
2006-09-22
1
-2
/
+0
[next]