summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: allow creating bridge devices with netlinkstephen hemminger2011-04-051-9/+48
* bridge: allow creating/deleting fdb entries via netlinkstephen hemminger2011-04-051-0/+3
* bridge: add netlink notification on forward entry changesstephen hemminger2011-04-051-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-161-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-251-1/+2
* netns bridge: allow bridges in netns!Alexey Dobriyan2008-09-091-10/+5Star
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-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-111-2/+3
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-1/+2
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-261-2/+0Star
* bridge: add support for user mode STPStephen Hemminger2007-04-261-1/+1
* [BRIDGE]: Use rtnl registration interfaceThomas Graf2007-04-261-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-031-54/+38Star
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-031-6/+15
* [BRIDGE]: Convert notifications to use rtnl_notify()Thomas Graf2006-09-221-16/+15Star
* [BRIDGE]: netlink status fixStephen Hemminger2006-08-051-1/+1
* [BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin2006-07-041-1/+2
* [BRIDGE]: netlink interface for link managementStephen Hemminger2006-06-181-0/+199