aboutsummaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita
2014-02-06bridge: fix netconsole setup over bridgeCong Wang
2014-01-22bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita
2014-01-13bridge: move br_net_exit() to br.cWANG Cong
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-06bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun
2013-12-19bridge: remove unnecessary parenthesestanxiaojun
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun
2013-12-18bridge: spelling fixestanxiaojun
2013-12-10net: more spelling fixesstephen hemminger
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-11-20bridge: flush br's address entry in fdb when remove theDing Tianhong
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi
2013-11-14bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita
2013-11-14bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita
2013-11-14bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso
2013-10-27bridge: netfilter: orphan skb before invoking ip netfilter hooksFlorian Westphal
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller