index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: bridge: fix vlan tunnel dst refcnt when egressing
Nikolay Aleksandrov
2021-06-10
1
-2
/
+2
*
net: bridge: fix vlan tunnel dst null pointer dereference
Nikolay Aleksandrov
2021-06-10
2
-16
/
+26
*
bridge: Fix possible races between assigning rx_handler_data and setting IFF_...
Zhang Zhengming
2021-04-29
1
-2
/
+3
*
net: bridge: mcast: fix broken length + header check for MRDv6 Adv.
Linus Lüssing
2021-04-27
1
-25
/
+8
*
netfilter: allow to turn off xtables compat layer
Florian Westphal
2021-04-26
4
-12
/
+12
*
netfilter: ebtables: remove the 3 ebtables pointers from struct net
Florian Westphal
2021-04-26
4
-51
/
+54
*
net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=n
Vladimir Oltean
2021-04-21
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
4
-6
/
+49
|
\
|
*
netfilter: bridge: add pre_exit hooks for ebtable unregistration
Florian Westphal
2021-04-10
4
-6
/
+48
*
|
net: bridge: switchdev: include local flag in FDB notifications
Vladimir Oltean
2021-04-16
1
-2
/
+1
*
|
net: bridge: switchdev: refactor br_switchdev_fdb_notify
Tobias Waldekranz
2021-04-16
1
-30
/
+11
*
|
net: bridge: propagate error code and extack from br_mc_disabled_update
Florian Fainelli
2021-04-14
4
-16
/
+27
*
|
netfilter: ebtables: use net_generic infra
Florian Westphal
2021-04-06
1
-5
/
+34
*
|
netfilter: nf_log_bridge: merge with nf_log_syslog
Florian Westphal
2021-03-31
3
-86
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-0
/
+2
|
\
|
|
*
net: bridge: don't notify switchdev for local FDB addresses
Vladimir Oltean
2021-03-23
1
-0
/
+2
*
|
netfilter: flowtable: bridge vlan hardware offload and switchdev
Felix Fietkau
2021-03-24
2
-0
/
+3
*
|
net: bridge: resolve forwarding path for VLAN tag actions in bridge devices
Felix Fietkau
2021-03-24
3
-1
/
+95
*
|
net: bridge: resolve forwarding path for bridge devices
Pablo Neira Ayuso
2021-03-24
1
-0
/
+27
*
|
net: bridge: Fix missing return assignment from br_vlan_replay_one call
Colin Ian King
2021-03-24
1
-1
/
+1
*
|
bridge: mrp: Disable roles before deleting the MRP instance
Horatiu Vultur
2021-03-24
1
-0
/
+7
*
|
net: bridge: add helper to replay VLANs installed on port
Vladimir Oltean
2021-03-23
1
-0
/
+73
*
|
net: bridge: add helper to replay port and local fdb entries
Vladimir Oltean
2021-03-23
1
-0
/
+50
*
|
net: bridge: add helper to replay port and host-joined mdb entries
Vladimir Oltean
2021-03-23
1
-17
/
+131
*
|
net: bridge: add helper to retrieve the current ageing time
Vladimir Oltean
2021-03-23
1
-0
/
+13
*
|
net: bridge: add helper for retrieving the current bridge port STP state
Vladimir Oltean
2021-03-23
1
-0
/
+14
*
|
net: bridge: when suppression is enabled exclude RARP packets
Nikolay Aleksandrov
2021-03-22
1
-1
/
+3
*
|
net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64
Vladimir Oltean
2021-03-22
1
-1
/
+1
*
|
net: bridge: mcast: factor out common allow/block EHT handling
Nikolay Aleksandrov
2021-03-16
1
-71
/
+27
*
|
net: bridge: mcast: remove unreachable EHT code
Nikolay Aleksandrov
2021-03-16
1
-42
/
+15
*
|
net: bridge: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-10
1
-0
/
+1
|
/
*
bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdev
Horatiu Vultur
2021-02-16
1
-16
/
+27
*
bridge: mrp: Extend br_mrp_switchdev to detect better the errors
Horatiu Vultur
2021-02-16
2
-77
/
+118
*
bridge: mrp: Add 'enum br_mrp_hw_support'
Horatiu Vultur
2021-02-16
1
-0
/
+14
*
net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n
Vladimir Oltean
2021-02-15
1
-1
/
+2
*
net: bridge: propagate extack through switchdev_port_attr_set
Vladimir Oltean
2021-02-14
7
-17
/
+21
*
net: bridge: propagate extack through store_bridge_parm
Vladimir Oltean
2021-02-14
4
-46
/
+142
*
net: bridge: remove __br_vlan_filter_toggle
Vladimir Oltean
2021-02-14
3
-10
/
+4
*
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
2021-02-12
1
-3
/
+3
*
net: bridge: don't print in br_switchdev_set_port_flag
Vladimir Oltean
2021-02-12
4
-14
/
+21
*
net: bridge: offload all port flags at once in br_setport
Vladimir Oltean
2021-02-12
2
-76
/
+39
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
3
-9
/
+10
|
\
|
*
bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_state
Horatiu Vultur
2021-02-08
3
-9
/
+10
*
|
net: bridge: use switchdev for port flags set through sysfs too
Vladimir Oltean
2021-02-08
1
-3
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2021-02-06
1
-3
/
+2
|
\
\
|
*
|
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
2021-01-27
1
-3
/
+2
*
|
|
net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Xu Wang
2021-02-06
1
-1
/
+1
*
|
|
net: bridge: add warning comments to avoid extending sysfs
Nikolay Aleksandrov
2021-01-29
2
-0
/
+8
*
|
|
net: bridge: mcast: drop hosts limit sysfs support
Nikolay Aleksandrov
2021-01-29
1
-26
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-28
1
-0
/
+29
|
\
\
\
|
|
|
/
|
|
/
|
[next]