summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler1-4/+0
2016-06-24netfilter: ensure number of counters is >0 in do_replace()Dave Jones1-0/+4
2016-05-18net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2016-01-28bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2015-10-01bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-10-01bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-07-10bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2-3/+3
2015-07-10bridge: fix multicast router rlist endless loopNikolay Aleksandrov1-4/+3
2015-06-22bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov1-0/+2
2015-06-22bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo1-1/+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/+14
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-1/+1
2014-06-26bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita3-2/+37
2014-05-31bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-05-31bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2-4/+5
2014-05-31netfilter: Can't fail and free after table replacementThomas Graf1-3/+2
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2-5/+20
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita1-17/+1
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2-3/+15
2014-03-11bridge: multicast: enable snooping on general queries onlyLinus Lüssing1-3/+5
2014-03-11bridge: multicast: add sanity check for general query destinationLinus Lüssing1-0/+19
2014-03-05bridge: multicast: add sanity check for query source addressesLinus Lüssing1-0/+6
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita1-1/+5
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita3-9/+23
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita1-19/+6
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita1-25/+32
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita3-1/+34
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita3-4/+5
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita1-1/+1
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita1-9/+20
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita3-7/+16
2014-02-06bridge: fix netconsole setup over bridgeCong Wang1-23/+28
2014-01-22bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita1-21/+0
2014-01-13bridge: move br_net_exit() to br.cWANG Cong3-19/+18
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy1-2/+2
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy1-0/+1
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy1-0/+1
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy1-19/+19
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-01-06bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com1-141/+108
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing3-15/+7
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger1-4/+1
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun4-18/+9
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun2-10/+10
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun7-12/+12
2013-12-19bridge: remove unnecessary parenthesestanxiaojun2-3/+3