summaryrefslogtreecommitdiff
path: root/net/bridge/br_netlink.c
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita
2013-09-16bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo
2013-08-21bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich
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-14bridge: Separate egress policy bitmapVlad Yasevich
2013-02-14bridge: Add the ability to configure pvidVlad Yasevich
2013-02-14bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-14bridge: 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-19net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-15bridge: add root port blockingstephen hemminger
2012-11-15bridge: implement BPDU blockingstephen hemminger
2012-11-15bridge: 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-27bridge: 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-19bridge: fix hang on removal of bridge via netlinkstephen hemminger
2011-07-23bridge: add notification over netlink when STP changes statestephen hemminger
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-04-05bridge: allow creating bridge devices with netlinkstephen hemminger
2011-04-05bridge: allow creating/deleting fdb entries via netlinkstephen hemminger
2011-04-05bridge: 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-16bridge: 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-25netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2008-09-08netns bridge: allow bridges in netns!Alexey Dobriyan