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