aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-1/+1
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita1-0/+7
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita1-0/+3
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita1-0/+6
2014-06-10bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing1-0/+1
2014-06-10bridge: add export of multicast database adjacent to net_devLinus Lüssing1-12/+0
2014-06-10bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing1-0/+7
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing1-11/+11
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita1-0/+7
2014-05-22bridge: make br_device_notifier staticCong Wang1-2/+0
2014-05-18net: bridge: fix buildAlexei Starovoitov1-1/+1
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich1-0/+10
2014-05-16bridge: Introduce BR_PROMISC flagVlad Yasevich1-0/+2
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich1-0/+2
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich1-0/+5
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-2/+2
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches1-2/+2
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita1-1/+3
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita1-0/+6
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita1-1/+2
2014-01-13bridge: move br_net_exit() to br.cWANG Cong1-1/+0
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-9/+1
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun1-1/+1
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko1-0/+10
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich1-2/+4
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing1-1/+0
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches1-161/+138
2013-10-18bridge: Fix the way the PVID is referencedToshiaki Makita1-3/+1
2013-09-15bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
2013-09-15bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo1-1/+1
2013-09-12bridge: Clamp forward_delay when enabling STPHerbert Xu1-0/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+46
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing1-10/+0
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing1-11/+46
2013-08-04bridge: fix rcu check warning in multicast port groupstephen hemminger1-1/+1
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing1-0/+12
2013-07-26bridge: cleanup netpoll codestephen hemminger1-10/+0
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich1-2/+4
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich1-0/+1
2013-05-22bridge: only expire the mdb entry when query is receivedCong Wang1-0/+1
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang1-0/+1
2013-04-15bridge: make user modified path cost stickystephen hemminger1-0/+1
2013-03-07bridge: add missing vid to br_mdb_get()Cong Wang1-2/+2
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich1-0/+1
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich1-1/+9
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-3/+3