summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-03Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-1/+17
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh1-2/+4
2024-05-03wifi: cfg80211: handle color change per linkAditya Kumar Singh1-9/+20
2024-04-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-9/+338
2024-04-26net: add two more call_rcu_hurry()Eric Dumazet1-1/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-64/+128
2024-04-25Merge tag 'wireless-next-2024-04-24' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-51/+132
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-20/+62
2024-04-25af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima1-0/+3
2024-04-25tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca1-1/+2
2024-04-25ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu1-0/+25
2024-04-25macsec: Enable devices to advertise whether they update sk_buff md_dst during...Rahul Rameshbabu1-0/+2
2024-04-25Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-0/+3
2024-04-25tcp: move tcp_skb_cb->sacked flags to enumPhilo Lu1-9/+13
2024-04-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-2/+4
2024-04-24Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz1-0/+4
2024-04-24Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz1-1/+3
2024-04-24iavf: switch to Page PoolAlexander Lobakin1-0/+17
2024-04-24libeth: add Rx buffer managementAlexander Lobakin1-0/+117
2024-04-24page_pool: add DMA-sync-for-CPU inline helperAlexander Lobakin1-0/+24
2024-04-24page_pool: constify some read-only function argumentsAlexander Lobakin2-7/+7
2024-04-24slab: introduce kvmalloc_array_node() and kvcalloc_node()Alexander Lobakin1-2/+15
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin2-0/+158
2024-04-24net: create a dummy net_device allocatorBreno Leitao1-0/+3
2024-04-24net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet1-18/+20
2024-04-23Merge branch 'for-uring-ubufops' into HEADJakub Kicinski1-8/+13
2024-04-23net: add callback for setting a ubuf_info to skbPavel Begunkov1-0/+2
2024-04-23net: extend ubuf_info callback to ops structurePavel Begunkov1-8/+11
2024-04-23net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu2-4/+6
2024-04-23net/mlx5e: Use DIM constants for CQ period mode parameterRahul Rameshbabu1-2/+2
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek2-2/+4
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-10/+3
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-21Merge tag 'char-misc-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+8
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2024-04-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever1-10/+3
2024-04-19Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+6
2024-04-19Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/s...Linus Torvalds2-32/+42
2024-04-19net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet1-6/+6
2024-04-19wifi: cfg80211: fix cfg80211 function kernel-docJeff Johnson1-29/+82
2024-04-19wifi: iwlwifi: mvm: implement link gradingMiri Korenblit1-0/+18
2024-04-19net: pse-pd: Use regulator framework within PSE frameworkKory Maincent (Dent Project)1-4/+11
2024-04-19net: pse-pd: Add support for setup_pi_matrix callbackKory Maincent (Dent Project)1-0/+2
2024-04-19net: pse-pd: Add support for PSE PIsKory Maincent (Dent Project)1-4/+34
2024-04-19net: pse-pd: Introduce PSE types enumerationKory Maincent (Dent Project)2-0/+27
2024-04-19ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDLKory Maincent (Dent Project)3-0/+55
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-37/+87
2024-04-18Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-2/+27