summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
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
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-08netfilter: move br_nf_check_hbh_len to utilsXin Long
2023-03-08netfilter: bridge: move pskb_trim_rcsum out of br_nf_check_hbh_lenXin Long
2023-03-08netfilter: bridge: check len before accessing more nh dataXin Long
2023-03-08netfilter: bridge: call pskb_may_pull in br_nf_check_hbh_lenXin Long
2023-03-08netfilter: bridge: introduce broute meta statementSriram Yagnaraman
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2023-02-14net: bridge: make kobj_type structure constantThomas Weißschuh
2023-02-10bridge: mcast: Move validation to a policyIdo Schimmel
2023-02-10bridge: mcast: Remove pointless sequence generation counter assignmentIdo Schimmel
2023-02-10bridge: mcast: Use correct define in MDB dumpIdo Schimmel
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata
2023-02-06net: bridge: Maintain number of MDB entries in net_bridge_mcast_portPetr Machata
2023-02-06net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata
2023-02-06net: bridge: Add br_multicast_del_port_group()Petr Machata
2023-02-06net: bridge: Move extack-setting to br_multicast_new_port_group()Petr Machata
2023-02-06net: bridge: Add extack to br_multicast_new_port_group()Petr Machata
2023-02-06net: bridge: Set strict_start_type at two policiesPetr Machata
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky
2023-02-01bridge: use skb_ip_totlen in br netfilterXin Long