aboutsummaryrefslogtreecommitdiff
path: root/net/bridge/br_netlink.c
AgeCommit message (Expand)Author
2013-10-13bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo
2013-09-14bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita
2013-03-28bridge: remove unused variable ifmHong zhi guo
2013-03-24bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun
2013-03-12bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger
2013-02-14bridge: make ifla_br_policy and br_af_ops staticCong Wang
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-03bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich
2012-12-30bridge: respect RFC2863 operational statestephen hemminger
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich
2012-12-10bridge: make buffer larger in br_setlink()Dan Carpenter
2012-12-05bridge: implement multicast fast leaveDavid S. Miller
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-14bridge: add root port blockingstephen hemminger
2012-11-14bridge: implement BPDU blockingstephen hemminger
2012-11-14bridge: bridge port parameters over netlinkstephen hemminger
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend
2012-10-31net: create generic bridge opsJohn Fastabend
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-06-26bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-02bridge: Stop using NLA_PUT*().David S. Miller
2011-12-01bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets
2011-10-18bridge: fix hang on removal of bridge via netlinkstephen hemminger
2011-07-22bridge: add notification over netlink when STP changes statestephen hemminger
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-04-04bridge: allow creating bridge devices with netlinkstephen hemminger
2011-04-04bridge: allow creating/deleting fdb entries via netlinkstephen hemminger
2011-04-04bridge: add netlink notification on forward entry changesstephen hemminger
2010-11-15bridge: add RCU annotations to bridge port lookupEric Dumazet
2010-11-15bridge: fix RCU races with bridge portstephen hemminger
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko
2010-05-15bridge: change console message interfacestephen hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2008-09-08netns bridge: allow bridges in netns!Alexey Dobriyan
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman