summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-05-30net: pcs: lynx: add lynx_pcs_create_mdiodev()Russell King (Oracle)1-0/+1
2023-05-30net: pcs: xpcs: add xpcs_create_mdiodev()Russell King (Oracle)1-0/+2
2023-05-30net: mdio: add mdio_device_get() and mdio_device_put()Russell King (Oracle)1-0/+10
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-9/+13
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+17
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-3/+15
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-3/+15
2023-05-25Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds1-0/+4
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+1
2023-05-24net: phylink: add function to resolve clause 73 negotiationRussell King (Oracle)1-0/+2
2023-05-24net: mdio: add clause 73 to ethtool conversion helperRussell King (Oracle)1-0/+39
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)1-2/+5
2023-05-24net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells1-0/+3
2023-05-24net: Pass max frags into skb_append_pagefrags()David Howells1-1/+1
2023-05-24net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+3
2023-05-24bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko1-2/+2
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend1-1/+0
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend1-1/+1
2023-05-23net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik1-1/+3
2023-05-22net: phy: add helpers for comparing phy IDsRussell King1-0/+28
2023-05-20Merge tag 'usb-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-1/+2
2023-05-20Merge tag 'block-6.4-2023-05-20' of git://git.kernel.dk/linuxLinus Torvalds1-2/+0
2023-05-20block: remove NFL4_UFLG_MASKChristoph Hellwig1-2/+0
2023-05-20net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-0/+1
2023-05-20bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag1-7/+11
2023-05-19driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman1-0/+1
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski1-0/+10
2023-05-19net: sfp: add support for rate selectionRussell King (Oracle)1-0/+8
2023-05-19net: sfp: add support for setting signalling rateRussell King (Oracle)1-0/+6
2023-05-19Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+11
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-12/+11
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+0
2023-05-18mdio_bus: unhide mdio_bus_init prototypeArnd Bergmann1-2/+0
2023-05-18mm: shrinkers: fix race condition on debugfs cleanupJoan Bruguera Micó1-2/+11
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-2/+2
2023-05-17Merge tag 'tpmdd-v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+1
2023-05-17tracing: make ftrace_likely_update() declaration visibleArnd Bergmann1-3/+2
2023-05-17Merge tag 'linux-can-next-for-6.5-20230515' of git://git.kernel.org/pub/scm/l...Jakub Kicinski1-0/+3
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-7/+25
2023-05-16net: skbuff: update comment about pfmemalloc propagatingYunsheng Lin1-5/+5
2023-05-16tpm: Prevent hwrng from activating during resumeJarkko Sakkinen1-0/+1
2023-05-15can: length: make header self containedMarc Kleine-Budde1-0/+3
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao1-1/+0
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown2-2/+2
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)1-4/+5
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin1-12/+0
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-17/+10
2023-05-13net: phy: broadcom: Add support for Wake-on-LANFlorian Fainelli1-0/+55
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli1-0/+4