summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-09-26Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-4/+0
2024-09-26netfilter: nfnetlink_queue: remove old clash resolution logicFlorian Westphal1-4/+0
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-0/+15
2024-09-14MIPS: Remove the obsoleted code for include/linux/mv643xx.hGaosheng Cui1-921/+0
2024-09-13net/mlx5: Add NOT_READY command return statusShay Drory1-0/+1
2024-09-13net/mlx5: Add device cap for supporting hot reset in sync reset flowMoshe Shemesh1-2/+9
2024-09-13net/mlx5: fs, make get_root_namespace API functionMoshe Shemesh1-0/+3
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-5/+28
2024-09-12Merge tag 'net-6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+11
2024-09-12Merge tag 'platform-drivers-x86-v6.11-7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2024-09-12net: ethernet: oa_tc6: add helper function to enable zero align rx frameParthiban Veerasooran1-0/+1
2024-09-12net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet framesParthiban Veerasooran1-0/+1
2024-09-12net: ethernet: oa_tc6: implement internal PHY initializationParthiban Veerasooran1-1/+3
2024-09-12net: ethernet: oa_tc6: implement register read operationParthiban Veerasooran1-0/+3
2024-09-12net: ethernet: oa_tc6: implement register write operationParthiban Veerasooran1-0/+17
2024-09-12tcp: RX path for devmem TCPMina Almasry1-0/+1
2024-09-12net: add support for skbs with unreadable fragsMina Almasry1-2/+17
2024-09-12net: support non paged skb fragsMina Almasry2-6/+45
2024-09-12netdev: support binding dma-buf to netdeviceMina Almasry1-0/+2
2024-09-12net: tighten bad gso csum offset check in virtio_net_hdrWillem de Bruijn1-1/+2
2024-09-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+12
2024-09-11net: phylink: Add phylink_set_fixed_link() to configure fixed link state in p...Russell King1-0/+2
2024-09-11Merge tag 'mlx5-updates-2024-09-02' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-28/+162
2024-09-11Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2024-09-11net: stmmac: move stmmac_fpe_cfg to stmmac_priv dataFurong Xu1-28/+0
2024-09-10platform/x86: asus-wmi: Disable OOBE experience on Zenbook S 16Bas Nieuwenhuizen1-0/+1
2024-09-10net: remove dev_pick_tx_cpu_id()Jakub Kicinski1-2/+0
2024-09-09netdevice: add netdev_tx_reset_subqueue() shorthandAlexander Lobakin1-1/+12
2024-09-09net/mlx5: Add missing masks and QoS bit masks for scheduling elementsCarolina Jubran1-1/+9
2024-09-09net/mlx5: Added missing definitions in preparation for HW SteeringYevgeny Kliteynik1-0/+1
2024-09-09net/mlx5: Added missing mlx5_ifc definition for HW SteeringYevgeny Kliteynik1-28/+161
2024-09-08ptp/ioctl: support MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDEDMahesh Bandewar1-4/+32
2024-09-07Merge tag 'pci-v6.11-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2024-09-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+13
2024-09-06net: dsa: microchip: replace unclear KSZ8830 stringsPieter Van Trappen1-1/+1
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-63/+25
2024-09-06net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato1-2/+2
2024-09-06Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-9/+0
2024-09-06Merge tag 'regulator-fix-v6.11-stub' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2024-09-05Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-2/+3
2024-09-04kvm: Note an RCU quiescent state on guest exitLeonardo Bras2-3/+13
2024-09-04PCI/pwrctl: Rescan bus on a separate threadBartosz Golaszewski1-0/+3
2024-09-03bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu1-9/+0
2024-09-03netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin1-2/+0
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin2-4/+4
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2-4/+4
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2-7/+9
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin1-10/+18
2024-09-02Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+5
2024-09-01Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1