index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-03
net: rtnetlink: fix info leak in RTM_GETSTATS call
Nikolay Aleksandrov
1
-0
/
+3
2017-08-13
rtnelink: Move link dump consistency check out of the loop
Jakub Sitnicki
1
-4
/
+2
2017-08-10
rtnetlink: fallback to UNSPEC if current family has no doit callback
Florian Westphal
1
-0
/
+6
2017-08-10
rtnetlink: init handler refcounts to 1
Florian Westphal
1
-1
/
+6
2017-08-10
rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu
Florian Westphal
1
-4
/
+12
2017-08-10
rtnetlink: do not use RTM_GETLINK directly
Florian Westphal
1
-2
/
+2
2017-08-10
rtnetlink: use rcu_dereference_raw to silence rcu splat
Florian Westphal
1
-1
/
+1
2017-08-09
rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED
Florian Westphal
1
-0
/
+15
2017-08-09
rtnetlink: protect handler table with rcu
Florian Westphal
1
-56
/
+65
2017-08-09
rtnetlink: small rtnl lock pushdown
Florian Westphal
1
-6
/
+13
2017-08-09
rtnetlink: add reference counting to prevent module unload while dump is in p...
Florian Westphal
1
-1
/
+13
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
1
-18
/
+18
2017-08-09
rtnetlink: call rtnl_calcit directly
Florian Westphal
1
-25
/
+4
2017-07-20
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
1
-1
/
+2
2017-07-19
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
David Ahern
1
-0
/
+1
2017-07-01
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate
Matthias Schiffer
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
Matthias Schiffer
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
1
-1
/
+2
2017-06-23
xdp: add reporting of offload mode
Jakub Kicinski
1
-3
/
+3
2017-06-23
xdp: add HW offload mode flag for installing programs
Jakub Kicinski
1
-2
/
+2
2017-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-06-21
rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute
Julien Gomes
1
-0
/
+13
2017-06-20
rtnetlink: add IFLA_GROUP to ifla_policy
Serhey Popovych
1
-0
/
+2
2017-06-16
net: Add IFLA_XDP_PROG_ID
Martin KaFai Lau
1
-6
/
+21
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-06-08
net: Zero ifla_vf_info in rtnl_fill_vfinfo()
Mintz, Yuval
1
-1
/
+2
2017-05-31
rtnetlink: use the new rtnl_get_event() interface
Vlad Yasevich
1
-1
/
+1
2017-05-27
rtnl: Add support for netdev event to link messages
Vlad Yasevich
1
-9
/
+56
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2017-05-24
net: rtnetlink: bail out from rtnl_fdb_dump() on parse error
Alexander Potapenko
1
-2
/
+5
2017-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+24
2017-05-18
net: make struct net_device::tx_queue_len unsigned int
Alexey Dobriyan
1
-2
/
+2
2017-05-16
net: Improve handling of failures on link and route dumps
David Ahern
1
-12
/
+24
2017-05-11
xdp: refine xdp api with regards to generic xdp
Daniel Borkmann
1
-22
/
+18
2017-05-11
xdp: add flag to enforce driver mode
Daniel Borkmann
1
-0
/
+5
2017-05-04
rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
Michal Schmidt
1
-1
/
+1
2017-05-01
xdp: propagate extended ack to XDP setup
Jakub Kicinski
1
-5
/
+8
2017-04-25
net: Generic XDP
David S. Miller
1
-15
/
+25
2017-04-17
net: rtnetlink: plumb extended ack to doit function
David Ahern
1
-16
/
+26
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-21
/
+26
2017-04-13
netlink: extended ACK reporting
Johannes Berg
1
-1
/
+2
2017-04-13
rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for CHANGELOWERSTATE event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for PRECHANGEUPPER event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for POST_TYPE_CHANGE event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for CHANGEADDR event
David Ahern
1
-1
/
+0
[next]