index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
rtnelink: Move link dump consistency check out of the loop
Jakub Sitnicki
2017-08-13
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-09
1
-0
/
+15
*
rtnetlink: protect handler table with rcu
Florian Westphal
2017-08-09
1
-56
/
+65
*
rtnetlink: small rtnl lock pushdown
Florian Westphal
2017-08-09
1
-6
/
+13
*
rtnetlink: add reference counting to prevent module unload while dump is in p...
Florian Westphal
2017-08-09
1
-1
/
+13
*
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-09
1
-18
/
+18
*
rtnetlink: call rtnl_calcit directly
Florian Westphal
2017-08-09
1
-25
/
+4
*
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
2017-07-20
1
-1
/
+2
*
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
David Ahern
2017-07-19
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-26
1
-1
/
+2
*
net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
Matthias Schiffer
2017-06-26
1
-1
/
+2
*
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
2017-06-26
1
-1
/
+1
*
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
2017-06-26
1
-1
/
+1
*
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
2017-06-26
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-21
1
-0
/
+2
|
\
|
*
rtnetlink: add IFLA_GROUP to ifla_policy
Serhey Popovych
2017-06-20
1
-0
/
+2
*
|
rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute
Julien Gomes
2017-06-21
1
-0
/
+13
*
|
net: Add IFLA_XDP_PROG_ID
Martin KaFai Lau
2017-06-16
1
-6
/
+21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
1
-1
/
+2
|
\
|
|
*
net: Zero ifla_vf_info in rtnl_fill_vfinfo()
Mintz, Yuval
2017-06-08
1
-1
/
+2
*
|
rtnetlink: use the new rtnl_get_event() interface
Vlad Yasevich
2017-05-31
1
-1
/
+1
*
|
rtnl: Add support for netdev event to link messages
Vlad Yasevich
2017-05-27
1
-9
/
+56
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-05-26
1
-2
/
+5
|
\
|
|
*
net: rtnetlink: bail out from rtnl_fdb_dump() on parse error
Alexander Potapenko
2017-05-24
1
-2
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-05-18
1
-12
/
+24
|
\
|
|
*
net: Improve handling of failures on link and route dumps
David Ahern
2017-05-16
1
-12
/
+24
*
|
net: make struct net_device::tx_queue_len unsigned int
Alexey Dobriyan
2017-05-18
1
-2
/
+2
|
/
*
xdp: refine xdp api with regards to generic xdp
Daniel Borkmann
2017-05-11
1
-22
/
+18
*
xdp: add flag to enforce driver mode
Daniel Borkmann
2017-05-11
1
-0
/
+5
*
rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
Michal Schmidt
2017-05-04
1
-1
/
+1
*
xdp: propagate extended ack to XDP setup
Jakub Kicinski
2017-05-01
1
-5
/
+8
*
net: Generic XDP
David S. Miller
2017-04-25
1
-15
/
+25
*
net: rtnetlink: plumb extended ack to doit function
David Ahern
2017-04-17
1
-16
/
+26
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-21
/
+26
*
netlink: extended ACK reporting
Johannes Berg
2017-04-13
1
-1
/
+2
*
rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN event
David Ahern
2017-04-13
1
-1
/
+0
*
rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER event
David Ahern
2017-04-13
1
-1
/
+0
*
rtnetlink: Do not generate notifications for CHANGELOWERSTATE event
David Ahern
2017-04-13
1
-1
/
+0
*
rtnetlink: Do not generate notifications for PRECHANGEUPPER event
David Ahern
2017-04-13
1
-1
/
+0
*
rtnetlink: Do not generate notifications for POST_TYPE_CHANGE event
David Ahern
2017-04-13
1
-1
/
+0
*
rtnetlink: Do not generate notifications for CHANGEADDR event
David Ahern
2017-04-13
1
-1
/
+0
*
rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFO
David Ahern
2017-04-13
1
-1
/
+0
[next]