aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-01xfrm: Add dir validation to "in" data path lookupAntony Antony1-0/+1
2024-05-01xfrm: Add dir validation to "out" data path lookupAntony Antony1-0/+1
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony2-0/+7
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony1-1/+1
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier1-0/+1
2024-04-06net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+6
2024-04-06net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-04-06net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-1/+1
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier5-1/+120
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski1-2/+12
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski2-6/+13
2024-04-05netlink: specs: ethtool: define header-flags as an enumJakub Kicinski1-6/+5
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu2-1/+40
2024-04-05trace: events: cleanup deprecated strncpy usesJustin Stitt3-3/+3
2024-04-05net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu1-2/+18
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-20/+100
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-2/+52
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+15
2024-04-03net/mlx5: Skip pages EQ creation for non-page supplier functionJianbo Liu1-1/+3
2024-04-03net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu2-5/+33
2024-04-03net/mlx5: Convert uintX_t to uXGal Pressman1-1/+1
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski5-129/+150
2024-04-03net: ethtool: Add impedance mismatch result code to cable testPawel Dembicki1-0/+4
2024-04-03net: phy: marvell: add basic support of 88E308X/88E609X familyPawel Dembicki1-0/+1
2024-04-03net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang1-1/+0
2024-04-03af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima1-1/+0
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing1-2/+38
2024-04-03trace: adjust TP_STORE_ADDR_PORTS_SKB() parametersJason Xing3-11/+13
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2024-04-03netdevice: add DEFINE_FREE() for dev_putJohannes Berg1-0/+2
2024-04-03rtnetlink: add guard for RTNLJohannes Berg1-0/+3
2024-04-02uapi: team: use header file generated from YAML specHangbin Liu1-73/+43
2024-04-02tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing1-1/+1
2024-04-02page_pool: check for PP direct cache locality laterAlexander Lobakin1-6/+6
2024-04-02rhashtable: Improve grammarJonathan Neuschäfer1-5/+5
2024-04-01genetlink: remove linux/genetlink.hJakub Kicinski3-16/+10
2024-04-01netlink: create a new header for internal genetlink symbolsJakub Kicinski1-5/+0
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet2-2/+2
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet4-7/+4
2024-04-01net: rps: move received_rps field to a better locationEric Dumazet1-1/+1
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet1-2/+7
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet2-15/+23
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet1-1/+2
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet1-17/+0
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet1-1/+0
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski4-0/+93
2024-04-01pfcp: add PFCP moduleWojciech Drewek1-0/+17
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin7-65/+177
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2-8/+24
2024-04-01bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()Alexander Lobakin1-33/+5
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin2-4/+6
2024-04-01linkmode: convert linkmode_{test,set,clear,mod}_bit() to macrosAlexander Lobakin1-23/+4
2024-04-01bitops: let the compiler optimize {__,}assign_bit()Alexander Lobakin1-16/+4
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin1-0/+2
2024-04-01bitops: add missing prototype checkAlexander Lobakin1-0/+1
2024-04-01lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris1-0/+77
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+0
2024-03-31Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-03-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-1/+5
2024-03-29Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+14
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg1-0/+27
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet1-0/+6
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler1-5/+24
2024-03-29net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independentBalazs Scheidler2-43/+42
2024-03-29Merge tag 'gpio-fixes-for-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+15
2024-03-29af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima1-8/+0
2024-03-29af_unix: Assign a unique index to SCC.Kuniyuki Iwashima1-1/+1
2024-03-29af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima1-1/+0
2024-03-29af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima1-0/+1
2024-03-29af_unix: Save listener for embryo socket.Kuniyuki Iwashima1-0/+1
2024-03-29af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima1-0/+3
2024-03-29af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima1-0/+2
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2-0/+3
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+11
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+12
2024-03-29Bluetooth: add quirk for broken address propertiesJohan Hovold1-0/+9
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-0/+28
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao1-3/+0
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen2-0/+10
2024-03-29net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen1-0/+2
2024-03-29net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen1-0/+1
2024-03-28net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois1-0/+38
2024-03-28net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)2-0/+5
2024-03-28compiler_types: add Endianness-dependent __counted_by_{le,be}Alexander Lobakin1-0/+11
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko1-1/+15
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski1-7/+1
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-43/+206
2024-03-28Merge tag 'sound-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+10
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-8/+15
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-6/+1
2024-03-28export.h: remove include/asm-generic/export.hMasahiro Yamada1-11/+0
2024-03-27Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-0/+2
2024-03-27Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+10
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-26/+48
2024-03-27drm/amdkfd: range check cp bad op exception interruptsJonathan Kim1-3/+14
2024-03-27net: wan: framer: Add missing static inline qualifiersHerve Codina1-2/+2
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss1-0/+8
2024-03-26mm: increase folio batch sizeMatthew Wilcox (Oracle)1-2/+2
2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet1-6/+0
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+2
2024-03-26gpiolib: Add stubs for GPIO lookup functionsMark Brown1-2/+15
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior1-0/+1
2024-03-26trace: use TP_STORE_ADDRS() macro in inet_sock_set_state()Jason Xing1-15/+2
2024-03-26trace: use TP_STORE_ADDRS() macro in inet_sk_error_report()Jason Xing1-15/+3
2024-03-26trace: move to TP_STORE_ADDRS related macro to net_probe_common.hJason Xing2-29/+29
2024-03-26KVM: arm64: Fix host-programmed guest events in nVHEOliver Upton1-1/+1
2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+8
2024-03-25genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki1-0/+3
2024-03-25scsi: mpi3mr: Avoid memcpy field-spanning write WARNINGShin'ichiro Kawasaki1-1/+1
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal3-0/+3
2024-03-25Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen1-0/+1
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+4
2024-03-25bpf: implement insn_is_cast_user() helper for JITsPuranjay Mohan1-0/+10
2024-03-25wifi: mac80211: add support for tearing down negotiated TTLMAyala Beker1-0/+9
2024-03-25wifi: mac80211: add flag to disallow puncturing in 5 GHzJohannes Berg1-0/+3
2024-03-25wifi: mac80211: handle indoor AFC/LPI AP on assoc successAnjaneyulu1-3/+5
2024-03-25wifi: mac80211: fix BSS_CHANGED_MLD_TTLM descriptionAyala Beker1-1/+1
2024-03-25wifi: mac80211: clarify the dormant/suspended links docsJohannes Berg1-3/+5
2024-03-25wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()Johannes Berg1-1/+1
2024-03-25wifi: ieee80211: check for NULL in ieee80211_mle_size_ok()Johannes Berg1-1/+1
2024-03-25wifi: nl80211: cleanup nl80211.h kernel-docJeff Johnson1-28/+40
2024-03-25wifi: nl80211: fix nl80211 uapi comment style issuesJeff Johnson1-83/+83
2024-03-25wifi: nl80211: rename enum plink_actionsJeff Johnson1-1/+1
2024-03-25wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg1-0/+2
2024-03-23Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-6/+6
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+21
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook1-4/+21
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+79
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-10/+40
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-0/+9
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+14
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers1-0/+4
2024-03-22ALSA: hda: intel-nhlt: add intel_nhlt_ssp_device_type() functionBrent Lu1-0/+10
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-5/+5
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+1
2024-03-22Merge tag 'drm-misc-next-fixes-2024-03-21' of https://gitlab.freedesktop.org/...Dave Airlie2-4/+3
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-33/+74
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-5/+5
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-31/+155
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-252/+501
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+2
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-107/+142
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-17/+167
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+59
2024-03-21Merge tag 'bitmap-for-6.9' of https://github.com/norov/linuxLinus Torvalds1-4/+4
2024-03-21Merge tag 'asoc-fix-v6.9-merge-window' of https://git.kernel.org/pub/scm/linu...Takashi Iwai31-102/+167
2024-03-20rcu: add a helper to report consolidated flavor QSYan Zhai1-0/+31
2024-03-20lib/bitmap: Fix bitmap_scatter() and bitmap_gather() kernel docHerve Codina1-21/+23
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko2-2/+5
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko3-18/+26
2024-03-19Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+10
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima1-1/+6
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds5-2/+111
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+2
2024-03-19tracing: Just use strcmp() for testing __string() and __assign_str() matchSteven Rostedt (Google)1-3/+2
2024-03-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-5/+35
2024-03-19xsk: Don't assume metadata is always requested in TX completionStanislav Fomichev1-0/+2
2024-03-19net: move dev->state into net_device_read_txrx groupEric Dumazet1-1/+1
2024-03-19vDPA: report virtio-blk flush info to user spaceZhu Lingshan1-0/+1
2024-03-19vDPA: report virtio-block read-only info to user spaceZhu Lingshan1-0/+1
2024-03-19vDPA: report virtio-block write zeroes configuration to user spaceZhu Lingshan1-0/+2
2024-03-19vDPA: report virtio-block discarding configuration to user spaceZhu Lingshan1-0/+3
2024-03-19vDPA: report virtio-block topology info to user spaceZhu Lingshan1-0/+4
2024-03-19vDPA: report virtio-block MQ info to user spaceZhu Lingshan1-0/+1
2024-03-19vDPA: report virtio-block max segments in a request to user spaceZhu Lingshan1-0/+1
2024-03-19vDPA: report virtio-block block-size to user spaceZhu Lingshan1-0/+1
2024-03-19vDPA: report virtio-block max segment size to user spaceZhu Lingshan1-0/+1
2024-03-19vDPA: report virtio-block capacity to user spaceZhu Lingshan2-0/+3
2024-03-19vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan1-0/+5
2024-03-19vhost-vdpa: uapi to support reporting per vq sizeZhu Lingshan1-0/+7
2024-03-19virtio: uapi: Drop __packed attribute in linux/virtio_pci.hSuzuki K Poulose1-5/+5
2024-03-19Merge tag 'drm-misc-next-fixes-2024-03-14' of https://gitlab.freedesktop.org/...Dave Airlie1-1/+2
2024-03-18drm: Fix drm_fixp2int_round() making it add 0.5Arthur Grillo1-2/+1
2024-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-24/+25
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds9-31/+59
2024-03-18x86/hyperv: Use Hyper-V entropy to seed guest random number generatorMichael Kelley1-0/+2
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy1-1/+1
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy1-1/+0
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+2
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2024-03-18tracing: Add __string_src() helper to help compilers not to get confusedSteven Rostedt (Google)1-2/+12
2024-03-18tracing: Use strcmp() in __assign_str() WARN_ON() checkSteven Rostedt (Google)1-1/+3
2024-03-18tracepoints: Use WARN() and not WARN_ON() for warningsSteven Rostedt (Google)1-2/+4
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei2-1/+4
2024-03-18tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)1-1/+1
2024-03-18tracing: Add warning if string in __assign_str() does not match __string()Steven Rostedt (Google)1-0/+1
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)1-17/+11
2024-03-18tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"Steven Rostedt (Google)4-12/+15
2024-03-18tracing: Use ? : shortcut in trace macrosSteven Rostedt (Google)2-10/+8
2024-03-18tracing: Do not calculate strlen() twice for __string() fieldsSteven Rostedt (Google)1-4/+6
2024-03-18tracing: Rework __assign_str() and __string() to not duplicate getting the st...Steven Rostedt (Google)3-11/+20
2024-03-18tracing/user_events: Introduce multi-format eventsBeau Belgrave1-1/+5
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan1-3/+3
2024-03-18net: esp: fix bad handling of pages from page_poolDragos Tatulea1-0/+10
2024-03-18fs,block: get holder during claimChristian Brauner1-0/+10
2024-03-18hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyNuno Das Neves1-8/+8
2024-03-17Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+2
2024-03-17kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMPHari Bathini1-6/+6
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-3/+61