index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
bridge: Handle error of rtnl_register_module().
Kuniyuki Iwashima
1
-2
/
+3
2024-04-11
netfilter: br_netfilter: skip conntrack input hook for promisc packets
Pablo Neira Ayuso
1
-0
/
+1
2024-01-30
bridge: mcast: fix disabled snooping after long uptime
Linus Lüssing
1
-2
/
+2
2023-12-20
bridge: mdb: Add MDB bulk deletion support
Ido Schimmel
1
-0
/
+8
2023-12-05
docs: bridge: Add kAPI/uAPI fields
Hangbin Liu
1
-0
/
+2
2023-10-27
bridge: mcast: Add MDB get support
Ido Schimmel
1
-0
/
+9
2023-10-27
bridge: mcast: Rename MDB entry get function
Ido Schimmel
1
-4
/
+6
2023-10-17
net: bridge: Track and limit dynamically learned FDB entries
Johannes Nixdorf
1
-0
/
+4
2023-10-13
net: Handle bulk delete policy in bridge driver
Amit Cohen
1
-2
/
+1
2023-07-27
bridge: Remove unused declaration br_multicast_set_hash_max()
YueHaibing
1
-1
/
+0
2023-07-21
net: switchdev: Add a helper to replay objects on a bridge port
Petr Machata
1
-0
/
+16
2023-07-19
bridge: Add backup nexthop ID support
Ido Schimmel
1
-0
/
+3
2023-05-30
skbuff: bridge: Add layer 2 miss indication
Ido Schimmel
1
-0
/
+27
2023-04-21
bridge: Encapsulate data path neighbor suppression logic
Ido Schimmel
1
-0
/
+1
2023-04-21
bridge: Add internal flags for per-{Port, VLAN} neighbor suppression
Ido Schimmel
1
-0
/
+1
2023-04-21
bridge: Pass VLAN ID to br_flood()
Ido Schimmel
1
-1
/
+2
2023-03-17
rtnetlink: bridge: mcast: Move MDB handlers out of bridge driver
Ido Schimmel
1
-23
/
+12
2023-03-17
bridge: mcast: Implement MDB net device operations
Ido Schimmel
1
-0
/
+25
2023-02-06
net: bridge: Add netlink knobs for number / maximum MDB entries
Petr Machata
1
-1
/
+5
2023-02-06
net: bridge: Maintain number of MDB entries in net_bridge_mcast_port
Petr Machata
1
-0
/
+2
2023-02-06
net: bridge: Add br_multicast_del_port_group()
Petr Machata
1
-0
/
+1
2023-02-06
net: bridge: Add extack to br_multicast_new_port_group()
Petr Machata
1
-1
/
+2
2022-12-12
bridge: mcast: Support replacement of MDB port group entries
Ido Schimmel
1
-0
/
+1
2022-12-12
bridge: mcast: Allow user space to specify MDB entry routing protocol
Ido Schimmel
1
-0
/
+1
2022-12-12
bridge: mcast: Add support for (*, G) with a source list and filter mode
Ido Schimmel
1
-0
/
+7
2022-12-12
bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source
Ido Schimmel
1
-0
/
+1
2022-12-12
bridge: mcast: Add a flag for user installed source entries
Ido Schimmel
1
-0
/
+1
2022-12-12
bridge: mcast: Expose __br_multicast_del_group_src()
Ido Schimmel
1
-0
/
+1
2022-12-12
bridge: mcast: Expose br_multicast_new_group_src()
Ido Schimmel
1
-0
/
+3
2022-12-07
bridge: mcast: Constify 'group' argument in br_multicast_new_port_group()
Ido Schimmel
1
-1
/
+2
2022-12-07
bridge: mcast: Centralize netlink attribute parsing
Ido Schimmel
1
-0
/
+7
2022-11-09
bridge: switchdev: Allow device drivers to install locked FDB entries
Hans J. Schultz
1
-1
/
+1
2022-11-03
bridge: Add MAC Authentication Bypass (MAB) support
Hans J. Schultz
1
-1
/
+2
2022-05-09
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
1
-1
/
+2
2022-04-13
net: bridge: fdb: add support for flush filtering based on ndm flags and state
Nikolay Aleksandrov
1
-0
/
+5
2022-04-13
net: bridge: fdb: add support for fine-grained flushing
Nikolay Aleksandrov
1
-1
/
+9
2022-04-13
net: bridge: fdb: add ndo_fdb_del_bulk
Nikolay Aleksandrov
1
-0
/
+3
2022-03-17
net: bridge: mst: Support setting and reporting MST port states
Tobias Waldekranz
1
-0
/
+23
2022-03-17
net: bridge: mst: Allow changing a VLAN's MSTI
Tobias Waldekranz
1
-0
/
+1
2022-03-17
net: bridge: mst: Multiple Spanning Tree (MST) mode
Tobias Waldekranz
1
-0
/
+37
2022-02-16
net: bridge: switchdev: differentiate new VLANs from changed ones
Vladimir Oltean
1
-3
/
+3
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+9
2021-12-29
net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper
Nikolay Aleksandrov
1
-3
/
+3
2021-12-29
net: bridge: mcast: add and enforce startup query interval minimum
Nikolay Aleksandrov
1
-0
/
+3
2021-12-29
net: bridge: mcast: add and enforce query interval minimum
Nikolay Aleksandrov
1
-0
/
+3
2021-12-07
net: bridge: add net device refcount tracker
Eric Dumazet
1
-0
/
+1
2021-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-10-29
net: bridge: switchdev: fix shim definition for br_switchdev_mdb_notify
Vladimir Oltean
1
-12
/
+11
2021-10-29
net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
Ivan Vecera
1
-0
/
+2
2021-10-28
net: bridge: mdb: move all switchdev logic to br_switchdev.c
Vladimir Oltean
1
-8
/
+9
[next]