summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: make ifla_br_policy and br_af_ops staticCong Wang2013-02-141-2/+2
* bridge: Separate egress policy bitmapVlad Yasevich2013-02-131-0/+4
* bridge: Add the ability to configure pvidVlad Yasevich2013-02-131-3/+8
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-131-11/+83
* bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich2013-02-131-18/+121
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-151-1/+12
|\
| * bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich2013-01-031-1/+12
* | bridge: respect RFC2863 operational statestephen hemminger2012-12-301-1/+4
|/
* bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich2012-12-191-1/+0
* 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-181-3/+0
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-0/+3
* bridge: add root port blockingstephen hemminger2012-11-141-1/+4
* bridge: implement BPDU blockingstephen hemminger2012-11-141-1/+5
* bridge: bridge port parameters over netlinkstephen hemminger2012-11-141-33/+132
* net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend2012-10-311-2/+0
* net: create generic bridge opsJohn Fastabend2012-10-311-60/+13
* 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-261-1/+1
* net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend2012-04-151-12/+0
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* bridge: Stop using NLA_PUT*().David S. Miller2012-04-021-14/+11
* 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-181-0/+1
* bridge: add notification over netlink when STP changes statestephen hemminger2011-07-221-0/+2
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-5/+10
* 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
OpenPOWER on IntegriCloud