summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski34-291/+403
2022-07-21netfilter: xt_TPROXY: remove pr_debug invocationsJustin Stitt1-23/+2
2022-07-21netfilter: flowtable: prefer refcount_incFlorian Westphal1-8/+3
2022-07-21netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski7-46/+138
2022-07-20tcp: support externally provided ubufsPavel Begunkov1-11/+22
2022-07-20ipv6/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-20ipv4/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-20net: introduce managed frags infrastructurePavel Begunkov1-2/+27
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern2-5/+11
2022-07-20skbuff: carry external ubuf_info in msghdrPavel Begunkov2-0/+3
2022-07-19net: devlink: remove unused locked functionsJiri Pirko1-168/+0
2022-07-19netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko1-0/+6
2022-07-19net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko1-28/+61
2022-07-19net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko1-46/+135
2022-07-19net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko1-18/+36
2022-07-19net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko1-61/+156
2022-07-19net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko1-32/+148
2022-07-19net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh1-0/+4
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-1/+1
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-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 Kicinski4-10/+38
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 Kicinski1-10/+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 Kicinski1-7/+54
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu1-0/+2
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 Gu2-0/+17
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-16net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park2-6/+25
2022-07-16net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park1-2/+22
2022-07-15net/sched: sch_cbq: Delete unused delay_timerPeilin Ye1-79/+0
2022-07-15net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko1-2/+1
2022-07-15net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko1-4/+4
2022-07-15net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko1-3/+2
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-103/+192
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan2-3/+8
2022-07-14ip: fix dflt addr selection for connected nexthopNicolas Dichtel1-1/+1
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer1-1/+0