index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
2013-08-16
1
-2
/
+2
|
\
|
*
rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg header
Asbjoern Sloth Toennesen
2013-08-13
1
-1
/
+1
|
*
rtnetlink: Fix inverted check in ndo_dflt_fdb_del()
Sridhar Samudrala
2013-08-10
1
-1
/
+1
*
|
rtnetlink: remove an unneeded test
Dan Carpenter
2013-08-15
1
-2
/
+2
*
|
rtnl: export physical port id via RT netlink
Jiri Pirko
2013-07-30
1
-1
/
+24
|
/
*
rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}
Mike Rapoport
2013-06-25
1
-8
/
+0
*
net/core: Add VF link state control
Rony Efraim
2013-06-13
1
-2
/
+20
*
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-1
/
+1
*
net: fix address check in rtnl_fdb_del
Vlad Yasevich
2013-04-25
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-22
1
-2
/
+2
|
\
|
*
rtnetlink: Call nlmsg_parse() with correct header length
Michael Riesch
2013-04-08
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-01
1
-1
/
+3
|
\
\
|
|
/
|
*
rtnetlink: fix error return code in rtnl_link_fill()
Wei Yongjun
2013-03-27
1
-1
/
+3
*
|
net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]
John Fastabend
2013-03-29
1
-2
/
+2
*
|
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
2013-03-28
1
-2
/
+2
*
|
ipv4: provide addr and netconf dump consistency info
Nicolas Dichtel
2013-03-24
1
-1
/
+4
*
|
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
2013-03-22
1
-73
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-20
1
-1
/
+1
|
\
\
|
|
/
|
*
rtnetlink: Mask the rta_type when range checking
Vlad Yasevich
2013-03-17
1
-1
/
+1
*
|
vxlan: generalize forwarding tables
David Stevens
2013-03-17
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-12
1
-0
/
+1
|
\
\
|
|
/
|
*
rtnl: fix info leak on RTM_GETLINK request for VF devices
Mathias Krause
2013-03-10
1
-0
/
+1
*
|
net: generic fdb support for drivers without ndo_fdb_<op>
Vlad Yasevich
2013-03-07
1
-6
/
+75
|
/
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-2
/
+1
*
bridge: Add vlan support to static neighbors
Vlad Yasevich
2013-02-13
1
-9
/
+17
*
bridge: Dump vlan information from a bridge port
Vlad Yasevich
2013-02-13
1
-4
/
+12
*
bridge: Add netlink interface to configure vlans on bridge ports
Vlad Yasevich
2013-02-13
1
-0
/
+72
*
netns: fdb: allow unprivileged users to add/del fdb entries
Gao feng
2013-02-04
1
-6
/
+0
*
ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create
Jiri Pirko
2013-01-06
1
-1
/
+3
*
bonding: remove usage of dev->master
Jiri Pirko
2013-01-04
1
-0
/
+1
*
rtnetlink: remove usage of dev->master
Jiri Pirko
2013-01-04
1
-32
/
+37
*
rtnl: use dev_set_mac_address() instead of plain ndo_
Jiri Pirko
2013-01-03
1
-18
/
+2
*
rtnl: expose carrier value with possibility to set it
Jiri Pirko
2012-12-28
1
-0
/
+10
*
rtnelink: remove unused parameter from rtnl_create_link().
Rami Rosen
2012-11-30
1
-2
/
+2
*
net: Enable a userns root rtnl calls that are safe for unprivilged users
Eric W. Biederman
2012-11-18
1
-9
/
+4
*
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
2012-11-18
1
-1
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-10
1
-1
/
+2
|
\
|
*
rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump
John Fastabend
2012-11-03
1
-1
/
+2
*
|
net: fix bridge notify hook to manage flags correctly
John Fastabend
2012-11-03
1
-8
/
+18
*
|
net: Fix continued iteration in rtnl_bridge_getlink()
Ben Hutchings
2012-11-02
1
-16
/
+7
*
|
ixgbe: add setlink, getlink support to ixgbe and ixgbevf
John Fastabend
2012-10-31
1
-0
/
+50
*
|
net: set and query VEB/VEPA bridge mode via PF_BRIDGE
John Fastabend
2012-10-31
1
-4
/
+81
*
|
net: create generic bridge ops
John Fastabend
2012-10-31
1
-0
/
+80
*
|
netlink: cleanup the unnecessary return value check
Hans Zhang
2012-10-23
1
-3
/
+3
|
/
*
netlink: add attributes to fdb interface
stephen hemminger
2012-10-01
1
-2
/
+4
*
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
1
-6
/
+6
*
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
2012-09-08
1
-1
/
+1
*
netlink: kill netlink_set_nonroot
Pablo Neira Ayuso
2012-09-08
1
-1
/
+1
*
net: remove delay at device dismantle
Eric Dumazet
2012-08-22
1
-1
/
+1
*
net: Allow to create links with given ifindex
Pavel Emelyanov
2012-08-09
1
-5
/
+7
[next]