summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang
2022-05-11Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-05-11Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-11net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-10decnet: Use container_of() for struct dn_neigh castsKees Cook
2022-05-09Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-...Jakub Kicinski
2022-05-09net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean
2022-05-09nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg
2022-05-09net: fix wrong network header lengthLina Wang
2022-05-07SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust
2022-05-07Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust
2022-05-06netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet
2022-05-06Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal
2022-05-05ping: fix address binding wrt vrfNicolas Dichtel
2022-05-05net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou
2022-05-04tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-05-04tcp: increase source port perturb table to 2^16Willy Tarreau
2022-05-04tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-05-04tcp: add small random increments to the source portWilly Tarreau
2022-05-04tcp: resalt the secret every 10 secondsEric Dumazet
2022-05-04tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-04mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty
2022-05-04cfg80211: retrieve S1G operating channel numberKieran Frewen
2022-05-04nl80211: validate S1G channel widthKieran Frewen
2022-05-04mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau
2022-05-03net: rds: acquire refcount on TCP socketsTetsuo Handa
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou
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-30rxrpc: Enable IPv6 checksums on transport socketDavid Howells
2022-04-29Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust
2022-04-29Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-04-29SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust
2022-04-29SUNRPC: Ensure timely close of disconnected AF_LOCAL socketsTrond Myklebust
2022-04-29can: isotp: remove re-binding of bound socketOliver Hartkopp
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-28SUNRPC: Don't leak sockets in xs_local_connect()Trond Myklebust
2022-04-28netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
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