index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-01
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
Roopa Prabhu
1
-2
/
+2
2015-01-18
net: replace br_fdb_external_learn_* calls with switchdev notifier events
Jiri Pirko
1
-0
/
+4
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2014-12-02
bridge: move private brport flags to if_bridge.h so port drivers can use flags
Scott Feldman
1
-10
/
+0
2014-12-02
bridge: add API to notify bridge driver of learned FBD on offloaded device
Scott Feldman
1
-1
/
+2
2014-12-02
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
1
-2
/
+2
2014-12-02
bridge: convert flags in fbd entry into bitfields
Jiri Pirko
1
-3
/
+3
2014-10-27
bridge: Add support for IEEE 802.11 Proxy ARP
Kyeyoon Park
1
-0
/
+1
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2014-10-07
bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTING
Herbert Xu
1
-0
/
+4
2014-10-05
bridge: Add filtering support for default_pvid
Vlad Yasevich
1
-2
/
+12
2014-10-05
bridge: Simplify pvid checks.
Vlad Yasevich
1
-5
/
+2
2014-10-05
bridge: Add a default_pvid sysfs attribute
Vlad Yasevich
1
-0
/
+2
2014-10-01
net: bridge: add a br_set_state helper function
Florian Fainelli
1
-0
/
+1
2014-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+6
2014-09-26
netfilter: bridge: move br_netfilter out of the core
Pablo Neira Ayuso
1
-6
/
+6
2014-09-13
bridge: Check if vlan filtering is enabled only once.
Vlad Yasevich
1
-0
/
+3
2014-07-10
bridge: fdb dumping takes a filter device
Jamal Hadi Salim
1
-1
/
+1
2014-06-11
bridge: Support 802.1ad vlan filtering
Toshiaki Makita
1
-0
/
+7
2014-06-11
bridge: Prepare for forwarding another bridge group addresses
Toshiaki Makita
1
-0
/
+3
2014-06-11
bridge: Prepare for 802.1ad vlan filtering support
Toshiaki Makita
1
-0
/
+6
2014-06-10
bridge: memorize and export selected IGMP/MLD querier port
Linus Lüssing
1
-0
/
+1
2014-06-10
bridge: add export of multicast database adjacent to net_dev
Linus Lüssing
1
-12
/
+0
2014-06-10
bridge: adhere to querier election mechanism specified by RFCs
Linus Lüssing
1
-0
/
+7
2014-06-10
bridge: rename struct bridge_mcast_query/querier
Linus Lüssing
1
-11
/
+11
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2014-06-02
bridge: Prevent insertion of FDB entry with disallowed vlan
Toshiaki Makita
1
-0
/
+7
2014-05-22
bridge: make br_device_notifier static
Cong Wang
1
-2
/
+0
2014-05-18
net: bridge: fix build
Alexei Starovoitov
1
-1
/
+1
2014-05-16
bridge: Automatically manage port promiscuous mode.
Vlad Yasevich
1
-0
/
+10
2014-05-16
bridge: Introduce BR_PROMISC flag
Vlad Yasevich
1
-0
/
+2
2014-05-16
bridge: Add functionality to sync static fdb entries to hw
Vlad Yasevich
1
-0
/
+2
2014-05-16
bridge: Keep track of ports capable of automatic discovery.
Vlad Yasevich
1
-0
/
+5
2014-03-29
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
1
-2
/
+2
2014-02-24
bridge: Use ether_addr_copy and ETH_ALEN
Joe Perches
1
-2
/
+2
2014-02-10
bridge: Properly check if local fdb entry can be deleted when deleting vlan
Toshiaki Makita
1
-1
/
+3
2014-02-10
bridge: Fix the way to check if a local fdb entry can be deleted
Toshiaki Makita
1
-0
/
+6
2014-02-10
bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr
Toshiaki Makita
1
-1
/
+2
2014-01-13
bridge: move br_net_exit() to br.c
WANG Cong
1
-1
/
+0
2014-01-04
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
1
-9
/
+1
2013-12-19
bridge: add space before '(/{', after ',', etc.
tanxiaojun
1
-1
/
+1
2013-12-06
br: fix use of ->rx_handler_data in code executed on non-rx_handler path
Jiri Pirko
1
-0
/
+10
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2013-10-29
bridge: pass correct vlan id to multicast code
Vlad Yasevich
1
-2
/
+4
2013-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
2013-10-22
Revert "bridge: only expire the mdb entry when query is received"
Linus Lüssing
1
-1
/
+0
2013-10-19
net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
Joe Perches
1
-161
/
+138
2013-10-18
bridge: Fix the way the PVID is referenced
Toshiaki Makita
1
-3
/
+1
2013-09-15
bridge: fix NULL pointer deref of br_port_get_rcu
Hong Zhiguo
1
-4
/
+1
2013-09-15
bridge: use br_port_get_rtnl within rtnl lock
Hong Zhiguo
1
-1
/
+1
[next]