summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2024-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski
2024-05-15net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-01net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25net: bridge: remove redundant check of f->dstlinke li
2024-04-22bridge/br_netlink.c: no need to return void functionHangbin Liu
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-11netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin
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