summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2024-04-181-1/+1
* net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2024-04-061-0/+1
* net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2024-04-061-0/+6
* net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-04-061-0/+2
* net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-04-061-1/+1
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-065-1/+120
* netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski2024-04-061-2/+12
* net: skbuff: generalize the skb->decrypted bitJakub Kicinski2024-04-062-6/+13
* netlink: specs: ethtool: define header-flags as an enumJakub Kicinski2024-04-051-6/+5
* ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu2024-04-052-1/+40
* trace: events: cleanup deprecated strncpy usesJustin Stitt2024-04-053-3/+3
* net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu2024-04-051-2/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-0415-20/+100
|\
| * Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-044-2/+52
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-041-1/+15
| | |\
| | | * bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-03-281-1/+15
| | * | net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang2024-04-031-1/+0
| | * | Bluetooth: add quirk for broken address propertiesJohan Hovold2024-03-291-0/+9
| | * | udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-03-291-0/+28
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-031-1/+1
| |\ \
| | * | KVM: arm64: Fix host-programmed guest events in nVHEOliver Upton2024-03-261-1/+1
| * | | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-11/+0
| |\ \ \
| | * | | export.h: remove include/asm-generic/export.hMasahiro Yamada2024-03-281-11/+0
| | |/ /
| * | | Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-311-0/+3
| |\ \ \
| | * | | genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki2024-03-251-0/+3
| | |/ /
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-03-305-1/+5
| |\ \ \
| | * | | scsi: mpi3mr: Avoid memcpy field-spanning write WARNINGShin'ichiro Kawasaki2024-03-251-1/+1
| | * | | scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-03-253-0/+3
| | * | | Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen2024-03-251-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | scsi: ufs: core: Add config_scsi_dev vops commentPeter Wang2024-03-101-0/+1
| * | | | Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-291-3/+14
| |\ \ \ \
| | * | | | drm/amdkfd: range check cp bad op exception interruptsJonathan Kim2024-03-271-3/+14
| | |/ / /
| * | | | Merge tag 'gpio-fixes-for-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-291-2/+15
| |\ \ \ \
| | * | | | gpiolib: Add stubs for GPIO lookup functionsMark Brown2024-03-261-2/+15
| | |/ / /
| * | | | Merge tag 'sound-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-03-281-0/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ALSA: hda: intel-nhlt: add intel_nhlt_ssp_device_type() functionBrent Lu2024-03-221-0/+10
| | * | | Merge tag 'asoc-fix-v6.9-merge-window' of https://git.kernel.org/pub/scm/linu...Takashi Iwai2024-03-2131-102/+167
| | |\ \ \
| | | * \ \ ASoC: Merge up releaseMark Brown2024-03-1333-104/+171
| | | |\ \ \
* | | | | | | net/mlx5: Skip pages EQ creation for non-page supplier functionJianbo Liu2024-04-031-1/+3
* | | | | | | net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu2024-04-032-5/+33
* | | | | | | net/mlx5: Convert uintX_t to uXGal Pressman2024-04-031-1/+1
* | | | | | | Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-04-035-129/+150
|\ \ \ \ \ \ \
| * | | | | | | wifi: mac80211: add support for tearing down negotiated TTLMAyala Beker2024-03-251-0/+9
| * | | | | | | wifi: mac80211: add flag to disallow puncturing in 5 GHzJohannes Berg2024-03-251-0/+3
| * | | | | | | wifi: mac80211: handle indoor AFC/LPI AP on assoc successAnjaneyulu2024-03-251-3/+5
| * | | | | | | wifi: mac80211: fix BSS_CHANGED_MLD_TTLM descriptionAyala Beker2024-03-251-1/+1
| * | | | | | | wifi: mac80211: clarify the dormant/suspended links docsJohannes Berg2024-03-251-3/+5
| * | | | | | | wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()Johannes Berg2024-03-251-1/+1
| * | | | | | | wifi: ieee80211: check for NULL in ieee80211_mle_size_ok()Johannes Berg2024-03-251-1/+1
| * | | | | | | wifi: nl80211: cleanup nl80211.h kernel-docJeff Johnson2024-03-251-28/+40