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
/
br_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled
Fernando Fernandez Mancera
1
-1
/
+1
2026-02-06
net: bridge: fix static key check
Martin Kaiser
1
-1
/
+1
2023-10-10
net: bridge: use DEV_STATS_INC()
Eric Dumazet
1
-2
/
+2
2022-05-25
net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.
Andrew Lunn
1
-0
/
+7
2020-05-10
net: bridge: allow enslaving some DSA master network devices
Vladimir Oltean
1
-1
/
+22
2020-04-27
bridge: mrp: Integrate MRP into the bridge
Horatiu Vultur
1
-0
/
+3
2020-01-24
net: bridge: vlan: add per-vlan state
Nikolay Aleksandrov
1
-2
/
+5
2019-11-04
net: bridge: fdb: eliminate extra port state tests from fast-path
Nikolay Aleksandrov
1
-0
/
+1
2019-11-01
net: bridge: fdb: br_fdb_update can take flags directly
Nikolay Aleksandrov
1
-2
/
+2
2019-10-29
net: bridge: fdb: convert is_local to bitops
Nikolay Aleksandrov
1
-1
/
+1
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+3
2019-07-04
netfilter: nf_queue: remove unused hook entries pointer
Florian Westphal
1
-1
/
+1
2019-07-02
net: bridge: don't cache ether dest pointer on input
Nikolay Aleksandrov
1
-5
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+14
2019-04-16
net: bridge: fix per-port af_packet sockets
Nikolay Aleksandrov
1
-9
/
+14
2019-04-15
bridge: only include nf_queue.h if needed
Stephen Rothwell
1
-0
/
+2
2019-04-12
bridge: broute: make broute a real ebtables table
Florian Westphal
1
-14
/
+4
2019-04-12
bridge: netfilter: unroll NF_HOOK helper in bridge input path
Florian Westphal
1
-4
/
+51
2019-04-12
bridge: reduce size of input cb to 16 bytes
Florian Westphal
1
-0
/
+2
2018-11-27
net: bridge: add no_linklocal_learn bool option
Nikolay Aleksandrov
1
-1
/
+3
2018-09-26
net: bridge: convert neigh_suppress_enabled option to a bit
Nikolay Aleksandrov
1
-1
/
+1
2018-05-25
net: bridge: add support for port isolation
Nikolay Aleksandrov
1
-0
/
+1
2017-11-10
net: bridge: Rename mglist to host_joined
Andrew Lunn
1
-1
/
+1
2017-10-08
bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports
Roopa Prabhu
1
-0
/
+11
2017-10-08
bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports
Roopa Prabhu
1
-58
/
+5
2017-09-29
net: bridge: add per-port group_fwd_mask with less restrictions
Nikolay Aleksandrov
1
-0
/
+1
2017-07-14
net: bridge: fix dest lookup when vlan proto doesn't match
Nikolay Aleksandrov
1
-1
/
+2
2017-03-13
bridge: drop netfilter fake rtable unconditionally
Florian Westphal
1
-0
/
+1
2017-02-14
bridge: fdb: converge fdb searching functions into one
Nikolay Aleksandrov
1
-2
/
+2
2017-02-07
bridge: avoid unnecessary read of jiffies
stephen hemminger
1
-2
/
+4
2017-02-06
bridge: fdb: write to used and updated at most once per jiffy
Nikolay Aleksandrov
1
-1
/
+2
2017-02-03
bridge: vlan dst_metadata hooks in ingress and egress paths
Roopa Prabhu
1
-1
/
+7
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+2
2016-09-01
net: bridge: change unicast boolean to exact pkt_type
Nikolay Aleksandrov
1
-15
/
+25
2016-09-01
net: bridge: don't increment tx_dropped in br_do_proxy_arp
Nikolay Aleksandrov
1
-5
/
+2
2016-08-26
bridge: switchdev: Add forward mark support for stacked devices
Ido Schimmel
1
-0
/
+2
2016-07-25
bridge: Fix incorrect re-injection of LLDP packets
Ido Schimmel
1
-0
/
+8
2016-07-16
net: bridge: remove _deliver functions and consolidate forward code
Nikolay Aleksandrov
1
-3
/
+3
2016-07-16
net: bridge: drop skb2/skb0 variables and use a local_rcv boolean
Nikolay Aleksandrov
1
-15
/
+10
2016-07-16
net: bridge: rearrange flood vs unicast receive paths
Nikolay Aleksandrov
1
-15
/
+14
2016-07-16
net: bridge: minor style adjustments in br_handle_frame_finish
Nikolay Aleksandrov
1
-10
/
+8
2016-07-09
net: bridge: extend MLD/IGMP query stats
Nikolay Aleksandrov
1
-1
/
+1
2016-06-30
net: bridge: add support for IGMP/MLD stats and export them via netlink
Nikolay Aleksandrov
1
-0
/
+3
2016-06-10
bridge: Fix incorrect re-injection of STP packets
Ido Schimmel
1
-3
/
+12
2016-03-14
bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict
Florian Westphal
1
-9
/
+7
2015-10-13
bridge: vlan: use proper rcu for the vlgrp member
Nikolay Aleksandrov
1
-2
/
+2
2015-10-01
bridge: vlan: move pvid inside net_bridge_vlan_group
Nikolay Aleksandrov
1
-1
/
+1
2015-09-29
bridge: vlan: add per-vlan struct and move to rhashtables
Nikolay Aleksandrov
1
-5
/
+5
2015-09-17
netfilter: Pass net into okfn
Eric W. Biederman
1
-3
/
+4
[next]