summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-10-23net: netdev_tx_sent_queue() small optimizationEric Dumazet1-1/+1
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet1-2/+1
2024-10-22virtchnl: fix m68k build.Paolo Abeni1-0/+1
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-1/+53
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2024-10-15Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds1-0/+35
2024-10-15net: phy: support 'active-high' property for PHY LEDsDaniel Golle1-2/+3
2024-10-15net: napi: Add napi_configJoe Damato1-3/+33
2024-10-15net: napi: Make gro_flush_timeout per-NAPIJoe Damato1-1/+2
2024-10-15net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato1-1/+2
2024-10-15net: add TIME_WAIT logic to sk_to_full_sk()Eric Dumazet1-1/+1
2024-10-13net: skb: add pskb_network_may_pull_reason() helperMenglong Dong1-1/+7
2024-10-12net: enetc: add missing static descriptor and inline keywordWei Fang1-1/+2
2024-10-12Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+16
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-34/+31
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski3-2/+143
2024-10-10virtchnl: support queue rate limit and quanta size configurationWenjun Wu1-0/+119
2024-10-10net-shapers: implement NL get operationPaolo Abeni1-0/+21
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni1-2/+3
2024-10-10net/mlx5: qos: Flesh out element_attributes in mlx5_ifc.hCosmin Ratiu1-30/+37
2024-10-10ipv4: Retire global IPv4 hash table inet_addr_lst.Kuniyuki Iwashima1-1/+0
2024-10-10ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima1-0/+1
2024-10-09closures: Add closure_wait_event_timeout()Kent Overstreet1-0/+35
2024-10-09Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"Michal Hocko2-15/+6
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko2-3/+8
2024-10-09net: pcs: xpcs: move definition of struct dw_xpcs to private headerRussell King (Oracle)1-17/+1
2024-10-09net: pcs: xpcs: provide a helper to get the phylink pcs given xpcsRussell King (Oracle)1-0/+1
2024-10-08rtnetlink: Add assertion helpers for per-netns RTNL.Kuniyuki Iwashima1-4/+41
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima1-0/+21
2024-10-08Revert "rtnetlink: add guard for RTNL"Kuniyuki Iwashima1-3/+0
2024-10-08net: phy: Add support for PHY timing-role configuration via device treeOleksij Rempel1-0/+1
2024-10-08ipv4: remove fib_info_devhash[]Eric Dumazet1-0/+3
2024-10-05net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet1-0/+4
2024-10-04Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+1
2024-10-04net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu1-3/+0
2024-10-04net/mlx5: hw counters: Make fc_stats & fc_pool privateCosmin Ratiu1-32/+1
2024-10-04Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+9
2024-10-04Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+3
2024-10-04Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert1-8/+0
2024-10-04lib: packing: duplicate pack() and unpack() implementationsVladimir Oltean1-2/+2
2024-10-04lib: packing: add pack() and unpack() wrappers over packing()Vladimir Oltean1-0/+6
2024-10-04lib: packing: remove kernel-doc from header fileVladimir Oltean1-26/+0
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer1-0/+15
2024-10-03NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang1-0/+1
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski43-664/+814
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-2/+22
2024-10-03Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-10-03net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)1-4/+0
2024-10-03net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)1-4/+2