index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
netfilter: ctnetlink: Support offloaded conntrack entry deletion
Paul Blakey
1
-8
/
+0
2023-06-05
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
3
-3
/
+17
2023-06-05
bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
Ruihan Li
1
-0
/
+28
2023-05-30
ipv6: Fix out-of-bounds access in ipv6_find_tlv()
Gavrilov Ilia
1
-0
/
+2
2023-05-30
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
1
-1
/
+3
2023-05-30
udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
Kuniyuki Iwashima
2
-0
/
+4
2023-05-30
act_mirred: use the backlog for nested calls to mirred ingress
Davide Caratti
1
-0
/
+7
2023-05-30
net/sched: act_mirred: better wording on protection against excessive stack g...
Davide Caratti
1
-8
/
+8
2023-05-30
net/sched: act_mirred: refactor the handle of xmit
wenxu
1
-6
/
+15
2023-05-30
can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-05-30
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-05-30
bridge: always declare tunnel functions
Arnd Bergmann
1
-4
/
+4
2023-05-30
netfilter: nft_set_rbtree: fix null deref on element insertion
Florian Westphal
1
-7
/
+13
2023-05-30
vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
Eric Dumazet
1
-2
/
+2
2023-05-30
wifi: mac80211: fix min center freq offset tracing
Johannes Berg
1
-1
/
+1
2023-05-30
tipc: check the bearer min mtu properly when setting it by netlink
Xin Long
1
-2
/
+2
2023-05-30
tipc: do not update mtu if msg_max is too small in mtu negotiation
Xin Long
1
-3
/
+6
2023-05-30
tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
3
-2
/
+19
2023-05-30
net/tipc: fix tipc header files for kernel-doc
Randy Dunlap
5
-14
/
+24
2023-05-30
net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()
Dong Chenchen
1
-5
/
+3
2023-05-30
SUNRPC: Fix trace_svc_register() call site
Chuck Lever
1
-1
/
+1
2023-05-30
erspan: get the proto with the md version for collect_md
Xin Long
1
-5
/
+8
2023-05-30
tcp: fix possible sk_priority leak in tcp_v4_send_reset()
Eric Dumazet
1
-2
/
+3
2023-05-30
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
3
-2
/
+7
2023-05-30
ipv4/tcp: do not use per netns ctl sockets
Eric Dumazet
1
-34
/
+27
2023-05-30
vsock: avoid to close connected socket after the timeout
Zhuang Shengen
1
-1
/
+1
2023-05-30
af_key: Reject optional tunnel/BEET mode templates in outbound policies
Tobias Brunner
1
-4
/
+8
2023-05-30
Revert "Fix XFRM-I support for nested ESP tunnels"
Martin Willi
2
-53
/
+4
2023-05-30
xfrm: don't check the default policy if the policy allows the packet
Sabrina Dubroca
1
-6
/
+0
2023-05-30
Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
Min Li
1
-1
/
+0
2023-05-30
ipvs: Update width of source for ip_vs_sync_conn_options
Simon Horman
1
-1
/
+1
2023-05-30
net: Catch invalid index in XPS mapping
Nick Child
1
-0
/
+2
2023-05-30
af_unix: Fix data races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-8
/
+12
2023-05-30
af_unix: Fix a data race of sk->sk_receive_queue->qlen.
Kuniyuki Iwashima
1
-1
/
+1
2023-05-30
net: datagram: fix data-races in datagram_poll()
Eric Dumazet
1
-5
/
+10
2023-05-30
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
3
-9
/
+11
2023-05-30
tcp: factor out __tcp_close() helper
Paolo Abeni
1
-2
/
+7
2023-05-30
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
3
-6
/
+4
2023-05-30
net: deal with most data-races in sk_wait_event()
Eric Dumazet
8
-19
/
+22
2023-05-30
net: annotate sk->sk_err write from do_recvmmsg()
Eric Dumazet
1
-1
/
+1
2023-05-30
netlink: annotate accesses to nlk->cb_running
Eric Dumazet
1
-4
/
+4
2023-05-30
netfilter: conntrack: fix possible bug_on with enable_hooks=1
Florian Westphal
2
-3
/
+6
2023-05-17
af_packet: Don't send zero-byte data in packet_sendmsg_spkt().
Kuniyuki Iwashima
1
-1
/
+1
2023-05-17
rxrpc: Fix hard call timeout units
David Howells
1
-1
/
+1
2023-05-17
net/sched: act_mirred: Add carrier check
Victor Nogueira
1
-1
/
+1
2023-05-17
sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()
Cong Wang
1
-3
/
+5
2023-05-17
net/sched: cls_api: remove block_cb from driver_list before freeing
Vlad Buslov
1
-0
/
+1
2023-05-17
net/ncsi: clear Tx enable mode when handling a Config required AEN
Cosmo Chou
1
-0
/
+1
2023-05-17
netfilter: nf_tables: deactivate anonymous set from preparation phase
Pablo Neira Ayuso
4
-3
/
+15
2023-05-17
SUNRPC: remove the maximum number of retries in call_bind_status
Dai Ngo
2
-4
/
+0
[next]