summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2025-07-24net: bridge: Do not offload IGMP/MLD messagesJoseph Huang1-0/+3
2025-06-27net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functionsYong Wang1-8/+69
2025-06-27net: bridge: mcast: update multicast contex when vlan state is changedYong Wang3-3/+38
2025-06-19netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang1-6/+6
2025-06-04bridge: netfilter: Fix forwarding of fragmented packetsIdo Schimmel2-5/+3
2025-06-04bridge: mdb: Allow replace of a host-joined groupPetr Machata1-1/+1
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-3/+3
2025-04-25net: bridge: switchdev: do not notify new brentries as changedJonas Gorski1-1/+3
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault1-3/+5
2024-10-17bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima3-13/+17
2024-10-17netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-08-29netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal1-1/+5
2024-08-14net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov1-3/+1
2024-08-03net: bridge: mst: Check vlan state for egress decisionElliot Ayrey1-2/+2
2024-06-21net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov1-1/+1
2024-06-21net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov1-6/+5
2024-06-12net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov1-6/+10
2024-06-12net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+6
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet1-1/+2
2024-05-17net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
2024-05-17net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau1-1/+1
2024-05-02bridge/br_netlink.c: no need to return void functionHangbin Liu1-1/+1
2024-04-27netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso4-8/+28
2024-04-10netfilter: validate user input for expected lengthEric Dumazet1-0/+6
2024-03-06netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2-0/+126
2024-03-01net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz1-0/+10
2024-03-01net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz1-28/+46
2024-02-05bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing2-7/+17
2024-02-05bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma1-1/+1
2024-01-26netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2-12/+44
2023-11-28netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao1-1/+1
2023-10-01neighbour: fix data-races around n->outputEric Dumazet1-1/+1
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet2-4/+4
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+2
2023-08-22netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi1-2/+1
2023-08-16netfilter: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-07-28bridge: Remove unused declaration br_multicast_set_hash_max()YueHaibing1-1/+0
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata3-0/+33
2023-07-21net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata1-1/+5
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel4-0/+31
2023-07-03net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean1-2/+3
2023-05-31skbuff: bridge: Add layer 2 miss indicationIdo Schimmel4-0/+32
2023-05-18bridge: always declare tunnel functionsArnd Bergmann1-4/+4
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet1-1/+1
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel1-1/+7
2023-04-21bridge: vlan: Allow setting VLAN neighbor suppression stateIdo Schimmel2-1/+20
2023-04-21bridge: Add per-{Port, VLAN} neighbor suppression data path supportIdo Schimmel1-1/+17
2023-04-21bridge: Encapsulate data path neighbor suppression logicIdo Schimmel3-6/+13
2023-04-21bridge: Take per-{Port, VLAN} neighbor suppression into accountIdo Schimmel2-2/+2