summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-07357-1639/+3158
|\
| * Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-11-0757-337/+333
| |\
| | * drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error pathWentao Liang2024-11-071-0/+1
| | * net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet2024-11-071-1/+3
| | * rxrpc: Fix missing locking causing hanging callsDavid Howells2024-11-072-0/+5
| | * net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang2024-11-072-9/+3
| | * Merge tag 'nf-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-11-072-7/+38
| | |\
| | | * netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso2024-11-072-7/+38
| | * | Merge branch 'fix-the-arc-emac-driver'Paolo Abeni2024-11-072-12/+24
| | |\ \
| | | * | net: arc: rockchip: fix emac mdio node supportJohan Jonker2024-11-071-1/+8
| | | * | net: arc: fix the device for dma_map_single/dma_unmap_singleJohan Jonker2024-11-071-11/+16
| | |/ /
| | * | Merge branch 'virtio_net-make-rss-interact-properly-with-queue-number'Paolo Abeni2024-11-071-19/+100
| | |\ \
| | | * | virtio_net: Update rss when set queuePhilo Lu2024-11-071-14/+51
| | | * | virtio_net: Sync rss config to device when virtnet_probePhilo Lu2024-11-071-0/+9
| | | * | virtio_net: Add hash_key_length checkPhilo Lu2024-11-071-0/+6
| | | * | virtio_net: Support dynamic rss indirection table sizePhilo Lu2024-11-071-5/+34
| | |/ /
| | * | net: stmmac: Fix unbalanced IRQ wake disable warning on single irq caseNícolas F. R. A. Prado2024-11-071-0/+1
| | * | net: vertexcom: mse102x: Fix possible double free of TX skbStefan Wahren2024-11-071-2/+3
| | * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-11-0611-32/+32
| | |\ \
| | | * | e1000e: Remove Meteor Lake SMBUS workaroundsVitaly Lifshits2024-11-041-13/+4
| | | * | i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov2024-11-043-2/+12
| | | * | idpf: fix idpf_vc_core_init error pathPavan Kumar Linga2024-11-042-1/+1
| | | * | idpf: avoid vport access in idpf_get_link_ksettingsPavan Kumar Linga2024-11-044-13/+8
| | | * | ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2024-11-042-2/+5
| | | * | ice: Fix use after free during unload with ports in bridgeMarcin Szycik2024-11-041-1/+2
| | * | | Merge branch 'mptcp-pm-fix-wrong-perm-and-sock-kfree'Jakub Kicinski2024-11-063-3/+2
| | |\ \ \
| | | * | | mptcp: use sock_kfree_s instead of kfreeGeliang Tang2024-11-061-1/+2
| | | * | | mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)2024-11-062-2/+0
| | |/ / /
| | * | | net: phy: ti: add PHY_RST_AFTER_CLK_EN flagDiogo Silva2024-11-061-0/+2
| | * | | Merge branch 'net-ethernet-ti-am65-cpsw-fixes-to-multi-queue-rx-feature'Paolo Abeni2024-11-052-44/+37
| | |\ \ \
| | | * | | net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns()Roger Quadros2024-11-051-0/+2
| | | * | | net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7Roger Quadros2024-11-052-44/+35
| | |/ / /
| | * | | net: hns3: fix kernel crash when uninstalling driverPeiyang Wang2024-11-051-1/+4
| | * | | Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"Jakub Kicinski2024-11-059-178/+26
| | * | | Merge tag 'linux-can-fixes-for-6.12-20241104' of git://git.kernel.org/pub/scm...Jakub Kicinski2024-11-058-12/+25
| | |\ \ \ | | | |/ / | | |/| |
| | | * | can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculationMarc Kleine-Budde2024-11-041-3/+7
| | | * | can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when swi...Marc Kleine-Budde2024-11-041-3/+5
| | | * | can: rockchip_canfd: Drop obsolete dependency on COMPILE_TESTJean Delvare2024-11-041-1/+1
| | | * | can: rockchip_canfd: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIPGeert Uytterhoeven2024-11-041-0/+1
| | | * | can: c_can: fix {rx,tx}_errors statisticsDario Binacchi2024-11-041-1/+6
| | | * | can: m_can: m_can_close(): don't call free_irq() for IRQ-less devicesMarc Kleine-Budde2024-11-041-1/+2
| | | * | can: {cc770,sja1000}_isa: allow building on x86_64Thomas Mühlbacher2024-11-042-2/+2
| | | * | can: j1939: fix error in J1939 documentation.Alexander Hölzl2024-11-041-1/+1
| | |/ /
| | * | net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine startsSuraj Gupta2024-11-031-2/+2
| | * | MAINTAINERS: Remove self from DSA entryFlorian Fainelli2024-11-032-1/+4
| | * | net: enetc: allocate vf_state during PF probesWei Fang2024-11-031-9/+9
| | * | sctp: properly validate chunk size in sctp_sf_ootb()Xin Long2024-11-031-1/+1
| | * | net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()Jinjie Ruan2024-11-031-1/+1
| | * | dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property valueSuraj Gupta2024-11-021-1/+1
| | * | net: dpaa_eth: print FD status in CPU endianness in dpaa_eth_fd tracepointVladimir Oltean2024-11-011-1/+1