summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-3/+12
2024-04-06ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu1-1/+26
2024-04-06net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu1-2/+18
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+62
2024-04-05Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+43
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+15
2024-04-04net/mlx5: Skip pages EQ creation for non-page supplier functionJianbo Liu1-1/+3
2024-04-04net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu2-5/+33
2024-04-04net/mlx5: Convert uintX_t to uXGal Pressman1-1/+1
2024-04-04Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-13/+8
2024-04-04net: phy: marvell: add basic support of 88E308X/88E609X familyPawel Dembicki1-0/+1
2024-04-03netdevice: add DEFINE_FREE() for dev_putJohannes Berg1-0/+2
2024-04-03rtnetlink: add guard for RTNLJohannes Berg1-0/+3
2024-04-03page_pool: check for PP direct cache locality laterAlexander Lobakin1-6/+6
2024-04-03rhashtable: Improve grammarJonathan Neuschäfer1-5/+5
2024-04-02genetlink: remove linux/genetlink.hJakub Kicinski2-15/+1
2024-04-02netlink: create a new header for internal genetlink symbolsJakub Kicinski1-5/+0
2024-04-01net: rps: move received_rps field to a better locationEric Dumazet1-1/+1
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet1-15/+0
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet1-1/+2
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet1-17/+0
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet1-1/+0
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin1-3/+4
2024-04-01bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()Alexander Lobakin1-33/+5
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin2-4/+6
2024-04-01linkmode: convert linkmode_{test,set,clear,mod}_bit() to macrosAlexander Lobakin1-23/+4
2024-04-01bitops: let the compiler optimize {__,}assign_bit()Alexander Lobakin1-16/+4
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin1-0/+2
2024-04-01bitops: add missing prototype checkAlexander Lobakin1-0/+1
2024-04-01lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris1-0/+77
2024-03-31Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-03-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2024-03-29Merge tag 'gpio-fixes-for-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+15
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-0/+28
2024-03-29net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois1-0/+38
2024-03-29net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)2-0/+5
2024-03-29compiler_types: add Endianness-dependent __counted_by_{le,be}Alexander Lobakin1-0/+11
2024-03-29bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko1-1/+15
2024-03-29net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski1-7/+1
2024-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-30/+86
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-8/+3
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-6/+1
2024-03-27Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+10
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-22/+43
2024-03-27net: wan: framer: Add missing static inline qualifiersHerve Codina1-2/+2
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss1-0/+8
2024-03-26mm: increase folio batch sizeMatthew Wilcox (Oracle)1-2/+2
2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet1-6/+0
2024-03-26gpiolib: Add stubs for GPIO lookup functionsMark Brown1-2/+15
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior1-0/+1