Age | Commit message (Expand) | Author |
2024-01-30 | bridge: mcast: fix disabled snooping after long uptime | Linus Lüssing |
2024-01-17 | netfilter: bridge: replace physindev with physinif in nf_bridge_info | Pavel Tikhomirov |
2023-12-26 | bridge: cfm: fix enum typo in br_cc_ccm_tx_parse | Lin Ma |
2023-12-20 | bridge: mdb: Add MDB bulk deletion support | Ido Schimmel |
2023-12-05 | docs: bridge: Add kAPI/uAPI fields | Hangbin Liu |
2023-11-14 | netfilter: nf_conntrack_bridge: initialize err to 0 | Linkui Xiao |
2023-11-08 | netfilter: add missing module descriptions | Florian Westphal |
2023-10-27 | net: bridge: fill in MODULE_DESCRIPTION() | Nikolay Aleksandrov |
2023-10-27 | bridge: mcast: Add MDB get support | Ido Schimmel |
2023-10-27 | bridge: mcast: Rename MDB entry get function | Ido Schimmel |
2023-10-27 | bridge: mcast: Factor out a helper for PG entry size calculation | Ido Schimmel |
2023-10-27 | bridge: mcast: Account for missing attributes | Ido Schimmel |
2023-10-27 | bridge: mcast: Dump MDB entries even when snooping is disabled | Ido Schimmel |
2023-10-24 | br_netfilter: use single forward hook for ip and arp | Florian Westphal |
2023-10-18 | netfilter: bridge: convert br_netfilter to NF_DROP_REASON | Florian Westphal |
2023-10-17 | net: bridge: Set strict_start_type for br_policy | Johannes Nixdorf |
2023-10-17 | net: bridge: Add netlink knobs for number / max learned FDB entries | Johannes Nixdorf |
2023-10-17 | net: bridge: Track and limit dynamically learned FDB entries | Johannes Nixdorf |
2023-10-17 | net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry | Johannes Nixdorf |
2023-10-13 | net: Handle bulk delete policy in bridge driver | Amit Cohen |
2023-10-01 | neighbour: fix data-races around n->output | Eric Dumazet |
2023-09-19 | net: bridge: use DEV_STATS_INC() | Eric Dumazet |
2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2023-08-22 | netfilter: ebtables: fix fortify warnings in size_entry_mwt() | GONG, Ruiqi |
2023-08-15 | netfilter: Update to register_net_sysctl_sz | Joel Granados |
2023-07-27 | bridge: Remove unused declaration br_multicast_set_hash_max() | YueHaibing |
2023-07-21 | net: switchdev: Add a helper to replay objects on a bridge port | Petr Machata |
2023-07-21 | net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDB | Petr Machata |
2023-07-19 | bridge: Add backup nexthop ID support | Ido Schimmel |
2023-07-03 | net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode | Vladimir Oltean |
2023-05-30 | skbuff: bridge: Add layer 2 miss indication | Ido Schimmel |
2023-05-17 | bridge: always declare tunnel functions | Arnd Bergmann |
2023-05-10 | net: add vlan_get_protocol_and_depth() helper | Eric Dumazet |
2023-04-21 | bridge: Allow setting per-{Port, VLAN} neighbor suppression state | Ido Schimmel |
2023-04-21 | bridge: vlan: Allow setting VLAN neighbor suppression state | Ido Schimmel |
2023-04-21 | bridge: Add per-{Port, VLAN} neighbor suppression data path support | Ido Schimmel |
2023-04-21 | bridge: Encapsulate data path neighbor suppression logic | Ido Schimmel |
2023-04-21 | bridge: Take per-{Port, VLAN} neighbor suppression into account | Ido Schimmel |
2023-04-21 | bridge: Add internal flags for per-{Port, VLAN} neighbor suppression | Ido Schimmel |
2023-04-21 | bridge: Pass VLAN ID to br_flood() | Ido Schimmel |
2023-04-21 | bridge: Reorder neighbor suppression check when flooding | Ido Schimmel |
2023-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-20 | net: bridge: switchdev: don't notify FDB entries with "master dynamic" | Vladimir Oltean |
2023-04-06 | netfilter: br_netfilter: fix recent physdev match breakage | Florian Westphal |
2023-03-28 | net: dst: Switch to rcuref_t reference counting | Thomas Gleixner |
2023-03-17 | rtnetlink: bridge: mcast: Relax group address validation in common code | Ido Schimmel |
2023-03-17 | rtnetlink: bridge: mcast: Move MDB handlers out of bridge driver | Ido Schimmel |
2023-03-17 | bridge: mcast: Implement MDB net device operations | Ido Schimmel |
2023-03-15 | neighbour: annotate lockless accesses to n->nud_state | Eric Dumazet |
2023-03-08 | netfilter: move br_nf_check_hbh_len to utils | Xin Long |