summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use the new drop reasons infrastructureJohannes Berg2023-04-216-48/+138
* net: extend drop reasons for multiple subsystemsJohannes Berg2023-04-214-16/+121
* net: move dropreason.h to dropreason-core.hJohannes Berg2023-04-214-6/+7
* ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2023-04-214-2/+22
* Merge branch 'ethtool-mm-api-consolidation'Jakub Kicinski2023-04-2120-66/+486
|\
| * selftests: forwarding: add a test for MAC Merge layerVladimir Oltean2023-04-213-0/+307
| * selftests: forwarding: introduce helper for standard ethtool countersVladimir Oltean2023-04-211-0/+11
| * selftests: forwarding: generalize bail_on_lldpad from mlxswPetr Machata2023-04-2111-46/+39
| * selftests: forwarding: sch_tbf_*: Add a pre-run hookPetr Machata2023-04-215-3/+23
| * net: ethtool: mm: sanitize some UAPI configurationsVladimir Oltean2023-04-211-0/+10
| * net: enetc: include MAC Merge / FP registers in register dumpVladimir Oltean2023-04-211-0/+17
| * net: enetc: only commit preemptible TCs to hardware when MM TX is activeVladimir Oltean2023-04-214-18/+75
| * net: enetc: report mm tx-active based on tx-enabled and verify-statusVladimir Oltean2023-04-211-1/+3
| * net: enetc: fix MAC Merge layer remaining enabled until a link down eventVladimir Oltean2023-04-211-4/+7
|/
* wwan: core: add print for wwan port attach/disconnectSlark Xiao2023-04-211-0/+3
* net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski2023-04-214-5/+6
* eth: mlx5: avoid iterator use outside of a loopJakub Kicinski2023-04-211-2/+3
* flow_dissector: Address kdoc warningsSimon Horman2023-04-211-18/+20
* page_pool: unlink from napi during destroyJakub Kicinski2023-04-212-1/+22
* net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann2023-04-212-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-21186-915/+1668
|\
| * wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen2023-04-211-3/+1
| * Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-04-206-6/+27
| |\
| | * rust: allow to use INIT_STACK_ALL_ZEROAndrea Righi2023-04-191-0/+14
| | * rust: fix regexp in scripts/is_rust_module.shAndrea Righi2023-04-191-1/+1
| | * rust: build: Fix grep warningVincenzo Palazzo2023-04-071-1/+1
| | * scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina2023-04-071-1/+4
| | * rust: kernel: Mark rust_fmt_argument as extern "C"David Gow2023-04-061-1/+5
| | * rust: sort uml documentation arch support tableThomas Bamelis2023-04-061-1/+1
| | * rust: str: fix requierments->requirements typoPatrick Blass2023-04-061-1/+1
| * | Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-2036-161/+351
| |\ \
| | * | net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean2023-04-201-0/+11
| | * | Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski2023-04-204-20/+1
| | * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-203-9/+34
| | |\ \
| | | * | bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-191-0/+15
| | | * | veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features ...Lorenzo Bianconi2023-04-181-6/+11
| | | * | s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULLIlya Leoshkevich2023-04-141-3/+8
| | * | | MAINTAINERS: Resume MPTCP co-maintainer roleMat Martineau2023-04-201-0/+1
| | * | | mailmap: add entries for Mat MartineauMatthieu Baerts2023-04-201-0/+2
| | * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-04-201-3/+6
| | |\ \ \
| | | * | | i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov2023-04-171-1/+4
| | | * | | i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov2023-04-171-2/+2
| | * | | | e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski2023-04-201-25/+26
| | * | | | bnxt_en: fix free-runnig PHC modeVadim Fedorenko2023-04-201-1/+1
| | * | | | net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET2023-04-191-1/+1
| | * | | | hamradio: drop ISA_DMA_API dependencyArnd Bergmann2023-04-191-1/+1
| | * | | | mlxsw: pci: Fix possible crash during initializationIdo Schimmel2023-04-191-1/+1
| | * | | | Merge branch 'mptcp-fixes'David S. Miller2023-04-193-27/+129
| | |\ \ \ \
| | | * | | | mptcp: fix accept vs worker racePaolo Abeni2023-04-193-33/+58
| | | * | | | mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni2023-04-193-1/+78
| | |/ / / /