summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: check brport attr show in brport_showXin Long2018-06-161-0/+3
* netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal2018-06-161-1/+5
* netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-06-161-1/+12
* net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2018-03-031-1/+6
* dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings2017-11-111-1/+1
* net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2017-11-112-2/+4
* net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2017-03-161-2/+3
* bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov2017-02-231-9/+14
* Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler2016-08-221-4/+0
* netfilter: ensure number of counters is >0 in do_replace()Dave Jones2016-08-221-0/+4
* Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2016-08-222-5/+24
* bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov2016-02-021-0/+8
* bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-01-281-1/+4
* bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov2015-08-251-0/+1
* bridge: mdb: fix double add notificationNikolay Aleksandrov2015-08-121-1/+0
* bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov2015-08-101-0/+2
* bridge: mdb: start delete timer for temp static entriesSatish Ashok2015-08-101-0/+3
* bridge: multicast: restore router configuration on port link down/upSatish Ashok2015-07-151-0/+4
* bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2015-07-062-3/+3
* bridge: fix multicast router rlist endless loopNikolay Aleksandrov2015-07-061-4/+3
* bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov2015-06-121-0/+2
* bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-06-021-1/+1
* bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2015-05-121-1/+1
* bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queriesLinus Lüssing2015-01-161-2/+1
* bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich2014-10-151-1/+1
* bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2014-10-152-4/+13
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-10-151-1/+1
* bridge: fix compile error when compiling without IPv6 supportLinus Lüssing2014-06-121-0/+2
* bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing2014-06-121-0/+2
* bridge: Support 802.1ad vlan filteringToshiaki Makita2014-06-113-0/+130
* bridge: Prepare for forwarding another bridge group addressesToshiaki Makita2014-06-113-2/+10
* bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita2014-06-113-12/+51
* bridge: Add 802.1ad tx vlan accelerationToshiaki Makita2014-06-111-2/+3
* bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing2014-06-102-6/+67
* bridge: add export of multicast database adjacent to net_devLinus Lüssing2014-06-102-12/+58
* bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing2014-06-102-13/+95
* bridge: rename struct bridge_mcast_query/querierLinus Lüssing2014-06-103-95/+100
* bridge: Fix incorrect judgment of promiscToshiaki Makita2014-06-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-034-3/+44
|\
| * bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-023-2/+37
| * bridge: notify user space after fdb updateJon Maxwell2014-06-011-1/+7
* | bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu2014-06-021-0/+3
* | bridge: fix the unbalanced promiscuous count when add_if failedwangweidong2014-06-011-1/+1
* | netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira2014-05-262-6/+3
* | bridge: make br_device_notifier staticCong Wang2014-05-224-121/+99
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2014-05-224-2/+154
|\ \
| * | netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka2014-04-244-2/+154
* | | bridge: fix spelling of promiscuousstephen hemminger2014-05-181-1/+1
* | | net: bridge: fix buildAlexei Starovoitov2014-05-181-1/+1
* | | bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-164-7/+116