summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: use list_for_each_entry_continue_reverseLi RongQing2014-06-211-6/+4
* bridge: fix compile error when compiling without IPv6 supportLinus Lüssing2014-06-121-0/+2
* bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing2014-06-121-0/+2
* bridge: Support 802.1ad vlan filteringToshiaki Makita2014-06-113-0/+130
* bridge: Prepare for forwarding another bridge group addressesToshiaki Makita2014-06-113-2/+10
* bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita2014-06-113-12/+51
* bridge: Add 802.1ad tx vlan accelerationToshiaki Makita2014-06-111-2/+3
* bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing2014-06-102-6/+67
* bridge: add export of multicast database adjacent to net_devLinus Lüssing2014-06-102-12/+58
* bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing2014-06-102-13/+95
* bridge: rename struct bridge_mcast_query/querierLinus Lüssing2014-06-103-95/+100
* bridge: Fix incorrect judgment of promiscToshiaki Makita2014-06-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-034-3/+44
|\
| * bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-023-2/+37
| * bridge: notify user space after fdb updateJon Maxwell2014-06-011-1/+7
* | bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu2014-06-021-0/+3
* | bridge: fix the unbalanced promiscuous count when add_if failedwangweidong2014-06-011-1/+1
* | netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira2014-05-262-6/+3
* | bridge: make br_device_notifier staticCong Wang2014-05-224-121/+99
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2014-05-224-2/+154
|\ \
| * | netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka2014-04-244-2/+154
* | | 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
OpenPOWER on IntegriCloud