aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2024-09-21wireguard: device: omit unnecessary memset of netdev private dataHEADstableTobias Klauser1-1/+0
2024-09-19net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Conditiondavem/netKaixin Wang1-0/+2
2024-09-19netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet1-12/+2
2024-09-19net: xilinx: axienet: Fix packet countingSean Anderson1-9/+14
2024-09-19net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson1-6/+8
2024-09-19net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when firmware not presentVladimir Oltean2-22/+39
2024-09-16Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1458-13760/+69936
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-35/+76
2024-09-15net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()Dan Carpenter1-1/+1
2024-09-15netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtree_level()Dan Carpenter1-2/+2
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter1-2/+2
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2024-09-15net: ethernet: fs_enet: Make the per clock optionalMaxime Chevallier1-1/+1
2024-09-15Linux 6.11Linus Torvalds1-1/+1
2024-09-15Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-11/+7
2024-09-15Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"Paolo Bonzini2-11/+7
2024-09-14Merge branch 'introduce-hsr-offload-support-for-icssg'Jakub Kicinski8-92/+290
2024-09-14net: ti: icssg-prueth: Add multicast filtering support in HSR modeMD Danish Anwar1-2/+40
2024-09-14net: ti: icssg-prueth: Enable HSR Tx duplication, Tx Tag and Rx Tag offloadRavi Gunasekaran5-5/+58
2024-09-14net: ti: icssg-prueth: Add support for HSR frame forward offloadMD Danish Anwar4-12/+119
2024-09-14net: ti: icssg-prueth: Stop hardcoding def_incMD Danish Anwar1-1/+2
2024-09-14net: ti: icss-iep: Move icss_iep structureMD Danish Anwar2-73/+72
2024-09-14Merge tag 'pinctrl-v6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-5/+10
2024-09-14Merge tag 'sound-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds7-6/+11
2024-09-14Merge tag '6.11-rc7-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2024-09-14Merge tag 'asoc-fix-v6.11-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai7-6/+11
2024-09-13Merge branch 'net-ibm-emac-modernize-a-bit'Jakub Kicinski2-152/+71
2024-09-13net: ibm: emac: get rid of wol_irqRosen Penev1-10/+3
2024-09-13net: ibm: emac: remove all waiting codeRosen Penev1-48/+7
2024-09-13net: ibm: emac: replace of_get_propertyRosen Penev1-11/+9
2024-09-13net: ibm: emac: use netdev's phydev directlyRosen Penev2-30/+22
2024-09-13net: ibm: emac: use devm for register_netdevRosen Penev1-3/+1
2024-09-13net: ibm: emac: remove mii_bus with devmRosen Penev2-20/+13
2024-09-13net: ibm: emac: use devm for of_iomapRosen Penev1-8/+4
2024-09-13net: ibm: emac: manage emac_irq with devmRosen Penev1-18/+11
2024-09-13net: ibm: emac: use devm for alloc_etherdevRosen Penev1-6/+3
2024-09-13octeontx2-af: debugfs: Add Channel info to RPM mapLinu Cherian1-4/+7
2024-09-13net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMPMaxime Chevallier1-2/+0
2024-09-13Merge tag 'linux-can-next-for-6.12-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski24-27/+27
2024-09-13rtase: Fix error code in rtase_init_board()Dan Carpenter1-1/+2
2024-09-13Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski4-13/+14
2024-09-13MIPS: Remove the obsoleted code for include/linux/mv643xx.hGaosheng Cui3-924/+5
2024-09-13Merge branch 'enic-report-per-queue-stats'Jakub Kicinski3-28/+269
2024-09-13enic: Report some per queue statistics in ethtoolNelson Escobar1-2/+81
2024-09-13enic: Report per queue statistics in netdev qstatsNelson Escobar1-0/+56
2024-09-13enic: Collect per queue statisticsNelson Escobar2-18/+121
2024-09-13enic: Use macro instead of static const variables for array sizesNelson Escobar1-10/+13
2024-09-13Merge branch 'net-fib_rules-add-dscp-selector-support'Jakub Kicinski5-8/+184
2024-09-13selftests: fib_rule_tests: Add DSCP selector connect testsIdo Schimmel1-0/+56
2024-09-13selftests: fib_rule_tests: Add DSCP selector match testsIdo Schimmel1-0/+34