index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-31
rtnetlink: use the new rtnl_get_event() interface
Vlad Yasevich
1
-1
/
+1
2017-05-28
rtnl: Add support for netdev event to link messages
Vlad Yasevich
1
-9
/
+56
2017-05-27
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-12
xdp: refine xdp api with regards to generic xdp
Daniel Borkmann
1
-22
/
+18
2017-05-12
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
2017-04-13
rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFO
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for MTU events
David Ahern
1
-2
/
+0
2017-04-10
Revert "rtnl: Add support for netdev event to link messages"
David S. Miller
1
-83
/
+9
2017-04-05
rtnl: Add support for netdev event to link messages
Vlad Yasevich
1
-9
/
+83
2017-04-05
rtnetlink: Convert rtnetlink_event to white list
Vlad Yasevich
1
-14
/
+17
2017-03-22
rtnetlink: Add dump all for netconf
David Ahern
1
-0
/
+1
2017-02-21
rtnl: simplify error return path in rtnl_create_link()
Tobias Klauser
1
-6
/
+1
2017-02-17
rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size
Daniel Borkmann
1
-4
/
+7
2017-02-01
rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlink
Theuns Verwoerd
1
-1
/
+6
2017-01-20
device: Implement a bus agnostic dev_num_vf routine
Phil Sutter
1
-2
/
+1
2017-01-17
net: AF-specific RTM_GETSTATS attributes
Robert Shearman
1
-0
/
+50
2016-12-29
rtnl: stats - add missing netlink message size checks
Mathias Krause
1
-0
/
+6
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-12-02
net/rtnetlink: fix attribute name in nlmsg_size() comments
Tobias Klauser
1
-2
/
+2
2016-12-01
rtnetlink: return the correct error code
Zhang Shengju
1
-1
/
+1
2016-11-30
bpf, xdp: allow to pass flags to dev_change_xdp_fd
Daniel Borkmann
1
-1
/
+13
2016-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-11-25
net: Add net-device param to the get offloaded stats ndo
Or Gerlitz
1
-2
/
+2
2016-11-24
rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()
Zhang Shengju
1
-1
/
+1
2016-11-20
rtnl: fix the loop index update error in rtnl_dump_ifinfo()
Zhang Shengju
1
-1
/
+1
2016-11-18
rtnetlink: fix FDB size computation
Sabrina Dubroca
1
-1
/
+4
2016-11-16
rtnetlink: fix rtnl message size computation for XDP
Sabrina Dubroca
1
-1
/
+2
2016-11-16
rtnetlink: fix rtnl_vfinfo_size
Sabrina Dubroca
1
-5
/
+7
2016-11-10
rtnl: reset calcit fptr in rtnl_unregister()
Mathias Krause
1
-0
/
+1
2016-10-13
net: rtnl: info leak in rtnl_fill_vfinfo()
Dan Carpenter
1
-0
/
+2
2016-10-03
net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handling
Arnd Bergmann
1
-0
/
+3
2016-09-24
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
1
-15
/
+65
2016-09-19
net: core: Add offload stats to if_stats_msg
Nogah Frankel
1
-4
/
+107
[prev]
[next]