summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski3-8/+11
2024-05-15net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov1-6/+10
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+6
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-05-01net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau1-1/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-04-25net: bridge: remove redundant check of f->dstlinke li1-1/+1
2024-04-22bridge/br_netlink.c: no need to return void functionHangbin Liu1-1/+1
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+28
2024-04-11netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso4-8/+28
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-1/+2
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-04-04netfilter: validate user input for expected lengthEric Dumazet1-0/+6
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-3/+6
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+126
2024-02-29net: bridge: Exit if multicast_init_stats failsBreno Leitao1-1/+2
2024-02-29net: bridge: Do not allocate stats in the driverBreno Leitao1-11/+2
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2-0/+126
2024-02-23treewide: update LLVM Bugzilla linksNathan Chancellor1-1/+1
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-28/+56
2024-02-21net: bridge: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-16net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz1-0/+10
2024-02-16net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz1-28/+46
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet1-1/+2
2024-02-14net: bridge: use netdev_lockdep_set_classes()Eric Dumazet1-8/+1
2024-02-12bridge: vlan: use synchronize_net() when holding RTNLEric Dumazet1-2/+2
2024-02-08bridge: use exit_batch_rtnl() methodEric Dumazet1-10/+5
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+17
2024-02-01net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan1-4/+1
2024-01-31bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing2-7/+17
2024-01-29netfilter: ebtables: allow xtables-nft only buildsFlorian Westphal2-1/+8
2024-01-17netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2-12/+44
2023-12-27bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma1-1/+1
2023-12-20bridge: mdb: Add MDB bulk deletion supportIdo Schimmel3-0/+142
2023-12-05docs: bridge: Add kAPI/uAPI fieldsHangbin Liu1-0/+2
2023-11-14netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao1-1/+1
2023-11-08netfilter: add missing module descriptionsFlorian Westphal5-0/+5
2023-10-27net: bridge: fill in MODULE_DESCRIPTION()Nikolay Aleksandrov1-0/+1
2023-10-27bridge: mcast: Add MDB get supportIdo Schimmel3-0/+168
2023-10-27bridge: mcast: Rename MDB entry get functionIdo Schimmel4-8/+11
2023-10-27bridge: mcast: Factor out a helper for PG entry size calculationIdo Schimmel1-7/+13
2023-10-27bridge: mcast: Account for missing attributesIdo Schimmel1-4/+11
2023-10-27bridge: mcast: Dump MDB entries even when snooping is disabledIdo Schimmel1-3/+0
2023-10-24br_netfilter: use single forward hook for ip and arpFlorian Westphal1-38/+34