summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz2024-02-162-28/+119
* | | | net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev2024-02-161-2/+2
* | | | Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-1553-200/+314
|\ \ \ \
| * | | | net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov2024-02-151-4/+10
| * | | | Merge tag 'nf-24-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-153-3/+7
| |\ \ \ \
| | * | | | netfilter: nf_tables: fix bidirectional offload regressionFelix Fietkau2024-02-151-0/+1
| | * | | | netfilter: nat: restore default DNAT behaviorKyle Swenson2024-02-151-1/+4
| | * | | | netfilter: nft_set_pipapo: fix missing : in kdocPablo Neira Ayuso2024-02-151-2/+2
| * | | | | Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/...Paolo Abeni2024-02-153-18/+33
| |\ \ \ \ \
| | * | | | | can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2024-02-142-4/+19
| | * | | | | can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao2024-02-143-14/+14
| * | | | | | net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2024-02-152-10/+16
| * | | | | | Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-141-2/+3
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg2024-02-081-2/+3
| * | | | | net: smc: fix spurious error message from __sock_release()Dmitry Antipov2024-02-141-0/+1
| | |/ / / | |/| | |
| * | | | af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima2024-02-131-3/+4
| * | | | net:rds: Fix possible deadlock in rds_message_putAllison Henderson2024-02-131-2/+11
| * | | | net: add rcu safety to rtnl_prop_list_size()Eric Dumazet2024-02-122-7/+10
| * | | | mptcp: really cope with fastopen racePaolo Abeni2024-02-121-1/+2
| * | | | mptcp: check addrs list in userspace_pm_get_local_idGeliang Tang2024-02-121-1/+12
| * | | | mptcp: corner case locking for rx path fields initializationPaolo Abeni2024-02-125-39/+50
| * | | | mptcp: fix more tx path fields initializationPaolo Abeni2024-02-122-6/+13
| * | | | mptcp: fix rcv space initializationPaolo Abeni2024-02-123-7/+10
| * | | | mptcp: drop the push_pending fieldPaolo Abeni2024-02-122-7/+6
| * | | | net-device: move lstats in net_device_read_txrxEric Dumazet2024-02-121-1/+2
| * | | | tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet2024-02-121-1/+2
| * | | | net: tls: fix returned read length with async decryptJakub Kicinski2024-02-101-1/+0
| * | | | net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca2024-02-101-2/+3
| * | | | net: tls: handle backlogging of crypto requestsJakub Kicinski2024-02-101-0/+22
| * | | | tls: fix race between tx work scheduling and socket closeJakub Kicinski2024-02-101-10/+6
| * | | | tls: fix race between async notify and socket closeJakub Kicinski2024-02-101-33/+10
| * | | | net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski2024-02-101-51/+45
| * | | | net: fill in MODULE_DESCRIPTION()s for net/schedBreno Leitao2024-02-096-0/+6
| * | | | net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao2024-02-099-0/+9
| * | | | net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao2024-02-097-0/+7
| * | | | net: fill in MODULE_DESCRIPTION()s for 6LoWPANBreno Leitao2024-02-091-0/+1
| * | | | net: fill in MODULE_DESCRIPTION()s for af_keyBreno Leitao2024-02-091-0/+1
| * | | | net: fill in MODULE_DESCRIPTION()s for mpoaBreno Leitao2024-02-091-0/+1
| * | | | net: fill in MODULE_DESCRIPTION()s for xfrmBreno Leitao2024-02-092-0/+2
| * | | | net/sched: act_mirred: Don't zero blockid when net device is being deletedVictor Nogueira2024-02-091-2/+0
| * | | | net: openvswitch: limit the number of recursions from action setsAaron Conole2024-02-091-16/+33
| * | | | net/handshake: Fix handshake_req_destroy_test1Chuck Lever2024-02-081-1/+4
* | | | | Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2024-02-093-27/+37
|\ \ \ \ \
| * | | | | libceph: just wait for more data to be available on the socketXiubo Li2024-02-073-20/+18
| * | | | | libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li2024-02-071-4/+4
| * | | | | libceph: fail sparse-read if the data length doesn't matchXiubo Li2024-02-071-3/+15
* | | | | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-1/+1
| |/ / / / |/| | | |
* | | | | Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-0812-99/+144
|\ \ \ \ \
| * | | | | netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal2024-02-083-39/+10
| * | | | | netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal2024-02-081-5/+23