summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-18net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean
2022-07-18net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean
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-18wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima
2022-07-18tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-18igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima
2022-07-18igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima
2022-07-18igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima
2022-07-18igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima
2022-07-18net/tls: Fix race in TLS device down flowTariq Toukan
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