index
:
blackbird-op-linux
master
Blackbird™ 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
2016-05-09
1
-8
/
+10
|
\
|
*
net: fix infoleak in rtnetlink
Kangjie Lu
2016-05-04
1
-8
/
+10
*
|
net: rtnetlink: add linkxstats callbacks and attribute
Nikolay Aleksandrov
2016-05-02
1
-0
/
+30
*
|
net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter
Nikolay Aleksandrov
2016-05-02
1
-13
/
+31
*
|
rtnl: align nlattr properly when needed
Nicolas Dichtel
2016-04-26
1
-2
/
+2
*
|
rtnl: use nla_put_u64_64bit()
Nicolas Dichtel
2016-04-25
1
-18
/
+18
*
|
rtnl: use the new API to align IFLA_STATS*
Nicolas Dichtel
2016-04-21
1
-17
/
+5
*
|
rtnetlink: add new RTM_GETSTATS message to dump link stats
Roopa Prabhu
2016-04-20
1
-0
/
+158
*
|
net: Add helpers for 64-bit aligning netlink attributes.
David S. Miller
2016-04-19
1
-19
/
+5
*
|
net: Align IFLA_STATS64 attributes properly on architectures that need it.
David S. Miller
2016-04-19
1
-0
/
+19
*
|
rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copy
Roopa Prabhu
2016-04-18
1
-15
/
+8
|
/
*
rtnl: fix msg size calculation in if_nlmsg_size()
Nicolas Dichtel
2016-03-31
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-03-23
1
-0
/
+4
|
\
|
*
net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributes
Eric Dumazet
2016-03-21
1
-0
/
+4
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-03-22
1
-0
/
+36
|
\
\
|
|
/
|
/
|
|
*
net/core: Add support for configuring VF GUIDs
Eli Cohen
2016-03-21
1
-0
/
+36
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
1
-0
/
+6
|
\
\
|
*
|
net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.
MINOURA Makoto / 箕浦 真
2016-02-26
1
-0
/
+6
|
|
/
*
|
net/rtnetlink: remove dead code
Eric Engestrom
2016-03-02
1
-9
/
+0
*
|
net: Add support for filtering link dump by master device and kind
David Ahern
2016-02-11
1
-1
/
+67
*
|
net: add rx_nohandler stat counter
Jarod Wilson
2016-02-06
1
-0
/
+2
|
/
*
net/rtnetlink: remove unused sz_idx variable
Alexander Kuleshov
2016-01-11
1
-2
/
+1
*
net: Pass ndm_state to route netlink FDB notifications.
Hubert Sokolowski
2015-12-16
1
-7
/
+10
*
switchdev: Pass original device to port netdev driver
Ido Schimmel
2015-12-15
1
-0
/
+1
*
rtnetlink: fix frame size warning in rtnl_fill_ifinfo
Hannes Frederic Sowa
2015-11-17
1
-122
/
+152
*
if_link: Add control trust VF
Hiroshi Shimamoto
2015-10-23
1
-3
/
+21
*
netlink: Rightsize IFLA_AF_SPEC size calculation
Arad, Ronen
2015-10-21
1
-4
/
+4
*
net/core: lockdep_rtnl_is_held can be boolean
Yaowei Bai
2015-10-09
1
-1
/
+1
*
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
Jiri Pirko
2015-10-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-26
1
-10
/
+16
|
\
|
*
rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink
Roopa Prabhu
2015-09-15
1
-10
/
+16
*
|
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
Sowmini Varadhan
2015-09-15
1
-1
/
+1
|
/
*
tcp: use dctcp if enabled on the route to the initiator
Daniel Borkmann
2015-08-31
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-23
1
-4
/
+7
|
\
|
*
rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTS
Daniel Borkmann
2015-07-15
1
-4
/
+7
*
|
openvswitch: Use regular VXLAN net_device device
Thomas Graf
2015-07-21
1
-9
/
+17
*
|
netlink: changes for setting and clearing protodown via netlink.
Anuradha Karuppiah
2015-07-15
1
-2
/
+14
|
/
*
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
Daniel Borkmann
2015-07-08
1
-91
/
+96
*
switchdev; add VLAN support for port's bridge_getlink
Scott Feldman
2015-06-23
1
-3
/
+15
*
net/core: Add reading VF statistics through the PF netdevice
Eran Ben Elisha
2015-06-15
1
-2
/
+49
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-23
1
-0
/
+3
|
\
|
*
rtnl/bond: don't send rtnl msg for unregistered iface
Nicolas Dichtel
2015-05-17
1
-0
/
+3
*
|
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
2015-05-13
1
-1
/
+2
*
|
switchdev: convert parent_id_get to switchdev attr get
Scott Feldman
2015-05-12
1
-3
/
+6
*
|
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
Jiri Pirko
2015-05-12
1
-1
/
+1
*
|
netns: rename peernet2id() to peernet2id_alloc()
Nicolas Dichtel
2015-05-09
1
-1
/
+1
|
/
*
bridge/nl: remove wrong use of NLM_F_MULTI
Nicolas Dichtel
2015-04-29
1
-5
/
+7
*
if_link: Add an additional parameter to ifla_vf_info for RSS querying
Vlad Zolotarov
2015-04-10
1
-6
/
+26
*
rtnetlink: Mark name argument of rtnl_create_link() const
Thomas Graf
2015-04-10
1
-1
/
+1
*
net: Pass VLAN ID to rtnl_fdb_notify.
Hubert Sokolowski
2015-04-09
1
-10
/
+10
[next]