summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-2/+7
|\
| * net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau2024-05-081-2/+7
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* | netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-1/+1
|\|
| * net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau2024-05-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-1/+1
|\|
| * bridge/br_netlink.c: no need to return void functionHangbin Liu2024-04-221-1/+1
* | net: bridge: remove redundant check of f->dstlinke li2024-04-251-1/+1
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-184-8/+28
|\|
| * netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso2024-04-114-8/+28
* | ipv4: Set scope explicitly in ip_route_output().Guillaume Nault2024-04-081-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-041-0/+6
|\|
| * netfilter: validate user input for expected lengthEric Dumazet2024-04-041-0/+6
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-3/+6
|/
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-292-0/+126
|\ \
| * | netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-02-292-0/+126
* | | net: bridge: Exit if multicast_init_stats failsBreno Leitao2024-02-281-1/+2
* | | net: bridge: Do not allocate stats in the driverBreno Leitao2024-02-281-11/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-28/+56
|\| |
| * | net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz2024-02-161-0/+10
| * | net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz2024-02-161-28/+46
| |/
* | net: bridge: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* | net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet2024-02-141-1/+2
* | net: bridge: use netdev_lockdep_set_classes()Eric Dumazet2024-02-131-8/+1
* | bridge: vlan: use synchronize_net() when holding RTNLEric Dumazet2024-02-121-2/+2
* | bridge: use exit_batch_rtnl() methodEric Dumazet2024-02-071-10/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-012-7/+17
|\|
| * bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing2024-01-302-7/+17
* | net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan2024-01-311-4/+1
* | netfilter: ebtables: allow xtables-nft only buildsFlorian Westphal2024-01-292-1/+8
|/
* netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-172-12/+44
* bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma2023-12-261-1/+1
* bridge: mdb: Add MDB bulk deletion supportIdo Schimmel2023-12-203-0/+142
* docs: bridge: Add kAPI/uAPI fieldsHangbin Liu2023-12-051-0/+2
* netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao2023-11-141-1/+1
* netfilter: add missing module descriptionsFlorian Westphal2023-11-085-0/+5
* net: bridge: fill in MODULE_DESCRIPTION()Nikolay Aleksandrov2023-10-271-0/+1
* bridge: mcast: Add MDB get supportIdo Schimmel2023-10-273-0/+168
* bridge: mcast: Rename MDB entry get functionIdo Schimmel2023-10-274-8/+11
* bridge: mcast: Factor out a helper for PG entry size calculationIdo Schimmel2023-10-271-7/+13
* bridge: mcast: Account for missing attributesIdo Schimmel2023-10-271-4/+11
* bridge: mcast: Dump MDB entries even when snooping is disabledIdo Schimmel2023-10-271-3/+0
* br_netfilter: use single forward hook for ip and arpFlorian Westphal2023-10-241-38/+34
* netfilter: bridge: convert br_netfilter to NF_DROP_REASONFlorian Westphal2023-10-182-16/+16
* net: bridge: Set strict_start_type for br_policyJohannes Nixdorf2023-10-171-0/+2
* net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf2023-10-171-1/+14