summaryrefslogtreecommitdiff
path: root/net/bridge/br_netlink.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-04bridge: remove a useless commentMichael S. Tsirkin1-1/+0
2014-05-17bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich1-0/+3
2014-04-28bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-01-02netlink: cleanup rntl_af_registerstephen hemminger1-4/+1
2013-12-20bridge: remove unnecessary condition judgmenttanxiaojun1-2/+1
2013-12-11net: more spelling fixesstephen hemminger1-2/+2
2013-10-19bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita1-1/+1
2013-09-16bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo1-2/+2
2013-08-21bridge: 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-25bridge: 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-14bridge: Separate egress policy bitmapVlad Yasevich1-0/+4
2013-02-14bridge: Add the ability to configure pvidVlad Yasevich1-3/+8
2013-02-14bridge: Dump vlan information from a bridge portVlad Yasevich1-11/+83
2013-02-14bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich1-18/+121
2013-01-16Merge 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-20bridge: 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-06bridge: implement multicast fast leaveDavid S. Miller1-1/+3
2012-11-19net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman1-3/+0
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+3
2012-11-15bridge: add root port blockingstephen hemminger1-1/+4
2012-11-15bridge: implement BPDU blockingstephen hemminger1-1/+5
2012-11-15bridge: 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-27bridge: 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-19bridge: fix hang on removal of bridge via netlinkstephen hemminger1-0/+1
2011-07-23bridge: add notification over netlink when STP changes statestephen hemminger1-0/+2
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-5/+10
2011-05-03net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-3/+4
2011-04-05bridge: allow creating bridge devices with netlinkstephen hemminger1-9/+48
2011-04-05bridge: allow creating/deleting fdb entries via netlinkstephen hemminger1-0/+3
2011-04-05bridge: 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