index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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
*
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
*
rtnetlink: Do not generate notifications for MTU events
David Ahern
2017-04-13
1
-2
/
+0
*
Revert "rtnl: Add support for netdev event to link messages"
David S. Miller
2017-04-09
1
-83
/
+9
*
rtnl: Add support for netdev event to link messages
Vlad Yasevich
2017-04-05
1
-9
/
+83
*
rtnetlink: Convert rtnetlink_event to white list
Vlad Yasevich
2017-04-05
1
-14
/
+17
*
rtnetlink: Add dump all for netconf
David Ahern
2017-03-22
1
-0
/
+1
*
rtnl: simplify error return path in rtnl_create_link()
Tobias Klauser
2017-02-21
1
-6
/
+1
*
rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size
Daniel Borkmann
2017-02-17
1
-4
/
+7
*
rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlink
Theuns Verwoerd
2017-02-01
1
-1
/
+6
*
device: Implement a bus agnostic dev_num_vf routine
Phil Sutter
2017-01-20
1
-2
/
+1
*
net: AF-specific RTM_GETSTATS attributes
Robert Shearman
2017-01-17
1
-0
/
+50
*
rtnl: stats - add missing netlink message size checks
Mathias Krause
2016-12-29
1
-0
/
+6
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-2
/
+2
|
\
|
*
net/rtnetlink: fix attribute name in nlmsg_size() comments
Tobias Klauser
2016-12-02
1
-2
/
+2
*
|
rtnetlink: return the correct error code
Zhang Shengju
2016-12-01
1
-1
/
+1
*
|
bpf, xdp: allow to pass flags to dev_change_xdp_fd
Daniel Borkmann
2016-11-30
1
-1
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-26
1
-1
/
+1
|
\
\
|
|
/
|
*
rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()
Zhang Shengju
2016-11-23
1
-1
/
+1
*
|
net: Add net-device param to the get offloaded stats ndo
Or Gerlitz
2016-11-24
1
-2
/
+2
|
/
*
rtnl: fix the loop index update error in rtnl_dump_ifinfo()
Zhang Shengju
2016-11-19
1
-1
/
+1
*
rtnetlink: fix FDB size computation
Sabrina Dubroca
2016-11-18
1
-1
/
+4
*
rtnetlink: fix rtnl message size computation for XDP
Sabrina Dubroca
2016-11-15
1
-1
/
+2
*
rtnetlink: fix rtnl_vfinfo_size
Sabrina Dubroca
2016-11-15
1
-5
/
+7
*
rtnl: reset calcit fptr in rtnl_unregister()
Mathias Krause
2016-11-09
1
-0
/
+1
*
net: rtnl: info leak in rtnl_fill_vfinfo()
Dan Carpenter
2016-10-13
1
-0
/
+2
*
net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handling
Arnd Bergmann
2016-10-03
1
-0
/
+3
[next]