summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2017-03-16net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov
2017-02-23bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov
2016-08-22Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler
2016-08-22netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2016-08-22Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel
2016-02-02bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov
2016-01-28bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa
2015-08-25bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov
2015-08-12bridge: mdb: fix double add notificationNikolay Aleksandrov
2015-08-10bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov
2015-08-10bridge: mdb: start delete timer for temp static entriesSatish Ashok
2015-07-15bridge: multicast: restore router configuration on port link down/upSatish Ashok
2015-07-06bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov
2015-07-06bridge: fix multicast router rlist endless loopNikolay Aleksandrov
2015-06-12bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov
2015-06-02bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo
2015-05-12bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-01-16bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queriesLinus Lüssing
2014-10-15bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich
2014-10-15bridge: Check if vlan filtering is enabled only once.Vlad Yasevich
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita
2014-06-11bridge: Add 802.1ad tx vlan accelerationToshiaki Makita
2014-06-10bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing
2014-06-10bridge: add export of multicast database adjacent to net_devLinus Lüssing
2014-06-10bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing
2014-06-05bridge: Fix incorrect judgment of promiscToshiaki Makita
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita
2014-06-01bridge: notify user space after fdb updateJon Maxwell
2014-06-01bridge: fix the unbalanced promiscuous count when add_if failedwangweidong
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira
2014-05-22bridge: make br_device_notifier staticCong Wang
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller
2014-05-18bridge: fix spelling of promiscuousstephen hemminger
2014-05-18net: bridge: fix buildAlexei Starovoitov
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich
2014-05-16bridge: Introduce BR_PROMISC flagVlad Yasevich
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich
2014-05-16bridge: Turn flag change macro into a function.Vlad Yasevich
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong