summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2019-11-01net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov1-2/+1
2019-09-23netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal1-1/+3
2019-08-13netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal1-1/+2
2019-08-13net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov1-1/+3
2019-08-13netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long1-0/+3
2019-05-02net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang1-11/+15
2018-10-21netfilter: ebtables: handle string from userspace with carePaolo Abeni1-1/+2
2018-06-17netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal1-0/+34
2018-06-17netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal1-2/+19
2018-06-17bridge: check brport attr show in brport_showXin Long1-0/+3
2018-06-17netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal1-1/+5
2018-06-17netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal1-1/+12
2018-03-03net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov1-1/+6
2017-11-11dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings1-1/+1
2017-11-11net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2-2/+4
2017-03-16net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2017-02-23bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-08-23Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler1-4/+0
2016-08-23netfilter: ensure number of counters is >0 in do_replace()Dave Jones1-0/+4
2016-08-23Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2-5/+24
2016-02-03bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov1-0/+8
2016-01-28bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2015-08-25bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov1-0/+1
2015-08-12bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-08-10bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-08-10bridge: mdb: start delete timer for temp static entriesSatish Ashok1-0/+3
2015-07-15bridge: multicast: restore router configuration on port link down/upSatish Ashok1-0/+4
2015-07-06bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2-3/+3
2015-07-06bridge: fix multicast router rlist endless loopNikolay Aleksandrov1-4/+3
2015-06-12bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov1-0/+2
2015-06-02bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo1-1/+1
2015-05-12bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel1-1/+1
2015-01-16bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queriesLinus Lüssing1-2/+1
2014-10-15bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich1-1/+1
2014-10-15bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2-4/+13
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-1/+1
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing1-0/+2
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing1-0/+2
2014-06-12bridge: Support 802.1ad vlan filteringToshiaki Makita3-0/+130
2014-06-12bridge: Prepare for forwarding another bridge group addressesToshiaki Makita3-2/+10
2014-06-12bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita3-12/+51
2014-06-12bridge: Add 802.1ad tx vlan accelerationToshiaki Makita1-2/+3
2014-06-11bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing2-6/+67
2014-06-11bridge: add export of multicast database adjacent to net_devLinus Lüssing2-12/+58
2014-06-11bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing2-13/+95
2014-06-11bridge: rename struct bridge_mcast_query/querierLinus Lüssing3-95/+100
2014-06-06bridge: Fix incorrect judgment of promiscToshiaki Makita1-1/+2
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+44
2014-06-03bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu1-0/+3
2014-06-03bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita3-2/+37