summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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
2022-04-27netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal
2022-04-27mptcp: reset subflow when MP_FAIL doesn't respondGeliang Tang
2022-04-27mptcp: add MP_FAIL response supportGeliang Tang
2022-04-27mptcp: add data lock for sk timersGeliang Tang
2022-04-27mptcp: use mptcp_stop_timerGeliang Tang
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior
2022-04-26net: tls: fix async vs NIC crypto offloadJakub Kicinski
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski
2022-04-26net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu
2022-04-26mctp: defer the kfree of object mdev->addrsLin Ma
2022-04-25selftests/bpf: Add test for strict BTF type checkKumar Kartikeya Dwivedi
2022-04-25selftests/bpf: Add verifier tests for kptrKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu
2022-04-25net/smc: Only save the original clcsock callback functionsWen Gu
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-25net: dsa: remove unused headersMarcin Wojtas
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-25arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng
2022-04-25net: dsa: flood multicast to CPU when slave has IFF_PROMISCVladimir Oltean
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-04-25ip6_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-25ip_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-25net/smc: sync err code when tcp connection was refusedliuyacan
2022-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko
2022-04-25devlink: introduce line card info get messageJiri Pirko
2022-04-25devlink: introduce line card devices supportJiri Pirko
2022-04-25netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi
2022-04-25netfilter: flowtable: Remove the empty fileRongguang Wei
2022-04-23sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long