summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-02-28net: stmmac: provide set_clk_tx_rate() hookRussell King (Oracle)1-0/+4
2025-02-28net: 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 Kicinski8-14/+49
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin1-0/+1
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin1-9/+28
2025-02-27net: move aRFS rmap management and CPU affinity to coreAhmed Zaki2-4/+21
2025-02-27net: skb: free up one bit in tx_flagsWillem de Bruijn1-3/+2
2025-02-27tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet1-0/+2
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+2
2025-02-26Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski3-0/+4
2025-02-26ethtool: Symmetric OR-XOR RSS hashGal Pressman1-3/+2
2025-02-26tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev1-0/+2
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-25sctp: Remove unused payload from sctp_idatahdrThorsten Blum1-1/+0
2025-02-25net: phy: add phylib-internal.hHeiner Kallweit1-13/+0
2025-02-25net/mlx5e: Add correct match to check IPSec syndromes for switchdev modeJianbo Liu1-0/+2
2025-02-25net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel1-2/+2
2025-02-25skbuff: 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-22usb: Add base USB MCTP definitionsJeremy Kerr1-0/+30
2025-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-3/+10
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds2-7/+35
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu1-2/+2
2025-02-21net: phy: remove unused feature array declarationsHeiner Kallweit1-3/+0
2025-02-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+2
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing1-1/+3
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing1-1/+1
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing1-1/+5
2025-02-21bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing1-0/+1
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-24/+116
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi1-0/+2
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni1-1/+0
2025-02-20net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-0/+2
2025-02-20net: stmmac: "speed" passed to fix_mac_speed is an intRussell King (Oracle)1-1/+1
2025-02-20SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust1-2/+1
2025-02-19net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_ac...Heiner Kallweit1-2/+1
2025-02-19net: phy: improve phy_disable_eee_modeHeiner Kallweit1-0/+3
2025-02-19net: phy: move definition of phy_is_started before phy_disable_eee_modeHeiner Kallweit1-7/+7
2025-02-18Merge tag 'sound-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2025-02-18nvme: Cleanup the definition of the controller config register fieldsDamien Le Moal1-7/+33
2025-02-18nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi1-0/+2
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers1-3/+4
2025-02-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-7/+128
2025-02-18net: phy: Add helper for getting tx amplitude gainDimitri Fedrau1-0/+4