summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h
Commit message (Expand)AuthorAgeFilesLines
* bridge: rename struct bridge_mcast_query/querierLinus Lüssing2014-06-101-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-0/+7
|\
| * bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-021-0/+7
* | bridge: make br_device_notifier staticCong Wang2014-05-221-2/+0
* | net: bridge: fix buildAlexei Starovoitov2014-05-181-1/+1
* | bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-161-0/+10
* | bridge: Introduce BR_PROMISC flagVlad Yasevich2014-05-161-0/+2
* | bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2014-05-161-0/+2
* | bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich2014-05-161-0/+5
|/
* netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-291-2/+2
* bridge: Use ether_addr_copy and ETH_ALENJoe Perches2014-02-241-2/+2
* bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita2014-02-101-1/+3
* bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita2014-02-101-0/+6
* bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-101-1/+2
* bridge: move br_net_exit() to br.cWANG Cong2014-01-131-1/+0
* net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-041-9/+1
* bridge: add space before '(/{', after ',', etc.tanxiaojun2013-12-191-1/+1
* br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2013-12-061-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-2/+3
|\
| * bridge: pass correct vlan id to multicast codeVlad Yasevich2013-10-291-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-4/+1
|\|
| * Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing2013-10-221-1/+0
| * bridge: Fix the way the PVID is referencedToshiaki Makita2013-10-181-3/+1
* | net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches2013-10-191-161/+138
|/
* bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo2013-09-151-4/+1
* bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2013-09-151-1/+1
* bridge: Clamp forward_delay when enabling STPHerbert Xu2013-09-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-11/+46
|\
| * bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-301-11/+46
* | bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing2013-09-051-10/+0
* | bridge: fix rcu check warning in multicast port groupstephen hemminger2013-08-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-0/+12
|\|
| * bridge: disable snooping if there is no querierLinus Lüssing2013-07-311-0/+12
* | bridge: cleanup netpoll codestephen hemminger2013-07-261-10/+0
|/
* bridge: Add a flag to control unicast packet flood.Vlad Yasevich2013-06-111-2/+4
* bridge: Add flag to control mac learning.Vlad Yasevich2013-06-111-0/+1
* bridge: only expire the mdb entry when query is receivedCong Wang2013-05-221-0/+1
* bridge: use the bridge IP addr as source addr for querierCong Wang2013-05-221-0/+1
* bridge: make user modified path cost stickystephen hemminger2013-04-151-0/+1
* bridge: add missing vid to br_mdb_get()Cong Wang2013-03-071-2/+2
* bridge: Separate egress policy bitmapVlad Yasevich2013-02-131-0/+1
* bridge: Add vlan support for local fdb entriesVlad Yasevich2013-02-131-1/+9
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-131-3/+3
* bridge: Add vlan id to multicast groupsVlad Yasevich2013-02-131-0/+1
* bridge: Add vlan to unicast fdb entriesVlad Yasevich2013-02-131-2/+5
* bridge: Add the ability to configure pvidVlad Yasevich2013-02-131-4/+4
* bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich2013-02-131-3/+31
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-131-1/+2
* bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich2013-02-131-0/+1
* bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich2013-02-131-0/+10