aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich1-0/+1
2013-03-12bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger1-0/+1
2013-02-14bridge: make ifla_br_policy and br_af_ops staticCong Wang1-2/+2
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich1-0/+4
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich1-3/+8
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich1-11/+83
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich1-18/+121
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2013-01-03bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich1-1/+12
2012-12-30bridge: respect RFC2863 operational statestephen hemminger1-1/+4
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich1-1/+0
2012-12-10bridge: make buffer larger in br_setlink()Dan Carpenter1-1/+1
2012-12-05bridge: implement multicast fast leaveDavid S. Miller1-1/+3
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman1-3/+0
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+3
2012-11-14bridge: add root port blockingstephen hemminger1-1/+4
2012-11-14bridge: implement BPDU blockingstephen hemminger1-1/+5
2012-11-14bridge: bridge port parameters over netlinkstephen hemminger1-33/+132
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend1-2/+0
2012-10-31net: create generic bridge opsJohn Fastabend1-60/+13
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-06-26bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger1-1/+1
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend1-12/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-02bridge: Stop using NLA_PUT*().David S. Miller1-14/+11
2011-12-01bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets1-0/+6
2011-10-18bridge: fix hang on removal of bridge via netlinkstephen hemminger1-0/+1
2011-07-22bridge: add notification over netlink when STP changes statestephen hemminger1-0/+2
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-5/+10
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-3/+4
2011-04-04bridge: allow creating bridge devices with netlinkstephen hemminger1-9/+48
2011-04-04bridge: allow creating/deleting fdb entries via netlinkstephen hemminger1-0/+3
2011-04-04bridge: add netlink notification on forward entry changesstephen hemminger1-0/+1
2010-11-15bridge: add RCU annotations to bridge port lookupEric Dumazet1-2/+2
2010-11-15bridge: fix RCU races with bridge portstephen hemminger1-4/+6
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-4/+5
2010-05-15bridge: change console message interfacestephen hemminger1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-1/+2
2008-09-08netns bridge: allow bridges in netns!Alexey Dobriyan1-10/+5
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-2/+2
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+9
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-2/+3
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-1/+2
2007-04-25[RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy1-2/+0
2007-04-25bridge: add support for user mode STPStephen Hemminger1-1/+1
2007-04-25[BRIDGE]: Use rtnl registration interfaceThomas Graf1-10/+10
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy1-5/+9
2006-12-02[BRIDGE] netlink: Convert bridge netlink code to new netlink interfaceThomas Graf1-54/+38