summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-19ipv6/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-19ipv4/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-19net: introduce __skb_fill_page_desc_noaccPavel Begunkov1-11/+17
2022-07-19net: introduce managed frags infrastructurePavel Begunkov2-4/+50
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern4-8/+19
2022-07-19skbuff: carry external ubuf_info in msghdrPavel Begunkov3-0/+4
2022-07-19sfc: update MCDI protocol headersEdward Cree1-195/+7933
2022-07-19net: dsa: microchip: fix the missing ksz8_r_mib_cntArun Ramadoss1-0/+1
2022-07-19net: prestera: acl: add support for 'police' action on egressMaksym Glubokiy1-1/+1
2022-07-19net: macb: fixup sparse warnings on __be16 portsBen Dooks1-3/+4
2022-07-19net: prestera: acl: fix code formattingMaksym Glubokiy1-4/+4
2022-07-19vmxnet3: Record queue number to incoming packetsAndrey Turkin1-0/+1
2022-07-19net: devlink: remove unused locked functionsJiri Pirko2-188/+0
2022-07-19netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko6-123/+102
2022-07-19net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko2-28/+66
2022-07-19mlxsw: convert driver to use unlocked devlink API during init/finiJiri Pirko10-241/+248
2022-07-19net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko2-46/+147
2022-07-19net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko2-18/+41
2022-07-19net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko2-61/+173
2022-07-19net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko2-32/+168
2022-07-19net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh1-0/+4
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov2-4/+6
2022-07-19skbuff: don't mix ubuf_info from different sourcesPavel Begunkov1-0/+4
2022-07-19ipv6: avoid partial copy for zcPavel Begunkov1-1/+6
2022-07-19ipv4: avoid partial copy for zcPavel Begunkov1-2/+6
2022-07-18atl1c: use netif_napi_add_tx() for Tx NAPISieng-Piaw Liew1-2/+2
2022-07-18net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'Arun Ramadoss1-1/+1
2022-07-18tls: rx: decrypt into a fresh skbJakub Kicinski2-37/+72
2022-07-18tls: rx: async: don't put async zc on the listJakub Kicinski1-21/+19
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski5-10/+39
2022-07-18tls: rx: async: adjust record geometry immediatelyJakub Kicinski1-39/+10
2022-07-18tls: rx: return the decrypted skb via dargJakub Kicinski1-10/+39
2022-07-18tls: rx: read the input skb from ctx->recv_pktJakub Kicinski3-34/+42
2022-07-18tls: rx: factor out device darg updateJakub Kicinski1-19/+41
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski2-11/+0
2022-07-18tls: rx: don't keep decrypted skbs on ctx->recv_pktJakub Kicinski1-21/+28
2022-07-18tls: rx: don't try to keep the skbs always on the listJakub Kicinski1-11/+12
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski2-7/+57
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu2-0/+3
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu9-118/+328
2022-07-18net/smc: Use sysctl-specified types of buffers in new link groupWen Gu2-0/+2
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu4-0/+31
2022-07-18net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang4-0/+40
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang5-29/+0
2022-07-16selftests: net: arp_ndisc_untracked_subnets: test for arp_accept and accept_u...Jaehee Park2-0/+309
2022-07-16net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park3-27/+55
2022-07-16net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park3-6/+29
2022-07-15ice: Remove pci_aer_clear_nonfatal_status() callZhuo Chen1-6/+0
2022-07-15ice: Add EXTTS feature to the feature bitmapAnirudh Venkataramanan3-5/+15
2022-07-15octeontx2-af: Set NIX link credits based on max LMACSunil Goutham7-9/+102