summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-05-063-9/+42
|\
| * Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust2022-04-291-3/+0
| * SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust2022-04-292-1/+4
| * SUNRPC: Ensure timely close of disconnected AF_LOCAL socketsTrond Myklebust2022-04-291-0/+21
| * SUNRPC: Don't leak sockets in xs_local_connect()Trond Myklebust2022-04-281-1/+10
| * SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia2022-04-221-4/+7
* | Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-0510-66/+82
|\ \
| * | NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou2022-05-051-2/+2
| * | tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-05-041-1/+1
| * | tcp: increase source port perturb table to 2^16Willy Tarreau2022-05-041-4/+5
| * | tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-05-041-2/+10
| * | tcp: add small random increments to the source portWilly Tarreau2022-05-041-4/+5
| * | tcp: resalt the secret every 10 secondsEric Dumazet2022-05-041-3/+9
| * | tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-05-041-1/+1
| * | secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-043-8/+10
| * | net: rds: acquire refcount on TCP socketsTetsuo Handa2022-05-031-0/+8
| * | nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou2022-05-011-15/+14
| * | mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet2022-04-301-4/+4
| * | net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-04-301-3/+6
| * | rxrpc: Enable IPv6 checksums on transport socketDavid Howells2022-04-301-0/+3
| * | can: isotp: remove re-binding of bound socketOliver Hartkopp2022-04-291-20/+5
* | | Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2022-04-291-1/+5
|\ \ \ | |/ / |/| |
| * | libceph: disambiguate cluster/pool full log messageIlya Dryomov2022-04-251-1/+5
* | | tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-283-30/+45
|\ \ \
| * | | netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal2022-04-281-14/+38
| * | | netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk2022-04-271-1/+1
| * | | netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal2022-04-271-15/+6
* | | | Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-283-42/+81
|\ \ \ \
| * | | | Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-263-18/+38
| * | | | Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz2022-04-261-0/+12
| * | | | Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-261-29/+36
* | | | | tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy2022-04-271-5/+7
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-274-11/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-262-4/+25
| * | | | bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger2022-04-221-4/+3
| * | | | bpf: Fix release of page_pool in BPF_PROG_RUN in test runnerToke Høiland-Jørgensen2022-04-111-2/+3
| * | | | xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski2022-04-071-1/+1
* | | | | net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior2022-04-261-9/+5
| |/ / / |/| | |
* | | | mctp: defer the kfree of object mdev->addrsLin Ma2022-04-261-1/+1
* | | | net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu2022-04-252-23/+59
* | | | net/smc: Only save the original clcsock callback functionsWen Gu2022-04-253-20/+67
* | | | tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-252-2/+9
* | | | tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-252-1/+12
* | | | net: dsa: flood multicast to CPU when slave has IFF_PROMISCVladimir Oltean2022-04-251-1/+1
* | | | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-252-6/+7
* | | | ip6_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-6/+5
* | | | ip_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-5/+3
* | | | net/smc: sync err code when tcp connection was refusedliuyacan2022-04-251-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-04-254-4/+14
|\ \ \ \