aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_if.c
Commit message (Expand)AuthorAge
* bridge: Fix incorrect judgment of promiscToshiaki Makita2014-06-05
* bridge: fix the unbalanced promiscuous count when add_if failedwangweidong2014-06-02
* bridge: fix spelling of promiscuousstephen hemminger2014-05-18
* bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-16
* bridge: Introduce BR_PROMISC flagVlad Yasevich2014-05-16
* bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich2014-05-16
* netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-29
* bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita2014-02-10
* bridge: move br_net_exit() to br.cWANG Cong2014-01-14
* bridge: spelling fixestanxiaojun2013-12-18
* bridge: flush br's address entry in fdb when remove theDing Tianhong2013-11-20
* bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita2013-11-14
* bridge: inherit slave devices needed_headroomFlorian Fainelli2013-08-29
* bridge: cleanup netpoll codestephen hemminger2013-07-26
* bridge: Add a flag to control unicast packet flood.Vlad Yasevich2013-06-11
* bridge: Add flag to control mac learning.Vlad Yasevich2013-06-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
|\
| * bridge: make user modified path cost stickystephen hemminger2013-04-15
* | bridge: remove a redundant synchronize_net()Eric Dumazet2013-04-02
|/
* bridge: Add vlan support for local fdb entriesVlad Yasevich2013-02-13
* bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich2013-02-13
* bridge: Add vlan filtering infrastructureVlad Yasevich2013-02-13
* bridge: remove usage of netdev_set_master()Jiri Pirko2013-01-04
* bridge: respect RFC2863 operational statestephen hemminger2012-12-30
* bridge: call br_netpoll_disable in br_add_ifGao feng2012-12-21
* bridge: add some comments for NETDEV_RELEASEAmerigo Wang2012-08-14
* netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-14
* bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger2012-06-27
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-24
|\
| * bridge: fix hang on removal of bridge via netlinkstephen hemminger2011-10-18
* | bridge: fix ordering of NEWLINK and NEWNEIGH eventsstephen hemminger2011-10-03
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
|\|
| * bridge: fix a possible net_device leakEric Dumazet2011-08-22
* | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-15
* | br: remove redundant check and initJiri Pirko2011-09-15
|/
* Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.Andrei Warkentin2011-08-10
* bridge: notifier called with the wrong devicestephen hemminger2011-07-22
* net: remove synchronize_net() from netdev_set_master()Eric Dumazet2011-05-22
* bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang2011-05-22
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-29
* bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław2011-04-28
* bridge: allow creating bridge devices with netlinkstephen hemminger2011-04-04
* bridge: notify applications if address of bridge device changesstephen hemminger2011-03-28
* bridge: implement [add/del]_slave opsJiri Pirko2011-02-13
* net: reduce and unify printk level in netdev_fix_features()Michał Mirosław2011-01-24
* net: change netdev->features to u32Michał Mirosław2011-01-24
* bridge: add RCU annotations to bridge port lookupEric Dumazet2010-11-15
* bridge: fix RCU races with bridge portstephen hemminger2010-11-15
* bridge: avoid ethtool on non running interfacestephen hemminger2010-08-25