summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: fix spelling of promiscuousstephen hemminger2014-05-181-1/+1
* net: bridge: fix buildAlexei Starovoitov2014-05-181-1/+1
* bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-164-7/+116
* bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich2014-05-161-6/+69
* bridge: Introduce BR_PROMISC flagVlad Yasevich2014-05-162-1/+3
* bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2014-05-162-0/+58
* bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich2014-05-164-1/+36
* bridge: Turn flag change macro into a function.Vlad Yasevich2014-05-161-10/+17
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-1/+1
* bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin2014-05-051-2/+2
* bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita2014-04-271-0/+15
* bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2014-04-112-4/+5
* netfilter: Can't fail and free after table replacementThomas Graf2014-04-051-3/+2
* 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
OpenPOWER on IntegriCloud