summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2023-11-14netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao-1/+1
2023-11-08netfilter: add missing module descriptionsFlorian Westphal-0/+5
2023-10-27net: bridge: fill in MODULE_DESCRIPTION()Nikolay Aleksandrov-0/+1
2023-10-27bridge: mcast: Add MDB get supportIdo Schimmel-0/+168
2023-10-27bridge: mcast: Rename MDB entry get functionIdo Schimmel-8/+11
2023-10-27bridge: mcast: Factor out a helper for PG entry size calculationIdo Schimmel-7/+13
2023-10-27bridge: mcast: Account for missing attributesIdo Schimmel-4/+11
2023-10-27bridge: mcast: Dump MDB entries even when snooping is disabledIdo Schimmel-3/+0
2023-10-24br_netfilter: use single forward hook for ip and arpFlorian Westphal-38/+34
2023-10-18netfilter: bridge: convert br_netfilter to NF_DROP_REASONFlorian Westphal-16/+16
2023-10-17net: bridge: Set strict_start_type for br_policyJohannes Nixdorf-0/+2
2023-10-17net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf-1/+14
2023-10-17net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf-2/+37
2023-10-17net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf-3/+4
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen-7/+25
2023-10-01neighbour: fix data-races around n->outputEric Dumazet-1/+1
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet-4/+4
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+2
2023-08-22netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi-2/+1
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados-1/+2
2023-07-27bridge: Remove unused declaration br_multicast_set_hash_max()YueHaibing-1/+0
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata-0/+33
2023-07-21net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata-1/+5
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel-0/+31
2023-07-03net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean-2/+3
2023-05-30skbuff: bridge: Add layer 2 miss indicationIdo Schimmel-0/+32
2023-05-17bridge: always declare tunnel functionsArnd Bergmann-4/+4
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet-1/+1
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel-1/+7
2023-04-21bridge: vlan: Allow setting VLAN neighbor suppression stateIdo Schimmel-1/+20
2023-04-21bridge: Add per-{Port, VLAN} neighbor suppression data path supportIdo Schimmel-1/+17
2023-04-21bridge: Encapsulate data path neighbor suppression logicIdo Schimmel-6/+13
2023-04-21bridge: Take per-{Port, VLAN} neighbor suppression into accountIdo Schimmel-2/+2
2023-04-21bridge: Add internal flags for per-{Port, VLAN} neighbor suppressionIdo Schimmel-0/+1
2023-04-21bridge: Pass VLAN ID to br_flood()Ido Schimmel-7/+9
2023-04-21bridge: Reorder neighbor suppression check when floodingIdo Schimmel-2/+2
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+22
2023-04-20net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean-0/+11
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal-6/+11
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner-1/+1
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel-0/+6
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel-318/+27
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel-0/+152
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet-3/+4
2023-03-08netfilter: move br_nf_check_hbh_len to utilsXin Long-54/+1
2023-03-08netfilter: bridge: move pskb_trim_rcsum out of br_nf_check_hbh_lenXin Long-19/+14
2023-03-08netfilter: bridge: check len before accessing more nh dataXin Long-25/+20
2023-03-08netfilter: bridge: call pskb_may_pull in br_nf_check_hbh_lenXin Long-5/+9
2023-03-08netfilter: bridge: introduce broute meta statementSriram Yagnaraman-3/+68
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-1/+1