summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c
Commit message (Expand)AuthorAgeFilesLines
...
* bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich2012-12-191-1/+0Star
* bridge: make buffer larger in br_setlink()Dan Carpenter2012-12-101-1/+1
* bridge: implement multicast fast leaveDavid S. Miller2012-12-051-1/+3
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-191-3/+0Star
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-191-0/+3
* bridge: add root port blockingstephen hemminger2012-11-151-1/+4
* bridge: implement BPDU blockingstephen hemminger2012-11-151-1/+5
* bridge: bridge port parameters over netlinkstephen hemminger2012-11-151-33/+132
* net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend2012-10-311-2/+0Star
* net: create generic bridge opsJohn Fastabend2012-10-311-60/+13Star
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger2012-06-271-1/+1
* net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend2012-04-151-12/+0Star
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* bridge: Stop using NLA_PUT*().David S. Miller2012-04-021-14/+11Star
* bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets2011-12-011-0/+6
* bridge: fix hang on removal of bridge via netlinkstephen hemminger2011-10-191-0/+1
* bridge: add notification over netlink when STP changes statestephen hemminger2011-07-231-0/+2
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-101-5/+10
* net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-031-3/+4
* 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