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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2019-04-03
ila: Fix rhashtable walker list corruption
Herbert Xu
1
-0
/
+1
2019-04-03
tipc: fix cancellation of topology subscriptions
Erik Hugne
1
-0
/
+1
2019-04-03
tipc: change to check tipc_own_id to return in tipc_net_stop
Xin Long
1
-4
/
+1
2019-04-03
tipc: allow service ranges to be connect()'ed on RDM/DGRAM
Erik Hugne
1
-5
/
+15
2019-04-03
tcp: do not use ipv6 header for ipv4 flow
Eric Dumazet
1
-4
/
+4
2019-04-03
sctp: use memdup_user instead of vmemdup_user
Xin Long
1
-6
/
+6
2019-04-03
packets: Always register packet sk in the same order
Maxime Chevallier
1
-1
/
+1
2019-04-03
net-sysfs: call dev_hold if kobject_init_and_add success
YueHaibing
1
-2
/
+4
2019-04-03
net: rose: fix a possible stack overflow
Eric Dumazet
1
-9
/
+12
2019-04-03
net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
Christoph Paasch
1
-1
/
+1
2019-04-03
net: datagram: fix unbounded loop in __skb_try_recv_datagram()
Paolo Abeni
1
-1
/
+1
2019-04-03
ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
Xin Long
1
-8
/
+10
2019-04-03
genetlink: Fix a memory leak on error path
YueHaibing
1
-1
/
+2
2019-04-03
dccp: do not use ipv6 header for ipv4 flow
Eric Dumazet
1
-2
/
+2
2019-04-03
netfilter: nf_tables: fix set double-free in abort path
Pablo Neira Ayuso
1
-6
/
+11
2019-04-03
Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
Marcel Holtmann
1
-0
/
+6
2019-04-03
Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
Marcel Holtmann
1
-31
/
+46
2019-03-27
netfilter: ebtables: remove BUGPRINT messages
Florian Westphal
1
-92
/
+39
2019-03-27
Bluetooth: Fix decrementing reference count twice in releasing socket
Myungho Jung
1
-2
/
+1
2019-03-27
libceph: wait for latest osdmap in ceph_monc_blacklist_add()
Ilya Dryomov
2
-1
/
+26
2019-03-23
SUNRPC: Respect RPC call timeouts when retrying transmission
Trond Myklebust
1
-18
/
+24
2019-03-23
SUNRPC: Fix up RPC back channel transmission
Trond Myklebust
1
-28
/
+33
2019-03-23
SUNRPC: Prevent thundering herd when the socket is not connected
Trond Myklebust
1
-4
/
+17
2019-03-23
svcrpc: fix UDP on servers with lots of threads
J. Bruce Fields
1
-10
/
+10
2019-03-23
9p/net: fix memory leak in p9_client_create
zhengbin
1
-1
/
+1
2019-03-19
net: sched: flower: insert new filter to idr after setting its mask
Vlad Buslov
1
-21
/
+22
2019-03-19
vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
Adalbert Lazăr
1
-7
/
+15
2019-03-19
tcp: handle inet_csk_reqsk_queue_add() failures
Guillaume Nault
2
-2
/
+13
2019-03-19
tcp: Don't access TCP_SKB_CB before initializing it
Christoph Paasch
1
-8
/
+1
2019-03-19
tcp: do not report TCP_CM_INQ of 0 for closed connections
Soheil Hassas Yeganeh
1
-0
/
+5
2019-03-19
sctp: remove sched init from sctp_stream_init
Xin Long
1
-2
/
+0
2019-03-19
rxrpc: Fix client call queueing, waiting for channel
David Howells
1
-2
/
+2
2019-03-19
route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
Xin Long
1
-0
/
+4
2019-03-19
net/x25: reset state in x25_connect()
Eric Dumazet
1
-0
/
+1
2019-03-19
net/x25: fix use-after-free in x25_device_event()
Eric Dumazet
1
-1
/
+5
2019-03-19
net: sit: fix UBSAN Undefined behaviour in check_6rd
Miaohe Lin
1
-2
/
+3
2019-03-19
net/hsr: fix possible crash in add_timer()
Eric Dumazet
1
-8
/
+6
2019-03-19
net: hsr: fix memory leak in hsr_dev_finalize()
Mao Wenan
3
-1
/
+16
2019-03-19
l2tp: fix infoleak in l2tp_ip6_recvmsg()
Eric Dumazet
1
-3
/
+1
2019-03-19
ipv4/route: fail early when inet dev is missing
Paolo Abeni
1
-4
/
+5
2019-03-19
gro_cells: make sure device is up in gro_cells_receive()
Eric Dumazet
1
-4
/
+18
2019-03-19
fou, fou6: avoid uninit-value in gue_err() and gue6_err()
Eric Dumazet
2
-4
/
+4
2019-03-13
bpf: Stop the psock parser before canceling its work
Jakub Sitnicki
1
-0
/
+1
2019-03-10
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
4
-6
/
+16
2019-03-10
tipc: fix RDM/DGRAM connect() regression
Erik Hugne
1
-1
/
+1
2019-03-10
sctp: call iov_iter_revert() after sending ABORT
Xin Long
1
-0
/
+1
2019-03-10
net-sysfs: Fix mem leak in netdev_register_kobject
YueHaibing
1
-0
/
+3
2019-03-10
net: sched: put back q.qlen into a single location
Eric Dumazet
2
-9
/
+6
2019-03-10
ip6mr: Do not call __IP6_INC_STATS() from preemptible context
Ido Schimmel
1
-4
/
+4
2019-03-02
net: sit: fix memory leak in sit_init_net()
Mao Wenan
1
-0
/
+1
[next]