summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* inet: remove now unused flag DST_NOPEERHannes Frederic Sowa2014-03-061-1/+1
* bridge: netfilter: Use ether_addr_copyJoe Perches2014-02-255-7/+7
* bridge: Use ether_addr_copy and ETH_ALENJoe Perches2014-02-253-5/+5
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-8/+1Star
* bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+5
* bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita2014-02-103-9/+23
* bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita2014-02-101-19/+6Star
* bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita2014-02-101-25/+32
* bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita2014-02-103-1/+34
* bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita2014-02-103-4/+5
* bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+1
* bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-101-9/+20
* bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-103-7/+16
* bridge: fix netconsole setup over bridgeCong Wang2014-02-071-23/+28
* bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita2014-01-231-21/+0Star
* bridge: move br_net_exit() to br.cWANG Cong2014-01-143-19/+18Star
* netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-091-1/+1
* netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-091-2/+2
* netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-091-1/+1
* netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2014-01-091-0/+1
* netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-071-0/+1
* netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2014-01-071-19/+19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+2
|\
| * bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune2014-01-061-2/+2
* | bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com2014-01-061-141/+108Star
* | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-053-15/+7Star
* | netlink: cleanup rntl_af_registerstephen hemminger2014-01-021-4/+1Star
* | bridge: change the position of '{' to the pre linetanxiaojun2013-12-204-18/+9Star
* | bridge: change "foo* bar" to "foo *bar"tanxiaojun2013-12-202-10/+10
* | bridge: add space before '(/{', after ',', etc.tanxiaojun2013-12-207-12/+12
* | bridge: remove unnecessary parenthesestanxiaojun2013-12-202-3/+3
* | bridge: remove unnecessary condition judgmenttanxiaojun2013-12-202-4/+2Star
* | bridge: spelling fixestanxiaojun2013-12-183-3/+3
* | net: more spelling fixesstephen hemminger2013-12-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-102-1/+11
|\|
| * br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2013-12-062-1/+11
* | netfilter: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-11-211-3/+5
|\
| * netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi2013-11-191-3/+5
* | bridge: flush br's address entry in fdb when remove theDing Tianhong2013-11-201-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-202-14/+11Star
|\ \
| * | bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita2013-11-141-0/+1
| * | bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita2013-11-141-0/+4
| * | bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita2013-11-141-14/+6Star
| |/
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+7
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-052-2/+40
|\ \
| * | netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso2013-10-281-2/+39
| * | netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso2013-10-281-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-051-0/+2
|\ \ \