index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtnetlink: fix missing size for IFLA_IF_NETNSID
Colin Ian King
2017-11-08
1
-1
/
+1
*
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
2017-11-05
1
-2
/
+2
*
rtnetlink: use netnsid to query interface
Jiri Benc
2017-11-05
1
-18
/
+85
*
bonding: remove rtmsg_ifinfo called after bond_lower_state_changed
Xin Long
2017-10-25
1
-1
/
+0
*
rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_event
Xin Long
2017-10-25
1
-0
/
+1
*
net: core: rtnetlink: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
2017-10-23
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-3
/
+10
|
\
|
*
net: enable interface alias removal via rtnl
Nicolas Dichtel
2017-10-16
1
-1
/
+4
|
*
rtnetlink: do not set notification for tx_queue_len in do_setlink
Xin Long
2017-10-16
1
-1
/
+1
|
*
rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
Xin Long
2017-10-16
1
-1
/
+1
|
*
rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event
Xin Long
2017-10-16
1
-0
/
+1
|
*
rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_event
Xin Long
2017-10-16
1
-0
/
+1
|
*
rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...
Xin Long
2017-10-16
1
-0
/
+1
|
*
rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_event
Xin Long
2017-10-16
1
-0
/
+1
*
|
net: core: rcu-ify rtnl af_ops
Florian Westphal
2017-10-16
1
-16
/
+46
*
|
rtnetlink: place link af dump into own helper
Florian Westphal
2017-10-16
1
-30
/
+42
*
|
rtnetlink: bridge: use ext_ack instead of printk
Florian Westphal
2017-10-10
1
-14
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-06
1
-0
/
+3
|
\
|
|
*
net: rtnetlink: fix info leak in RTM_GETSTATS call
Nikolay Aleksandrov
2017-10-03
1
-0
/
+3
*
|
net: Add extack to ndo_add_slave
David Ahern
2017-10-05
1
-4
/
+6
*
|
dev: advertise the new nsid when the netns iface changes
Nicolas Dichtel
2017-10-05
1
-9
/
+22
*
|
rtnetlink: remove __rtnl_af_unregister
Florian Westphal
2017-10-04
1
-13
/
+1
*
|
rtnetlink: remove slave_validate callback
Florian Westphal
2017-10-04
1
-6
/
+0
*
|
net: core: decouple ifalias get/set from rtnl lock
Florian Westphal
2017-10-04
1
-2
/
+11
*
|
rtnetlink: rtnl_have_link_slave_info doesn't need rtnl
Florian Westphal
2017-09-28
1
-3
/
+7
*
|
rtnetlink: add helpers to dump netnsid information
Florian Westphal
2017-09-28
1
-11
/
+19
*
|
rtnetlink: add helpers to dump vf information
Florian Westphal
2017-09-28
1
-19
/
+31
*
|
rtnetlink: add helper to put master and link ifindexes
Florian Westphal
2017-09-28
1
-5
/
+27
|
/
*
rtnelink: Move link dump consistency check out of the loop
Jakub Sitnicki
2017-08-14
1
-4
/
+2
*
rtnetlink: fallback to UNSPEC if current family has no doit callback
Florian Westphal
2017-08-10
1
-0
/
+6
*
rtnetlink: init handler refcounts to 1
Florian Westphal
2017-08-10
1
-1
/
+6
*
rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu
Florian Westphal
2017-08-10
1
-4
/
+12
*
rtnetlink: do not use RTM_GETLINK directly
Florian Westphal
2017-08-10
1
-2
/
+2
*
rtnetlink: use rcu_dereference_raw to silence rcu splat
Florian Westphal
2017-08-10
1
-1
/
+1
*
rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED
Florian Westphal
2017-08-10
1
-0
/
+15
*
rtnetlink: protect handler table with rcu
Florian Westphal
2017-08-10
1
-56
/
+65
*
rtnetlink: small rtnl lock pushdown
Florian Westphal
2017-08-10
1
-6
/
+13
*
rtnetlink: add reference counting to prevent module unload while dump is in p...
Florian Westphal
2017-08-10
1
-1
/
+13
*
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-10
1
-18
/
+18
*
rtnetlink: call rtnl_calcit directly
Florian Westphal
2017-08-10
1
-25
/
+4
*
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
2017-07-21
1
-1
/
+2
*
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
David Ahern
2017-07-20
1
-0
/
+1
*
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
*
net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate
Matthias Schiffer
2017-06-27
1
-1
/
+2
*
net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
Matthias Schiffer
2017-06-27
1
-1
/
+2
*
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
2017-06-27
1
-1
/
+1
*
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
2017-06-27
1
-1
/
+1
*
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
2017-06-27
1
-1
/
+2
*
xdp: add reporting of offload mode
Jakub Kicinski
2017-06-23
1
-3
/
+3
*
xdp: add HW offload mode flag for installing programs
Jakub Kicinski
2017-06-23
1
-2
/
+2
[next]