summaryrefslogtreecommitdiff
path: root/net/bridge/br_netlink.c
AgeCommit message (Expand)Author
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-18bridge: add ageing_time, stp_state, priority over netlinkJörg Thalheim
2015-03-05bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen
2015-03-04bridge: fix bridge netlink RCU usageJohannes Berg
2015-02-26bridge: fix link notification skb size calculation to include vlan rangesRoopa Prabhu
2015-02-22bridge: add vlan info to bridge setlink and dellink notification messagesRoopa Prabhu
2015-02-07bridge: add missing bridge port check for offloadsRoopa Prabhu
2015-02-01bridge: offload bridge port attributes to switch asic if feature flag setRoopa Prabhu
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann
2015-01-25bridge: simplify br_getlink() a bitDan Carpenter
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-17bridge: fix setlink/dellink notificationsRoopa Prabhu
2015-01-13bridge: fix uninitialized variable warningRoopa Prabhu
2015-01-12bridge: new function to pack vlans into ranges during getsRoopa Prabhu
2015-01-12bridge: support for multiple vlans and vlan ranges in setlink and dellink req...Roopa Prabhu
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-26bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVEThomas Graf
2014-10-27bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso
2014-09-09bridge: Cleanup of unncessary check.Rami Rosen
2014-09-09bridge: implement rtnl_link_ops->changelinkJiri Pirko
2014-09-09bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko
2014-09-09bridge: implement rtnl_link_ops->slave_changelinkJiri Pirko
2014-09-09bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave...Jiri Pirko
2014-08-04bridge: remove a useless commentMichael S. Tsirkin
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich
2014-04-27bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun
2013-12-10net: more spelling fixesstephen hemminger
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita
2013-09-15bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo
2013-08-20bridge: 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-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