summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2024-10-17bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski
2024-08-29netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal
2024-08-14net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov
2024-08-03net: bridge: mst: Check vlan state for egress decisionElliot Ayrey
2024-06-21net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov
2024-06-21net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov
2024-06-12net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov
2024-06-12net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-05-17net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-17net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau
2024-05-02bridge/br_netlink.c: no need to return void functionHangbin Liu
2024-04-27netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso
2024-04-10netfilter: validate user input for expected lengthEric Dumazet
2024-03-06netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2024-03-01net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz
2024-03-01net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz
2024-02-05bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing
2024-02-05bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2023-11-28netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao
2023-10-01neighbour: fix data-races around n->outputEric Dumazet
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-22netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados
2023-07-27bridge: Remove unused declaration br_multicast_set_hash_max()YueHaibing
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata
2023-07-21net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel
2023-07-03net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean
2023-05-30skbuff: bridge: Add layer 2 miss indicationIdo Schimmel
2023-05-17bridge: always declare tunnel functionsArnd Bergmann
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel
2023-04-21bridge: vlan: Allow setting VLAN neighbor suppression stateIdo Schimmel
2023-04-21bridge: Add per-{Port, VLAN} neighbor suppression data path supportIdo Schimmel
2023-04-21bridge: Encapsulate data path neighbor suppression logicIdo Schimmel
2023-04-21bridge: Take per-{Port, VLAN} neighbor suppression into accountIdo Schimmel
2023-04-21bridge: Add internal flags for per-{Port, VLAN} neighbor suppressionIdo Schimmel
2023-04-21bridge: Pass VLAN ID to br_flood()Ido Schimmel
2023-04-21bridge: Reorder neighbor suppression check when floodingIdo Schimmel
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-20net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel