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
2021-05-19
net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=n
Vladimir Oltean
1
-1
/
+1
2021-05-19
net: bridge: propagate error code and extack from br_mc_disabled_update
Florian Fainelli
4
-16
/
+27
2021-05-19
net: bridge: when suppression is enabled exclude RARP packets
Nikolay Aleksandrov
1
-1
/
+3
2021-05-14
net: bridge: mcast: fix broken length + header check for MRDv6 Adv.
Linus Lüssing
1
-25
/
+8
2021-04-10
netfilter: bridge: add pre_exit hooks for ebtable unregistration
Florian Westphal
4
-6
/
+48
2021-03-23
net: bridge: don't notify switchdev for local FDB addresses
Vladimir Oltean
1
-0
/
+2
2021-02-16
bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdev
Horatiu Vultur
1
-16
/
+27
2021-02-16
bridge: mrp: Extend br_mrp_switchdev to detect better the errors
Horatiu Vultur
2
-77
/
+118
2021-02-16
bridge: mrp: Add 'enum br_mrp_hw_support'
Horatiu Vultur
1
-0
/
+14
2021-02-15
net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n
Vladimir Oltean
1
-1
/
+2
2021-02-14
net: bridge: propagate extack through switchdev_port_attr_set
Vladimir Oltean
7
-17
/
+21
2021-02-14
net: bridge: propagate extack through store_bridge_parm
Vladimir Oltean
4
-46
/
+142
2021-02-14
net: bridge: remove __br_vlan_filter_toggle
Vladimir Oltean
3
-10
/
+4
2021-02-12
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
1
-3
/
+3
2021-02-12
net: bridge: don't print in br_switchdev_set_port_flag
Vladimir Oltean
4
-14
/
+21
2021-02-12
net: bridge: offload all port flags at once in br_setport
Vladimir Oltean
2
-76
/
+39
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-9
/
+10
2021-02-08
bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_state
Horatiu Vultur
3
-9
/
+10
2021-02-08
net: bridge: use switchdev for port flags set through sysfs too
Vladimir Oltean
1
-3
/
+6
2021-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
1
-3
/
+2
2021-02-06
net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Xu Wang
1
-1
/
+1
2021-01-29
net: bridge: add warning comments to avoid extending sysfs
Nikolay Aleksandrov
2
-0
/
+8
2021-01-29
net: bridge: mcast: drop hosts limit sysfs support
Nikolay Aleksandrov
1
-26
/
+0
2021-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+29
2021-01-27
net: bridge: multicast: make tracked EHT hosts limit configurable
Nikolay Aleksandrov
4
-1
/
+61
2021-01-27
net: bridge: multicast: add per-port EHT hosts limit
Nikolay Aleksandrov
4
-0
/
+36
2021-01-27
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
1
-3
/
+2
2021-01-26
net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentation
Nikolay Aleksandrov
1
-9
/
+9
2021-01-25
bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERR
Jiapeng Zhong
1
-1
/
+1
2021-01-23
net: mrp: move struct definitions out of uapi
Rasmus Villemoes
1
-0
/
+29
2021-01-22
net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletes
Nikolay Aleksandrov
3
-12
/
+20
2021-01-22
net: bridge: multicast: handle block pg delete for all cases
Nikolay Aleksandrov
1
-8
/
+9
2021-01-22
net: bridge: multicast: add EHT host filter_mode handling
Nikolay Aleksandrov
1
-4
/
+38
2021-01-22
net: bridge: multicast: optimize TO_INCLUDE EHT timeouts
Nikolay Aleksandrov
1
-0
/
+21
2021-01-22
net: bridge: multicast: add EHT include and exclude handling
Nikolay Aleksandrov
3
-23
/
+168
2021-01-22
net: bridge: multicast: add EHT allow/block handling
Nikolay Aleksandrov
4
-14
/
+290
2021-01-22
net: bridge: multicast: add EHT host delete function
Nikolay Aleksandrov
1
-0
/
+17
2021-01-22
net: bridge: multicast: add EHT source set handling functions
Nikolay Aleksandrov
3
-0
/
+325
2021-01-22
net: bridge: multicast: add EHT host handling functions
Nikolay Aleksandrov
3
-1
/
+117
2021-01-22
net: bridge: multicast: add EHT structures and definitions
Nikolay Aleksandrov
3
-0
/
+53
2021-01-22
net: bridge: multicast: calculate idx position without changing ptr
Nikolay Aleksandrov
1
-18
/
+9
2021-01-22
net: bridge: multicast: __grp_src_block_incl can modify pg
Nikolay Aleksandrov
1
-3
/
+11
2021-01-22
net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functions
Nikolay Aleksandrov
1
-41
/
+49
2021-01-22
net: bridge: multicast: rename src_size to addr_size
Nikolay Aleksandrov
1
-39
/
+39
2021-01-18
net: bridge: check vlan with eth_type_vlan() method
Menglong Dong
3
-12
/
+5
2021-01-11
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
1
-4
/
+2
2021-01-09
net: bridge: fix misspellings using codespell tool
Menglong Dong
4
-7
/
+7
2021-01-07
net: bridge: notify switchdev of disappearance of old FDB entry upon migration
Vladimir Oltean
1
-0
/
+1
2020-12-14
net: bridge: Fix a warning when del bridge sysfs
Wang Hai
1
-1
/
+4
2020-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
1
-0
/
+2
[next]