summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-05-132-4/+35
|\
| * SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-072-0/+34
| * Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust2022-05-072-4/+1
* | Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-1221-28/+105
|\ \ | |/ |/|
| * tls: Fix context leak on tls_device_downMaxim Mikityanskiy2022-05-121-0/+3
| * net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang2022-05-121-2/+2
| * Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-05-111-3/+3
| |\
| | * Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-111-3/+3
| * | Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-05-114-5/+24
| |\ \ | | |/ | |/|
| | * nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg2022-05-091-2/+7
| | * mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty2022-05-041-0/+6
| | * cfg80211: retrieve S1G operating channel numberKieran Frewen2022-05-041-1/+1
| | * nl80211: validate S1G channel widthKieran Frewen2022-05-041-0/+9
| | * mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau2022-05-041-2/+1
| * | net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-111-4/+22
| * | decnet: Use container_of() for struct dn_neigh castsKees Cook2022-05-103-5/+6
| * | Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-...Jakub Kicinski2022-05-091-0/+11
| |\ \
| | * | batman-adv: Don't skb_split skbuffs with frag_listSven Eckelmann2022-04-171-0/+11
| * | | net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean2022-05-091-0/+1
| * | | net: fix wrong network header lengthLina Wang2022-05-091-1/+3
| * | | netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet2022-05-061-1/+0
| * | | ipv4: drop dst in multicast routing pathLokesh Dhoundiyal2022-05-061-0/+1
| * | | ping: fix address binding wrt vrfNicolas Dichtel2022-05-051-1/+11
| * | | net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa2022-05-054-6/+18
* | | | 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