aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-171-5/+10
* bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger2012-07-161-1/+1
* bridge: fix hang on removal of bridge via netlinkstephen hemminger2011-11-111-0/+1
* net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-021-3/+4
* bridge: allow creating bridge devices with netlinkstephen hemminger2011-04-041-9/+48
* bridge: allow creating/deleting fdb entries via netlinkstephen hemminger2011-04-041-0/+3
* bridge: add netlink notification on forward entry changesstephen hemminger2011-04-041-0/+1
* bridge: add RCU annotations to bridge port lookupEric Dumazet2010-11-151-2/+2
* bridge: fix RCU races with bridge portstephen hemminger2010-11-151-4/+6
* bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-4/+5
* bridge: change console message interfacestephen hemminger2010-05-151-3/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-241-1/+2
* netns bridge: allow bridges in netns!Alexey Dobriyan2008-09-081-10/+5
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-2/+2
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+9
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+3
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-1/+2
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-251-2/+0
* bridge: add support for user mode STPStephen Hemminger2007-04-251-1/+1
* [BRIDGE]: Use rtnl registration interfaceThomas Graf2007-04-251-10/+10
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-5/+9
* [BRIDGE] netlink: Convert bridge netlink code to new netlink interfaceThomas Graf2006-12-021-54/+38
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-6/+15
* [BRIDGE]: Convert notifications to use rtnl_notify()Thomas Graf2006-09-221-16/+15
* [BRIDGE]: netlink status fixStephen Hemminger2006-08-041-1/+1
* [BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin2006-07-031-1/+2
* [BRIDGE]: netlink interface for link managementStephen Hemminger2006-06-171-0/+199