aboutsummaryrefslogtreecommitdiff
path: root/net/bridge/br_if.c
AgeCommit message (Expand)Author
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-15bridge: make user modified path cost stickystephen hemminger
2013-04-02bridge: remove a redundant synchronize_net()Eric Dumazet
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich
2013-01-04bridge: remove usage of netdev_set_master()Jiri Pirko
2012-12-30bridge: respect RFC2863 operational statestephen hemminger
2012-12-21bridge: call br_netpoll_disable in br_add_ifGao feng
2012-08-14bridge: add some comments for NETDEV_RELEASEAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-06-26bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-18bridge: fix hang on removal of bridge via netlinkstephen hemminger
2011-10-03bridge: fix ordering of NEWLINK and NEWNEIGH eventsstephen hemminger
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko
2011-09-15br: remove redundant check and initJiri Pirko
2011-08-22bridge: fix a possible net_device leakEric Dumazet
2011-08-09Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.Andrei Warkentin
2011-07-22bridge: notifier called with the wrong devicestephen hemminger
2011-05-22net: remove synchronize_net() from netdev_set_master()Eric Dumazet
2011-05-22bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-28bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław
2011-04-04bridge: allow creating bridge devices with netlinkstephen hemminger
2011-03-27bridge: notify applications if address of bridge device changesstephen hemminger
2011-02-13bridge: implement [add/del]_slave opsJiri Pirko
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-11-15bridge: add RCU annotations to bridge port lookupEric Dumazet
2010-11-15bridge: fix RCU races with bridge portstephen hemminger
2010-08-25bridge: avoid ethtool on non running interfacestephen hemminger
2010-08-25bridge: fix locking commentStephen Hemminger
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko
2010-06-15net: add rx_handler data pointerJiri Pirko
2010-06-15bridge: Fix netpoll supportHerbert Xu
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko
2010-05-18bridge: fix build for CONFIG_SYSFS disabledRandy Dunlap
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott
2010-05-15bridge: netpoll cleanupstephen hemminger
2010-05-06bridge: make bridge support netpollWANG Cong
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16bridge: per-cpu packet statistics (v3)stephen hemminger
2010-02-28bridge: Add multicast start/stop hooksHerbert Xu
2010-02-04bridge: Remove unused age_listHerbert Xu
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-11-19cfg80211: disallow bridging managed/adhoc interfacesJohannes Berg