summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-15tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer1-1/+1
2024-07-15Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer1-1/+1
2024-07-15Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz1-0/+3
2024-07-14net/mlx5: IFC updates for SF max IO EQsDaniel Jurgens1-1/+3
2024-07-13Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-10/+156
2024-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2024-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+17
2024-07-13net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski1-12/+8
2024-07-13net: ethtool: let drivers remove lost RSS contextsJakub Kicinski1-0/+2
2024-07-12bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXTTengda Wu1-1/+1
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+10
2024-07-12Merge tag 'char-misc-6.10-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2024-07-12netdevice: define and allocate &net_device _properly_Alexander Lobakin1-6/+9
2024-07-12net: psample: fix flag being set in wrong skbAdrian Moreno1-3/+5
2024-07-12Merge tag 'wireless-next-2024-07-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-17/+130
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-111/+83
2024-07-11Merge tag 'spi-fix-v6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2024-07-11Merge tag 'net-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+9
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+10
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana1-8/+10
2024-07-11Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds5-54/+24
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+7
2024-07-10libeth: support different types of buffers for RxAlexander Lobakin1-0/+19
2024-07-10libeth: add cacheline / struct layout assertion helpersAlexander Lobakin1-0/+66
2024-07-10page_pool: use __cacheline_group_{begin, end}_aligned()Alexander Lobakin1-10/+12
2024-07-10cache: add __cacheline_group_{begin, end}_aligned() (+ couple more)Alexander Lobakin1-0/+59
2024-07-10closures: fix closure_sync + closure debuggingKent Overstreet1-0/+7
2024-07-10sched.h: always_inline alloc_tag_{save|restore} to fix modpost warningsSuren Baghdasaryan1-2/+2
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner1-0/+4
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni7-9/+101
2024-07-09wifi: mac80211: add radio index to ieee80211_chanctx_confFelix Fietkau1-0/+2
2024-07-09wifi: cfg80211: add helper for checking if a chandef is valid on a radioFelix Fietkau1-0/+11
2024-07-09sctp: Fix typos and improve commentsThorsten Blum1-4/+4
2024-07-09wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau1-0/+5
2024-07-09wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau2-1/+106
2024-07-09bpf: Fix too early release of tcx_entryDaniel Borkmann1-4/+9
2024-07-06net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)2-0/+13
2024-07-06net: pse-pd: Add new power limit get and set c33 featuresKory Maincent (Dent Project)1-0/+43
2024-07-06net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)4-0/+218
2024-07-06net: openvswitch: store sampling probability in cb.Adrian Moreno1-1/+2
2024-07-06net: openvswitch: add psample actionAdrian Moreno1-0/+28
2024-07-06net: psample: allow using rate as probabilityAdrian Moreno2-2/+11
2024-07-06net: psample: add user cookieAdrian Moreno2-0/+3
2024-07-05Merge tag 'drm-fixes-2024-07-05' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+5
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner2-0/+10
2024-07-05net: stmmac: Create DW XPCS device with particular addressSerge Semin1-1/+1
2024-07-05net: pcs: xpcs: Add fwnode-based descriptor creation methodSerge Semin1-0/+3
2024-07-05net: pcs: xpcs: Add Synopsys DW xPCS platform device driverSerge Semin1-0/+18
2024-07-05net: pcs: xpcs: Introduce DW XPCS info structureSerge Semin1-11/+17
2024-07-05net: pcs: xpcs: Convert xpcs_id to dw_xpcs_descSerge Semin1-2/+2