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