aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich1-0/+3
2014-04-27bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger1-4/+1
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun1-2/+1
2013-12-10net: more spelling fixesstephen hemminger1-2/+2
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita1-1/+1
2013-09-15bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo1-2/+2
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita1-2/+2
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich1-1/+5
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich1-1/+5
2013-03-28bridge: remove unused variable ifmHong zhi guo1-9/+3
2013-03-24bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo1-2/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich1-0/+1
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun1-4/+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