aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_device.c
AgeCommit message (Expand)Author
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-25bridge: move bridge multicast cleanup to ndo_uninitXin Long
2017-04-11bridge: implement missing ndo_uninit()Ido Schimmel
2017-02-14bridge: fdb: converge fdb searching functions into oneNikolay Aleksandrov
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-10net: bridge: shorten ageing time on topology changeVivien Didelot
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-09-01net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov
2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov
2016-01-15bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov
2015-10-13bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov
2015-10-01bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov
2015-09-23bridge: define some min/max/default ageing time constantsScott Feldman
2015-08-18net: bridge: convert to using IFF_NO_QUEUEPhil Sutter
2015-08-03bridge: Don't segment multiple tagged packets on bridge deviceToshiaki Makita
2015-03-10netfilter: bridge: use rcu hook to resolve br_netfilter dependencyPablo Neira Ayuso
2015-03-09netfilter: bridge: move DNAT helper to br_netfilterPablo Neira Ayuso
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita
2014-06-11bridge: Add 802.1ad tx vlan accelerationToshiaki Makita
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita
2014-02-06bridge: fix netconsole setup over bridgeCong Wang
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing
2013-07-26bridge: cleanup netpoll codestephen hemminger
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich
2013-05-23bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich