summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: use is_skb_forwardable in forward pathVlad Yasevich2014-03-311-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-293-25/+36
|\
| * bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2014-03-282-5/+20
| * bridge: Fix handling stacked vlan tagsToshiaki Makita2014-03-281-17/+1
| * bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2014-03-282-3/+15
* | netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-293-11/+10
* | net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal2014-03-271-4/+4
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-3/+30
|\|
| * bridge: multicast: enable snooping on general queries onlyLinus Lüssing2014-03-111-3/+5
| * bridge: multicast: add sanity check for general query destinationLinus Lüssing2014-03-111-0/+19
| * bridge: multicast: add sanity check for query source addressesLinus Lüssing2014-03-051-0/+6
* | inet: remove now unused flag DST_NOPEERHannes Frederic Sowa2014-03-061-1/+1
* | bridge: netfilter: Use ether_addr_copyJoe Perches2014-02-245-7/+7
* | bridge: Use ether_addr_copy and ETH_ALENJoe Perches2014-02-243-5/+5
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-8/+1
|/
* 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/+6
* 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-061-23/+28
* bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita2014-01-221-21/+0
* bridge: move br_net_exit() to br.cWANG Cong2014-01-133-19/+18
* 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/+108
* | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-043-15/+7
* | netlink: cleanup rntl_af_registerstephen hemminger2014-01-011-4/+1
* | bridge: change the position of '{' to the pre linetanxiaojun2013-12-194-18/+9
* | bridge: change "foo* bar" to "foo *bar"tanxiaojun2013-12-192-10/+10
* | bridge: add space before '(/{', after ',', etc.tanxiaojun2013-12-197-12/+12
* | bridge: remove unnecessary parenthesestanxiaojun2013-12-192-3/+3
* | bridge: remove unnecessary condition judgmenttanxiaojun2013-12-192-4/+2
* | bridge: spelling fixestanxiaojun2013-12-183-3/+3
* | net: more spelling fixesstephen hemminger2013-12-101-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-092-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/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-11-211-3/+5
|\