index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-16
bridge: Fix error path for kobject_init_and_add()
Tobin C. Harding
1
-7
/
+6
2019-05-16
netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTING
Xin Long
2
-0
/
+3
2019-05-16
netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON
Florian Westphal
1
-1
/
+2
2019-04-27
net: bridge: multicast: use rcu to access port list from br_multicast_start_q...
Nikolay Aleksandrov
1
-1
/
+3
2019-04-27
netfilter: physdev: relax br_netfilter dependency
Florian Westphal
1
-5
/
+0
2019-03-23
netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...
Pablo Neira Ayuso
1
-0
/
+4
2019-03-23
Revert "bridge: do not add port to router list when receives query with sourc...
Hangbin Liu
1
-8
/
+1
2019-02-06
net: bridge: Fix ethernet header pointer before check skb forwardable
Yunjian Wang
1
-4
/
+3
2019-02-06
net: Fix usage of pskb_trim_rcsum
Ross Lagerwall
2
-0
/
+2
2019-01-26
net: bridge: fix a bug on using a neighbour cache entry without checking its ...
JianJhen Chen
1
-1
/
+1
2018-11-10
net: bridge: remove ipv6 zero address check in mcast queries
Nikolay Aleksandrov
1
-2
/
+1
2018-11-10
bridge: do not add port to router list when receives query with source 0.0.0.0
Hangbin Liu
1
-1
/
+9
2018-10-13
ebtables: arpreply: Add the standard target sanity check
Gao Feng
1
-0
/
+3
2018-08-24
bridge: Propagate vlan add failure to user
Elad Raz
1
-1
/
+10
2018-07-22
netfilter: ebtables: reject non-bridge targets
Florian Westphal
1
-0
/
+13
2018-07-17
netfilter: x_tables: initialise match/target check parameter struct
Florian Westphal
1
-0
/
+2
2018-07-03
netfilter: ebtables: handle string from userspace with care
Paolo Abeni
1
-1
/
+2
2018-05-30
netfilter: ebtables: fix erroneous reject of last rule
Florian Westphal
1
-1
/
+5
2018-05-30
netfilter: ebtables: convert BUG_ONs to WARN_ONs
Florian Westphal
1
-9
/
+18
2018-05-26
bridge: check iface upper dev when setting master via ioctl
Hangbin Liu
1
-2
/
+2
2018-04-08
netfilter: bridge: ebt_among: add more missing match size checks
Florian Westphal
1
-0
/
+34
2018-03-18
netfilter: bridge: ebt_among: add missing match size checks
Florian Westphal
1
-2
/
+19
2018-03-18
netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
Florian Westphal
1
-1
/
+12
2018-03-11
bridge: check brport attr show in brport_show
Xin Long
1
-0
/
+3
2018-01-02
net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks
Nikolay Aleksandrov
1
-5
/
+6
2017-12-20
netfilter: bridge: honor frag_max_size when refragmenting
Florian Westphal
1
-5
/
+7
2017-10-08
bridge: netlink: register netdevice before executing changelink
Ido Schimmel
1
-2
/
+5
2017-06-14
net: bridge: start hello timer only if device is up
Nikolay Aleksandrov
1
-1
/
+2
2017-06-07
bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
Xin Long
2
-1
/
+2
2017-06-07
bridge: netlink: check vlan_default_pvid range
Tobias Jungel
1
-0
/
+7
2017-03-22
bridge: drop netfilter fake rtable unconditionally
Florian Westphal
2
-21
/
+1
2017-02-04
bridge: netlink: call br_changelink() during br_dev_newlink()
Ivan Vecera
1
-14
/
+19
2016-11-15
bridge: multicast: restore perm router ports on multicast enable
Nikolay Aleksandrov
1
-9
/
+14
2016-09-30
bridge: re-introduce 'fix parsing of MLDv2 reports'
Davide Caratti
1
-1
/
+1
2016-07-11
Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
daniel
2
-4
/
+23
2016-06-24
bridge: Don't insert unnecessary local fdb entry on changing mac address
Toshiaki Makita
1
-0
/
+2
2016-05-18
bridge: fix igmp / mld query parsing
Linus Lüssing
1
-5
/
+7
2016-05-18
net: bridge: fix old ioctl unlocked net device walk
Nikolay Aleksandrov
1
-2
/
+3
2016-04-20
bridge: Allow set bridge ageing time when switchdev disabled
Haishuang Yan
1
-1
/
+1
2016-04-20
bridge: allow zero ageing time
Stephen Hemminger
1
-3
/
+8
2016-03-03
switchdev: Require RTNL mutex to be held when sending FDB notifications
Ido Schimmel
1
-2
/
+1
2016-01-31
bridge: fix lockdep addr_list_lock false positive splat
Nikolay Aleksandrov
1
-0
/
+8
2016-01-05
bridge: Only call /sbin/bridge-stp for the initial network namespace
Hannes Frederic Sowa
1
-1
/
+4
2015-12-22
switchdev: bridge: Pass ageing time as clock_t instead of jiffies
Ido Schimmel
1
-1
/
+1
2015-11-16
switchdev: bridge: Check return code is not EOPNOTSUPP
Ido Schimmel
2
-2
/
+2
2015-11-10
Revert "bridge: Allow forward delay to be cfgd when STP enabled"
Vlad Yasevich
1
-4
/
+9
2015-11-02
bridge: vlan: Use rcu_dereference instead of rtnl_dereference
Ido Schimmel
1
-1
/
+1
2015-11-02
bridge: vlan: Use correct flag name in comment
Ido Schimmel
1
-3
/
+3
2015-11-02
bridge: vlan: Prevent possible use-after-free
Ido Schimmel
1
-0
/
+2
2015-10-30
bridge: set is_local and is_static before fdb entry is added to the fdb hasht...
Roopa Prabhu
2
-9
/
+10
[next]