summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-05-03net: rds: acquire refcount on TCP socketsTetsuo Handa
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang
2022-05-02vsock/virtio: add support for device suspend/resumeStefano Garzarella
2022-05-02vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella
2022-05-02ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran
2022-05-02tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov
2022-05-02Stefan Schmidt says:Jakub Kicinski
2022-05-02rtnl: move rtnl_newlink_create()Jakub Kicinski
2022-05-02rtnl: split __rtnl_newlink() into two functionsJakub Kicinski
2022-05-02rtnl: allocate more attr tables on the heapJakub Kicinski
2022-05-02ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye
2022-05-02ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou
2022-05-01sock: optimise sock_def_write_space barriersPavel Begunkov
2022-05-01sock: optimise UDP sock_wfree() refcountingPavel Begunkov
2022-05-01sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov
2022-04-30net: mac802154: Fix symbol durationsMiquel Raynal
2022-04-30mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet
2022-04-30net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet
2022-04-30ipv4: remove unnecessary type castingsYu Zhe
2022-04-30rxrpc: Enable IPv6 checksums on transport socketDavid Howells
2022-04-30tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang
2022-04-30tcp: drop skb dst in tcp_rcv_established()Eric Dumazet
2022-04-30ipv6: refactor ip6_finish_output2()Pavel Begunkov
2022-04-30ipv6: help __ip6_finish_output() inliningPavel Begunkov
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski
2022-04-29tcp: pass back data left in socket after receiveJens Axboe
2022-04-29mptcp: Add a per-namespace sysctl to set the default path manager typeMat Martineau
2022-04-29mptcp: Make kernel path manager check for userspace-managed socketsMat Martineau
2022-04-29mptcp: Bypass kernel PM when userspace PM is enabledMat Martineau
2022-04-29mptcp: Add a member to mptcp_pm_data to track kernel vs userspace modeMat Martineau
2022-04-29mptcp: Remove redundant assignments in path manager initMat Martineau
2022-04-29Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-04-29can: isotp: remove re-binding of bound socketOliver Hartkopp
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-04-28netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-04-28net: make sure net_rx_action() calls skb_defer_free_flush()Eric Dumazet
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-27tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-27netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk