summaryrefslogtreecommitdiff
path: root/net/bridge/br_if.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-25bridge: check iface upper dev when setting master via ioctlHangbin Liu1-2/+2
2014-10-06bridge: Add filtering support for default_pvidVlad Yasevich1-0/+3
2014-10-02net: bridge: add a br_set_state helper functionFlorian Fainelli1-1/+1
2014-09-09bridge: switch order of rx_handler reg and upper dev linkJiri Pirko1-7/+8
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-06-06bridge: Fix incorrect judgment of promiscToshiaki Makita1-1/+2
2014-06-02bridge: fix the unbalanced promiscuous count when add_if failedwangweidong1-1/+1
2014-05-19bridge: fix spelling of promiscuousstephen hemminger1-1/+1
2014-05-17bridge: Automatically manage port promiscuous mode.Vlad Yasevich1-7/+98
2014-05-17bridge: Introduce BR_PROMISC flagVlad Yasevich1-1/+1
2014-05-17bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich1-0/+24
2014-03-30netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-1/+1
2014-02-11bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita1-3/+3
2014-01-14bridge: move br_net_exit() to br.cWANG Cong1-15/+0
2013-12-19bridge: spelling fixestanxiaojun1-1/+1
2013-11-21bridge: flush br's address entry in fdb when remove theDing Tianhong1-0/+2
2013-11-15bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita1-0/+1
2013-08-29bridge: inherit slave devices needed_headroomFlorian Fainelli1-0/+3
2013-07-27bridge: cleanup netpoll codestephen hemminger1-1/+2
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich1-1/+1
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich1-1/+1
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-04-15bridge: make user modified path cost stickystephen hemminger1-1/+2
2013-04-02bridge: remove a redundant synchronize_net()Eric Dumazet1-1/+0
2013-02-14bridge: Add vlan support for local fdb entriesVlad Yasevich1-1/+1
2013-02-14bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich1-0/+1
2013-02-14bridge: Add vlan filtering infrastructureVlad Yasevich1-0/+1
2013-01-05bridge: remove usage of netdev_set_master()Jiri Pirko1-3/+3
2012-12-30bridge: respect RFC2863 operational statestephen hemminger1-3/+3
2012-12-22bridge: call br_netpoll_disable in br_add_ifGao feng1-3/+5
2012-08-15bridge: add some comments for NETDEV_RELEASEAmerigo Wang1-0/+4
2012-08-15netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-1/+1
2012-06-27bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger1-0/+1
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+3
2011-10-25Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2011-10-19bridge: fix hang on removal of bridge via netlinkstephen hemminger1-4/+5
2011-10-03bridge: fix ordering of NEWLINK and NEWNEIGH eventsstephen hemminger1-8/+7
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+5
2011-09-16net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-1/+1
2011-09-15br: remove redundant check and initJiri Pirko1-14/+12
2011-08-23bridge: fix a possible net_device leakEric Dumazet1-1/+5
2011-08-10Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.Andrei Warkentin1-1/+5
2011-07-23bridge: notifier called with the wrong devicestephen hemminger1-1/+1
2011-05-23net: remove synchronize_net() from netdev_set_master()Eric Dumazet1-0/+1
2011-05-23bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang1-0/+2
2011-04-30ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+2
2011-04-29bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław1-8/+9
2011-04-05bridge: allow creating bridge devices with netlinkstephen hemminger1-78/+5
2011-03-28bridge: notify applications if address of bridge device changesstephen hemminger1-1/+5
2011-02-14bridge: implement [add/del]_slave opsJiri Pirko1-1/+10