aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-27geneve: Allow users to specify source port rangeDaniel Borkmann1-0/+6
2025-02-27net: qed: make 'qed_ll2_ops_pass' as __maybe_unusedArnd Bergmann1-1/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-19/+101
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-0/+5
2025-02-27Merge tag 'sound-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+31
2025-02-27xdp: remove xdp_alloc_skb_bulk()Alexander Lobakin1-1/+0
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin1-0/+1
2025-02-27net: gro: expose GRO init/cleanup to use outside of NAPIAlexander Lobakin1-0/+3
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin3-22/+62
2025-02-26net: move aRFS rmap management and CPU affinity to coreAhmed Zaki2-4/+21
2025-02-26net: skb: free up one bit in tx_flagsWillem de Bruijn1-3/+2
2025-02-26tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet2-0/+3
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-4/+3
2025-02-26Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2025-02-26Merge tag 'asoc-fix-v6.14-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai1-0/+31
2025-02-25Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski3-0/+4
2025-02-25ethtool: Symmetric OR-XOR RSS hashGal Pressman2-3/+6
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev1-0/+2
2025-02-25Add OVN to `rtnetlink.h`Jonas Gottlieb1-0/+1
2025-02-25lsm,nfs: fix memory leak of lsm_contextStephen Smalley1-0/+1
2025-02-25Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2025-02-25ASoC: cs35l56: Prevent races when soft-resetting using SPI controlRichard Fitzgerald1-0/+31
2025-02-25sctp: Remove unused payload from sctp_idatahdrThorsten Blum1-1/+0
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit1-13/+0
2025-02-24mptcp: sched: split get_subflow interface into twoGeliang Tang1-2/+3
2025-02-24net/mlx5e: Add correct match to check IPSec syndromes for switchdev modeJianbo Liu1-0/+2
2025-02-24net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel1-2/+2
2025-02-24skbuff: kill skb_flow_get_ports()Nicolas Dichtel1-6/+0
2025-02-23net/mlx5: Change POOL_NEXT_SIZE define value and make it globalPatrisious Haddad1-0/+2
2025-02-23net/mlx5: Add new health syndrome error and crr bit offsetShahar Shitrit2-0/+2
2025-02-22Merge tag 'sched-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+4
2025-02-21usb: Add base USB MCTP definitionsJeremy Kerr2-0/+31
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel1-0/+1
2025-02-21net: better track kernel sockets lifetimeEric Dumazet1-0/+1
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski9-5/+79
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang1-2/+0
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang1-2/+3
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-0/+17
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang2-6/+25
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+2
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds2-7/+35
2025-02-21Merge tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu1-2/+2
2025-02-20net: phy: remove unused feature array declarationsHeiner Kallweit1-3/+0
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-0/+12
2025-02-20xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang4-0/+24
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing1-0/+5
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing2-2/+9
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing2-1/+7
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing2-1/+5