aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-12virtio/vsock: Fix accept_queue memory leakMichal Luczaj1-0/+8
2024-11-11Merge branch 'mlx5-misc-fixes-2024-11-07'Jakub Kicinski7-15/+54
2024-11-11net/mlx5e: Disable loopback self-test on multi-PF netdevCarolina Jubran1-0/+4
2024-11-11net/mlx5e: CT: Fix null-ptr-deref in add rule err flowMoshe Shemesh1-1/+1
2024-11-11net/mlx5e: clear xdp features on non-uplink representorsWilliam Tu1-1/+2
2024-11-11net/mlx5e: kTLS, Fix incorrect page refcountingDragos Tatulea1-4/+4
2024-11-11net/mlx5: fs, lock FTE when checking if activeMark Bloch1-3/+12
2024-11-11net/mlx5: Fix msix vectors to respect platform limitParav Pandit1-5/+27
2024-11-11net/mlx5: E-switch, unload IB representors when unloading ETH representorsChiara Meiohas1-1/+4
2024-11-11Merge branch 'mptcp-fix-a-couple-of-races'Jakub Kicinski1-5/+11
2024-11-11mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni1-1/+2
2024-11-11mptcp: error out earlier on disconnectPaolo Abeni1-4/+9
2024-11-11net: clarify SO_DEVMEM_DONTNEED behavior in documentationMina Almasry1-0/+9
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry1-18/+24
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang2-4/+2
2024-11-09selftests: net: add netlink-dumps to .gitignoreJakub Kicinski1-0/+1
2024-11-09net: vertexcom: mse102x: Fix tx_bytes calculationStefan Wahren1-1/+3
2024-11-09sctp: fix possible UAF in sctp_v6_available()Eric Dumazet1-6/+13
2024-11-07selftests: net: add a test for closing a netlink socket ith dump in progressJakub Kicinski2-0/+111
2024-11-07netlink: terminate outstanding dump on socket closeJakub Kicinski2-25/+8
2024-11-07Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds57-337/+333
2024-11-07drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error pathWentao Liang1-0/+1
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet1-1/+3
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells2-0/+5
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang2-9/+3
2024-11-07Merge tag 'pwm/for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+4
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-11-07Merge tag 'nf-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-7/+38
2024-11-07Merge branch 'fix-the-arc-emac-driver'Paolo Abeni2-12/+24
2024-11-07net: arc: rockchip: fix emac mdio node supportJohan Jonker1-1/+8
2024-11-07net: arc: fix the device for dma_map_single/dma_unmap_singleJohan Jonker1-11/+16
2024-11-07Merge branch 'virtio_net-make-rss-interact-properly-with-queue-number'Paolo Abeni1-19/+100
2024-11-07virtio_net: Update rss when set queuePhilo Lu1-14/+51
2024-11-07virtio_net: Sync rss config to device when virtnet_probePhilo Lu1-0/+9
2024-11-07virtio_net: Add hash_key_length checkPhilo Lu1-0/+6
2024-11-07virtio_net: Support dynamic rss indirection table sizePhilo Lu1-5/+34
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso2-7/+38
2024-11-07net: stmmac: Fix unbalanced IRQ wake disable warning on single irq caseNĂ­colas F. R. A. Prado1-0/+1
2024-11-06net: vertexcom: mse102x: Fix possible double free of TX skbStefan Wahren1-2/+3
2024-11-06Merge tag 'nfs-for-6.12-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds8-33/+84
2024-11-06Merge tag 'keys-next-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+10
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-16/+142
2024-11-06Merge tag 'platform-drivers-x86-v6.12-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-3/+42
2024-11-06Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-35/+42
2024-11-06Merge tag 'hid-for-linus-20241105' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-11-06platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect f...Vishnu Sankar1-3/+25
2024-11-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski11-32/+32
2024-11-05Merge branch 'mptcp-pm-fix-wrong-perm-and-sock-kfree'Jakub Kicinski3-3/+2
2024-11-05mptcp: use sock_kfree_s instead of kfreeGeliang Tang1-1/+2
2024-11-05mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)2-2/+0