aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-26bridge: fix link notification skb size calculation to include vlan rangesRoopa Prabhu1-7/+85
2015-02-22bridge: add vlan info to bridge setlink and dellink notification messagesRoopa Prabhu1-22/+24
2015-02-07bridge: add missing bridge port check for offloadsRoopa Prabhu1-2/+2
2015-02-01bridge: offload bridge port attributes to switch asic if feature flag setRoopa Prabhu1-3/+23
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-2/+2
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-1/+1
2015-01-25bridge: simplify br_getlink() a bitDan Carpenter1-6/+3
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-17bridge: fix setlink/dellink notificationsRoopa Prabhu1-0/+5
2015-01-13bridge: fix uninitialized variable warningRoopa Prabhu1-7/+9
2015-01-12bridge: new function to pack vlans into ranges during getsRoopa Prabhu1-21/+124
2015-01-12bridge: support for multiple vlans and vlan ranges in setlink and dellink requestsRoopa Prabhu1-36/+68
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-11-26bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVEThomas Graf1-0/+1
2014-10-27bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park1-1/+3
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli1-1/+1
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso1-1/+1
2014-09-09bridge: Cleanup of unncessary check.Rami Rosen1-3/+0
2014-09-09bridge: implement rtnl_link_ops->changelinkJiri Pirko1-0/+39
2014-09-09bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko1-0/+25
2014-09-09bridge: implement rtnl_link_ops->slave_changelinkJiri Pirko1-2/+16
2014-09-09bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave_infoJiri Pirko1-6/+21
2014-08-04bridge: remove a useless commentMichael S. Tsirkin1-1/+0
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