summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-28net: bridge: Exit if multicast_init_stats failsBreno Leitao
2024-02-28net: bridge: Do not allocate stats in the driverBreno Leitao
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-21net: bridge: constify the struct device_type usageRicardo B. Marliere
2024-02-16net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz
2024-02-16net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-02-13net: bridge: use netdev_lockdep_set_classes()Eric Dumazet
2024-02-12bridge: vlan: use synchronize_net() when holding RTNLEric Dumazet
2024-02-07bridge: use exit_batch_rtnl() methodEric Dumazet
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-31net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan
2024-01-30bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing
2024-01-29netfilter: ebtables: allow xtables-nft only buildsFlorian Westphal
2024-01-17netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2023-12-26bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma
2023-12-20bridge: mdb: Add MDB bulk deletion supportIdo Schimmel
2023-12-05docs: bridge: Add kAPI/uAPI fieldsHangbin Liu
2023-11-14netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao
2023-11-08netfilter: add missing module descriptionsFlorian Westphal
2023-10-27net: bridge: fill in MODULE_DESCRIPTION()Nikolay Aleksandrov
2023-10-27bridge: mcast: Add MDB get supportIdo Schimmel
2023-10-27bridge: mcast: Rename MDB entry get functionIdo Schimmel
2023-10-27bridge: mcast: Factor out a helper for PG entry size calculationIdo Schimmel
2023-10-27bridge: mcast: Account for missing attributesIdo Schimmel
2023-10-27bridge: mcast: Dump MDB entries even when snooping is disabledIdo Schimmel
2023-10-24br_netfilter: use single forward hook for ip and arpFlorian Westphal
2023-10-18netfilter: bridge: convert br_netfilter to NF_DROP_REASONFlorian Westphal
2023-10-17net: bridge: Set strict_start_type for br_policyJohannes Nixdorf
2023-10-17net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf
2023-10-17net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf
2023-10-17net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen
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