summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-19tcp: support externally provided ubufsPavel Begunkov
2022-07-19ipv6/udp: support externally provided ubufsPavel Begunkov
2022-07-19ipv4/udp: support externally provided ubufsPavel Begunkov
2022-07-19net: introduce managed frags infrastructurePavel Begunkov
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern
2022-07-19skbuff: carry external ubuf_info in msghdrPavel Begunkov
2022-07-18net: devlink: remove unused locked functionsJiri Pirko
2022-07-18netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko
2022-07-18net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko
2022-07-18net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko
2022-07-18net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko
2022-07-18net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko
2022-07-18net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko
2022-07-18net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov
2022-07-18skbuff: don't mix ubuf_info from different sourcesPavel Begunkov
2022-07-18ipv6: avoid partial copy for zcPavel Begunkov
2022-07-18ipv4: avoid partial copy for zcPavel Begunkov
2022-07-18tls: rx: decrypt into a fresh skbJakub Kicinski
2022-07-18tls: rx: async: don't put async zc on the listJakub Kicinski
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski
2022-07-18tls: rx: async: adjust record geometry immediatelyJakub Kicinski
2022-07-18tls: rx: return the decrypted skb via dargJakub Kicinski
2022-07-18tls: rx: read the input skb from ctx->recv_pktJakub Kicinski
2022-07-18tls: rx: factor out device darg updateJakub Kicinski
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski
2022-07-18tls: rx: don't keep decrypted skbs on ctx->recv_pktJakub Kicinski
2022-07-18tls: rx: don't try to keep the skbs always on the listJakub Kicinski
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu
2022-07-18net/smc: Use sysctl-specified types of buffers in new link groupWen Gu
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu
2022-07-18net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang
2022-07-15net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park
2022-07-15net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park
2022-07-15net/sched: sch_cbq: Delete unused delay_timerPeilin Ye
2022-07-14net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko
2022-07-14net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko
2022-07-14net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan
2022-07-14ip: fix dflt addr selection for connected nexthopNicolas Dichtel
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-14seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer
2022-07-14seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller