summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet46-365/+425
2023-06-10Merge branch 'mptcp-unify-pm-interfaces'Jakub Kicinski4-82/+103
2023-06-10mptcp: unify pm set_flags interfacesGeliang Tang3-32/+51
2023-06-10mptcp: unify pm get_flags_and_ifindex_by_idGeliang Tang4-22/+24
2023-06-10mptcp: unify pm get_local_id interfacesGeliang Tang3-21/+21
2023-06-10mptcp: export local_addressGeliang Tang2-9/+9
2023-06-10Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski173-6187/+33400
2023-06-10Merge branch 'tools-ynl-gen-code-gen-improvements-before-ethtool'Jakub Kicinski8-329/+186
2023-06-10tools: ynl-gen: support / skip pads on the way to kernelJakub Kicinski1-0/+6
2023-06-10tools: ynl-gen: don't pass op_name to RenderInfoJakub Kicinski1-19/+18
2023-06-10tools: ynl-gen: support code gen for eventsJakub Kicinski2-6/+13
2023-06-10tools: ynl-gen: sanitize notification trackingJakub Kicinski2-43/+27
2023-06-10tools: ynl: regen: stop generating common notification handlersJakub Kicinski4-98/+0
2023-06-10tools: ynl-gen: stop generating common notification handlersJakub Kicinski1-73/+0
2023-06-10tools: ynl: regen: regenerate the if laddersJakub Kicinski4-74/+67
2023-06-10tools: ynl-gen: get attr type outside of if()Jakub Kicinski1-1/+3
2023-06-10tools: ynl-gen: combine else with closing bracketJakub Kicinski1-4/+19
2023-06-10tools: ynl-gen: complete the C keyword listJakub Kicinski1-1/+34
2023-06-10tools: ynl: regen: cleanup user space header includesJakub Kicinski4-12/+4
2023-06-10tools: ynl-gen: cleanup user space header includesJakub Kicinski1-4/+1
2023-06-09Revert "tools: ynl: Remove duplicated include in handshake-user.c"Jakub Kicinski1-0/+1
2023-06-09tools: ynl: Remove duplicated include in handshake-user.cYang Li1-1/+0
2023-06-09Merge branch 'broadcom-phy-led-brightness'David S. Miller4-8/+56
2023-06-09net: phy: broadcom: Add support for setting LED brightnessFlorian Fainelli4-0/+48
2023-06-09net: phy: broadcom: Rename LED registersFlorian Fainelli2-8/+8
2023-06-09Merge branch 'net-ncsi-refactoring-for-GMA-cmd'David S. Miller1-71/+22
2023-06-09net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov1-2/+3
2023-06-09net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov1-69/+19
2023-06-09usbnet: ipheth: update Kconfig descriptionFoster Snowhill1-6/+4
2023-06-09usbnet: ipheth: add CDC NCM supportFoster Snowhill1-25/+155
2023-06-09usbnet: ipheth: transmit URBs without trailing paddingFoster Snowhill1-3/+1
2023-06-09usbnet: ipheth: fix risk of NULL pointer deallocationGeorgi Valkov1-1/+1
2023-06-09Merge branch 'splice-net-rewrite-splice-to-socket-fix-splice_f_more-and-handl...Jakub Kicinski25-238/+478
2023-06-09tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-69/+23
2023-06-09tls/device: Support MSG_SPLICE_PAGESDavid Howells1-0/+26
2023-06-09tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-138/+35
2023-06-09tls/sw: Support MSG_SPLICE_PAGESDavid Howells1-0/+41
2023-06-09splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()David Howells1-8/+10
2023-06-09kcm: Use splice_eof() to flushDavid Howells1-0/+15
2023-06-09chelsio/chtls: Use splice_eof() to flushDavid Howells3-0/+11
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells10-0/+71
2023-06-09tls/device: Use splice_eof() to flushDavid Howells3-0/+26
2023-06-09tls/sw: Use splice_eof() to flushDavid Howells3-0/+77
2023-06-09splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells6-1/+44
2023-06-09splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells4-57/+131
2023-06-09tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2-2/+3
2023-06-09net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspaceDavid Howells1-1/+3
2023-06-09tcp: let tcp_mtu_probe() build headless packetsEric Dumazet1-2/+58
2023-06-09Merge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski18-103/+201
2023-06-09ethtool: ioctl: improve error checking for set_wolJustin Chen1-2/+12