index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-08
net: bridge: Receive notification about successful FDB offload
Arkadi Sharshevsky
1
-1
/
+10
2017-06-08
net: bridge: Add support for notifying devices about FDB add/del
Arkadi Sharshevsky
1
-2
/
+2
2017-06-08
net: bridge: Add support for calling FDB external learning under rcu
Arkadi Sharshevsky
1
-2
/
+2
2016-10-02
netfilter: bridge: clarify bridge/netfilter message
Stefan Agner
1
-2
/
+4
2016-01-28
switchdev: Require RTNL mutex to be held when sending FDB notifications
Ido Schimmel
1
-2
/
+1
2015-05-12
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
Jiri Pirko
1
-11
/
+11
2015-03-03
net: bridge: add compile-time assert for cb struct size
Florian Westphal
1
-0
/
+2
2015-01-18
net: replace br_fdb_external_learn_* calls with switchdev notifier events
Jiri Pirko
1
-1
/
+51
2014-09-26
netfilter: bridge: move br_netfilter out of the core
Pablo Neira Ayuso
1
-6
/
+8
2014-05-22
bridge: make br_device_notifier static
Cong Wang
1
-0
/
+98
2014-01-13
bridge: move br_net_exit() to br.c
WANG Cong
1
-3
/
+18
2011-12-16
net:bridge: use IS_ENABLED
Igor Maravić
1
-2
/
+2
2011-04-04
bridge: allow creating bridge devices with netlink
stephen hemminger
1
-0
/
+1
2010-11-15
bridge: add proper RCU annotation to should_route_hook
Eric Dumazet
1
-4
/
+0
2010-06-02
net: replace hooks in __netif_receive_skb V5
Jiri Pirko
1
-2
/
+0
2010-05-15
bridge: change console message interface
stephen hemminger
1
-1
/
+1
2009-06-26
bridge: Use rcu_barrier() instead of syncronize_net() on unload.
Jesper Dangaard Brouer
1
-1
/
+1
2009-06-11
bridge: Simplify interface for ATM LANE
Michał Mirosław
1
-4
/
+6
2008-09-08
netns bridge: cleanup bridges during netns stop
Alexey Dobriyan
1
-6
/
+16
2008-07-05
bridge: Use STP demux
Patrick McHardy
1
-7
/
+9
2008-06-11
net: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-04-29
bridge: kernel panic when unloading bridge module
Bodo Stroesser
1
-1
/
+1
2007-11-29
[BRIDGE]: Lost call to br_fdb_fini() in br_init() error path
Pavel Emelyanov
1
-1
/
+3
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
1
-1
/
+1
2007-04-25
bridge: check kmem_cache_create() error
Akinobu Mita
1
-1
/
+3
2007-04-25
[BRIDGE]: Use rtnl registration interface
Thomas Graf
1
-2
/
+6
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-17
[BRIDGE]: netlink interface for link management
Stephen Hemminger
1
-0
/
+2
2006-06-17
[BRIDGE]: fix module startup error handling
Stephen Hemminger
1
-9
/
+17
2006-05-23
[BRIDGE]: need to ref count the LLC sap
Stephen Hemminger
1
-1
/
+2
2006-03-20
[BRIDGE]: use llc for receiving STP packets
Stephen Hemminger
1
-0
/
+12
2006-01-03
[BRIDGE]: add version number
Stephen Hemminger
1
-0
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+69