index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: bridge: switchdev: send FDB notifications for host addresses
Tobias Waldekranz
2021-06-29
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-2
/
+2
|
\
|
*
net: bridge: fix vlan tunnel dst null pointer dereference
Nikolay Aleksandrov
2021-06-10
1
-2
/
+2
*
|
net: bridge: fix br_multicast_is_router stub when igmp is disabled
Nikolay Aleksandrov
2021-05-14
1
-1
/
+2
*
|
net: bridge: mcast: split multicast router state for IPv4 and IPv6
Linus Lüssing
2021-05-13
1
-1
/
+13
*
|
net: bridge: mcast: prepare is-router function for mcast router split
Linus Lüssing
2021-05-13
1
-4
/
+33
*
|
net: bridge: mcast: add wrappers for router node retrieval
Linus Lüssing
2021-05-13
1
-0
/
+10
*
|
net: bridge: mcast: rename multicast router lists and timers
Linus Lüssing
2021-05-13
1
-5
/
+5
|
/
*
net: bridge: propagate error code and extack from br_mc_disabled_update
Florian Fainelli
2021-04-14
1
-1
/
+2
*
net: bridge: resolve forwarding path for VLAN tag actions in bridge devices
Felix Fietkau
2021-03-24
1
-0
/
+20
*
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
1
-1
/
+2
*
net: bridge: propagate extack through store_bridge_parm
Vladimir Oltean
2021-02-14
1
-3
/
+6
*
net: bridge: remove __br_vlan_filter_toggle
Vladimir Oltean
2021-02-14
1
-3
/
+2
*
net: bridge: don't print in br_switchdev_set_port_flag
Vladimir Oltean
2021-02-12
1
-2
/
+4
*
net: bridge: multicast: add per-port EHT hosts limit
Nikolay Aleksandrov
2021-01-27
1
-0
/
+2
*
net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletes
Nikolay Aleksandrov
2021-01-22
1
-1
/
+2
*
net: bridge: multicast: add EHT allow/block handling
Nikolay Aleksandrov
2021-01-22
1
-0
/
+3
*
net: bridge: multicast: add EHT structures and definitions
Nikolay Aleksandrov
2021-01-22
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
1
-0
/
+10
|
\
|
*
bridge: Fix a deadlock when enabling multicast snooping
Joseph Huang
2020-12-07
1
-0
/
+10
*
|
net: bridge: switch to net core statistics counters handling
Heiner Kallweit
2020-11-21
1
-1
/
+0
*
|
net: bridge: replace struct br_vlan_stats with pcpu_sw_netstats
Heiner Kallweit
2020-11-18
1
-11
/
+3
*
|
bridge: mrp: Use hlist_head instead of list_head for mrp
Horatiu Vultur
2020-11-09
1
-1
/
+1
*
|
net: bridge: mcast: fix stub definition of br_multicast_querier_exists
Vladimir Oltean
2020-10-31
1
-1
/
+2
*
|
net: bridge: mcast: add support for raw L2 multicast groups
Nikolay Aleksandrov
2020-10-30
1
-2
/
+8
*
|
bridge: cfm: Netlink Notifications.
Henrik Bjoernlund
2020-10-29
1
-2
/
+20
*
|
bridge: cfm: Netlink GET status Interface.
Henrik Bjoernlund
2020-10-29
1
-0
/
+6
*
|
bridge: cfm: Netlink GET configuration Interface.
Henrik Bjoernlund
2020-10-29
1
-0
/
+6
*
|
bridge: cfm: Netlink SET configuration Interface.
Henrik Bjoernlund
2020-10-29
1
-1
/
+16
*
|
bridge: cfm: Kernel space implementation of CFM. MEP create/delete.
Henrik Bjoernlund
2020-10-29
1
-0
/
+10
*
|
bridge: cfm: Add BRIDGE_CFM to Kconfig.
Henrik Bjoernlund
2020-10-29
1
-0
/
+3
*
|
net: bridge: extend the process of special frames
Henrik Bjoernlund
2020-10-29
1
-7
/
+12
|
/
*
net: bridge: mcast: add support for blocked port groups
Nikolay Aleksandrov
2020-09-23
1
-0
/
+1
*
net: bridge: mcast: handle port group filter modes
Nikolay Aleksandrov
2020-09-23
1
-0
/
+20
*
net: bridge: mcast: install S,G entries automatically based on reports
Nikolay Aleksandrov
2020-09-23
1
-0
/
+1
*
net: bridge: mcast: add sg_port rhashtable
Nikolay Aleksandrov
2020-09-23
1
-2
/
+8
*
net: bridge: mcast: add rt_protocol field to the port group struct
Nikolay Aleksandrov
2020-09-23
1
-1
/
+2
*
net: bridge: mdb: add support for add/del/dump of entries with source
Nikolay Aleksandrov
2020-09-23
1
-0
/
+14
*
net: bridge: mcast: destroy all entries via gc
Nikolay Aleksandrov
2020-09-07
1
-3
/
+10
*
net: bridge: mcast: support for IGMPv3/MLDv2 ALLOW_NEW_SOURCES report
Nikolay Aleksandrov
2020-09-07
1
-0
/
+7
*
net: bridge: mdb: use mdb and port entries in notifications
Nikolay Aleksandrov
2020-09-07
1
-2
/
+2
*
net: bridge: mcast: add support for group query retransmit
Nikolay Aleksandrov
2020-09-07
1
-0
/
+8
*
net: bridge: mcast: add support for group-and-source specific queries
Nikolay Aleksandrov
2020-09-07
1
-0
/
+1
*
net: bridge: mcast: add support for group source list
Nikolay Aleksandrov
2020-09-07
1
-1
/
+25
*
net: bridge: mcast: factor out port group del
Nikolay Aleksandrov
2020-09-07
1
-0
/
+3
*
net: bridge: mdb: arrange internal structs so fast-path fields are close
Nikolay Aleksandrov
2020-09-07
1
-5
/
+9
*
net: bridge: fix undefined br_vlan_can_enter_range in tunnel code
Nikolay Aleksandrov
2020-07-13
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
1
-1
/
+1
|
\
|
*
bridge: mrp: Fix endian conversion and some other warnings
Horatiu Vultur
2020-06-28
1
-1
/
+1
[next]