summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_device.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: fdb: converge fdb searching functions into oneNikolay Aleksandrov2017-02-141-1/+1
* bridge: move to workqueue gcNikolay Aleksandrov2017-02-061-0/+1
* net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-2/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: bridge: shorten ageing time on topology changeVivien Didelot2016-12-101-1/+1
* net: use core MTU range checking in core net infraJarod Wilson2016-10-201-1/+2
* net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov2016-09-011-4/+4
* net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov2016-07-161-11/+11
* net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+2
* net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2016-06-301-1/+9
* bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov2016-01-151-0/+8
* bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov2015-10-131-1/+1
* bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov2015-10-011-1/+1
* bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-291-1/+1
* bridge: define some min/max/default ageing time constantsScott Feldman2015-09-231-1/+1
* net: bridge: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1
* bridge: Don't segment multiple tagged packets on bridge deviceToshiaki Makita2015-08-031-0/+1
* netfilter: bridge: use rcu hook to resolve br_netfilter dependencyPablo Neira Ayuso2015-03-101-1/+6
* netfilter: bridge: move DNAT helper to br_netfilterPablo Neira Ayuso2015-03-091-4/+1
* bridge: Add filtering support for default_pvidVlad Yasevich2014-10-051-2/+6
* netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-261-2/+2
* bridge: Prepare for forwarding another bridge group addressesToshiaki Makita2014-06-111-0/+1
* bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita2014-06-111-0/+1
* bridge: Add 802.1ad tx vlan accelerationToshiaki Makita2014-06-111-2/+3
* bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-161-0/+7
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-3/+3
|\
| * bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2014-03-281-3/+3
* | netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-291-8/+7
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* | bridge: Use ether_addr_copy and ETH_ALENJoe Perches2014-02-241-1/+1
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-8/+1
|/
* bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita2014-02-101-1/+0
* bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+1
* bridge: fix netconsole setup over bridgeCong Wang2014-02-061-23/+28
* net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-041-5/+5
* 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
* | bridge: pass correct vlan id to multicast codeVlad Yasevich2013-10-291-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-1/+1
|\
| * bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-1/+2
|\|
| * bridge: disable snooping if there is no querierLinus Lüssing2013-07-311-1/+2
* | bridge: cleanup netpoll codestephen hemminger2013-07-261-6/+6
|/
* bridge: Add a flag to control unicast packet flood.Vlad Yasevich2013-06-111-4/+4
* bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich2013-05-231-6/+7
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* bridge: add missing vid to br_mdb_get()Cong Wang2013-03-071-1/+1
* bridge: Add vlan to unicast fdb entriesVlad Yasevich2013-02-131-1/+1