summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/handshake: Fix sock->file allocationChuck Lever2023-05-231-14/+28
| * | | net/handshake: Squelch allocation warning during Kunit testChuck Lever2023-05-231-1/+1
| * | | sctp: fix an issue that plpmtu can never go to complete stateXin Long2023-05-221-4/+7
| * | | Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li2023-05-201-15/+6
| * | | Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li2023-05-201-11/+22
| * | | Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li2023-05-201-3/+3
| * | | Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li2023-05-201-9/+12
| * | | net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-192-2/+8
| * | | tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski2023-05-191-0/+4
| * | | tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-193-31/+113
| * | | tls: rx: strp: factor out copying skb dataJakub Kicinski2023-05-191-10/+23
| * | | tls: rx: strp: fix determining record length in copy modeJakub Kicinski2023-05-191-6/+15
| * | | tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2023-05-191-5/+11
| * | | tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski2023-05-191-0/+2
| * | | tls: rx: device: fix checking decryption statusJakub Kicinski2023-05-191-1/+1
* | | | Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-05-221-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust2023-05-191-3/+2
* | | | Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-1832-170/+179
|\ \ \ \
| * \ \ \ Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-05-183-10/+18
| |\ \ \ \
| | * | | | netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal2023-05-171-7/+13
| | * | | | netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal2023-05-171-3/+1
| | * | | | netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-05-171-0/+4
| * | | | | Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-05-187-37/+63
| |\ \ \ \ \
| | * | | | | wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-05-161-0/+3
| | * | | | | wifi: mac80211: consider reserved chanctx for mindefJohannes Berg2023-05-163-30/+47
| | * | | | | wifi: mac80211: simplify chanctx allocationJohannes Berg2023-05-161-1/+1
| | * | | | | wifi: mac80211: Abort running color change when stopping the APMichael Lee2023-05-161-1/+2
| | * | | | | wifi: mac80211: fix min center freq offset tracingJohannes Berg2023-05-161-1/+1
| | * | | | | wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET2023-05-161-2/+2
| | * | | | | wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac2023-05-161-2/+3
| | * | | | | wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer2023-05-161-1/+5
| * | | | | | bridge: always declare tunnel functionsArnd Bergmann2023-05-181-4/+4
| * | | | | | atm: hide unused procfs functionsArnd Bergmann2023-05-181-0/+2
| | |/ / / / | |/| | | |
| * | | | | vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet2023-05-171-2/+2
| * | | | | Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-05-175-74/+29
| |\ \ \ \ \
| | * | | | | xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-05-101-5/+6
| | * | | | | af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-101-4/+8
| | * | | | | xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-101-5/+9
| | * | | | | Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2023-04-252-53/+4
| | * | | | | xfrm: Fix leak of dev trackerLeon Romanovsky2023-04-211-1/+1
| | * | | | | xfrm: release all offloaded policy memoryLeon Romanovsky2023-04-211-0/+1
| | * | | | | xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca2023-04-061-6/+0
| * | | | | | Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-05-172-2/+2
| |\ \ \ \ \ \
| | * | | | | | can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
| | * | | | | | can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
| * | | | | | | devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel2023-05-171-1/+1
| |/ / / / / /
| * | | | | | tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-151-2/+2
| * | | | | | tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-151-3/+6
| * | | | | | tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-153-2/+19
| * | | | | | net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen2023-05-151-5/+3
| | |_|_|/ / | |/| | | |