summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-07-2134-291/+403
|\ \ \
| * | | netfilter: xt_TPROXY: remove pr_debug invocationsJustin Stitt2022-07-211-23/+2
| * | | netfilter: flowtable: prefer refcount_incFlorian Westphal2022-07-211-8/+3
| * | | netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-211-3/+2
| * | | netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal2022-07-111-0/+12
| * | | netfilter: nf_tables: use correct integer typesFlorian Westphal2022-07-114-11/+12
| * | | netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal2022-07-112-4/+4
| * | | netfilter: nf_tables: use the correct get/put helpersFlorian Westphal2022-07-114-10/+11
| * | | netfilter: x_tables: use correct integer typesFlorian Westphal2022-07-113-9/+9
| * | | netfilter: nfnetlink: add missing __be16 castFlorian Westphal2022-07-111-1/+1
| * | | netfilter: nft_set_bitmap: Fix spelling mistakeZhang Jiaming2022-07-111-2/+2
| * | | netfilter: h323: merge nat hook pointers into oneFlorian Westphal2022-07-112-189/+113
| * | | netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal2022-07-117-16/+57
| * | | netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal2022-07-113-3/+3
| * | | netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov2022-07-115-4/+165
| * | | net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov2022-07-111-2/+3
| * | | netfilter: conntrack: use correct format charactersBill Wendling2022-07-111-1/+1
| * | | netfilter: conntrack: use fallthrough to cleanupJackie Liu2022-07-111-5/+3
* | | | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-197-46/+138
|\ \ \ \
| * | | | tcp: support externally provided ubufsPavel Begunkov2022-07-191-11/+22
| * | | | ipv6/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31
| * | | | ipv4/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31
| * | | | net: introduce managed frags infrastructurePavel Begunkov2022-07-191-2/+27
| * | | | net: Allow custom iter handler in msghdrDavid Ahern2022-07-192-5/+11
| * | | | skbuff: carry external ubuf_info in msghdrPavel Begunkov2022-07-192-0/+3
| * | | | skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov2022-07-191-1/+1
| * | | | skbuff: don't mix ubuf_info from different sourcesPavel Begunkov2022-07-191-0/+4
| * | | | ipv6: avoid partial copy for zcPavel Begunkov2022-07-191-1/+6
| * | | | ipv4: avoid partial copy for zcPavel Begunkov2022-07-191-2/+6
* | | | | net: devlink: remove unused locked functionsJiri Pirko2022-07-191-168/+0
* | | | | netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko2022-07-191-0/+6
* | | | | net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko2022-07-191-28/+61
* | | | | net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko2022-07-191-46/+135
* | | | | net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko2022-07-191-18/+36
* | | | | net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko2022-07-191-61/+156
* | | | | net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko2022-07-191-32/+148
* | | | | net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh2022-07-191-0/+4
* | | | | tls: rx: decrypt into a fresh skbJakub Kicinski2022-07-182-37/+72
* | | | | tls: rx: async: don't put async zc on the listJakub Kicinski2022-07-181-21/+19
* | | | | tls: rx: async: hold onto the input skbJakub Kicinski2022-07-184-10/+38
* | | | | tls: rx: async: adjust record geometry immediatelyJakub Kicinski2022-07-181-39/+10
* | | | | tls: rx: return the decrypted skb via dargJakub Kicinski2022-07-181-10/+39
* | | | | tls: rx: read the input skb from ctx->recv_pktJakub Kicinski2022-07-183-34/+42
* | | | | tls: rx: factor out device darg updateJakub Kicinski2022-07-181-19/+41
* | | | | tls: rx: remove the message decrypted trackingJakub Kicinski2022-07-181-10/+0
* | | | | tls: rx: don't keep decrypted skbs on ctx->recv_pktJakub Kicinski2022-07-181-21/+28
* | | | | tls: rx: don't try to keep the skbs always on the listJakub Kicinski2022-07-181-11/+12
* | | | | tls: rx: allow only one reader at a timeJakub Kicinski2022-07-181-7/+54
* | | | | net/smc: Extend SMC-R link group netlink attributeWen Gu2022-07-181-0/+2
* | | | | net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-189-118/+328