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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-12
net: prevent load/store tearing on sk->sk_stamp
Eric Dumazet
1
-2
/
+2
2019-11-12
ipvs: move old_secure_tcp into struct netns_ipvs
Eric Dumazet
1
-0
/
+1
2019-11-12
netfilter: nf_tables: Align nft_expr private data to 64-bit
Lukas Wunner
1
-1
/
+2
2019-11-12
net: fix data-race in neigh_event_send()
Eric Dumazet
1
-2
/
+2
2019-11-12
bonding: fix state transition issue in link monitoring
Jay Vosburgh
1
-2
/
+1
2019-11-10
net/flow_dissector: switch to siphash
Eric Dumazet
3
-4
/
+5
2019-11-10
net: fix sk_page_frag() recursion from memory reclaim
Tejun Heo
1
-3
/
+8
2019-11-10
net: annotate lockless accesses to sk->sk_napi_id
Eric Dumazet
1
-3
/
+3
2019-11-10
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
1
-2
/
+2
2019-11-06
sctp: fix the issue that flags are ignored when using kernel_connect
Xin Long
1
-0
/
+2
2019-11-06
sch_netem: fix rcu splat in netem_enqueue()
Eric Dumazet
1
-0
/
+5
2019-11-06
llc: fix sk_buff leak in llc_conn_service()
Eric Biggers
1
-1
/
+1
2019-09-16
ip6: fix skb leak in ip6frag_expire_frag_queue()
Eric Dumazet
1
-1
/
+0
2019-09-16
xfrm: clean up xfrm protocol checks
Cong Wang
1
-0
/
+17
2019-09-10
net: sched: act_sample: fix psample group handling on overwrite
Vlad Buslov
1
-0
/
+1
2019-09-10
net_sched: fix a NULL pointer deref in ipt action
Cong Wang
1
-1
/
+3
2019-09-06
tcp: fix tcp_rtx_queue_tail in case of empty retransmit queue
Tim Froidcoeur
1
-0
/
+4
2019-08-25
xfrm: policy: remove pcpu policy cache
Florian Westphal
1
-1
/
+0
2019-08-25
Revert "tcp: Clear sk_send_head after purging the write queue"
Sasha Levin
1
-3
/
+0
2019-08-16
tcp: Clear sk_send_head after purging the write queue
Ben Hutchings
1
-0
/
+3
2019-08-09
tcp: be more careful in tcp_fragment()
Eric Dumazet
1
-0
/
+17
2019-08-04
VSOCK: use TCP state constants for sk_state
Stefan Hajnoczi
1
-3
/
+0
2019-07-31
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
1
-1
/
+2
2019-07-31
net: make skb_dst_force return true when dst is refcounted
Florian Westphal
1
-1
/
+4
2019-07-31
ipvs: fix tinfo memory leak in start_sync_thread
Julian Anastasov
1
-2
/
+4
2019-07-21
ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
Xin Long
1
-3
/
+6
2019-06-25
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
1
-0
/
+3
2019-06-17
tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
1
-0
/
+1
2019-06-17
tcp: limit payload size of sacked skbs
Eric Dumazet
1
-0
/
+2
2019-06-15
Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...
Greg Kroah-Hartman
1
-3
/
+0
2019-06-11
ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled
David Ahern
1
-0
/
+8
2019-06-11
ipv6: fix the check before getting the cookie in rt6_get_cookie
Xin Long
1
-2
/
+1
2019-06-09
inet: switch IP ID generator to siphash
Eric Dumazet
1
-0
/
+2
2019-05-16
nfc: nci: Potential off by one in ->pipes[] array
Dan Carpenter
1
-1
/
+1
2019-05-16
netfilter: ctnetlink: don't use conntrack/expect object addresses as id
Florian Westphal
1
-0
/
+2
2019-05-10
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
1
-0
/
+3
2019-05-08
caif: reduce stack size with KASAN
Arnd Bergmann
1
-0
/
+27
2019-05-08
sctp: avoid running the sctp state machine recursively
Xin Long
1
-1
/
+0
2019-05-04
net/sched: don't dereference a->goto_chain to read the chain index
Davide Caratti
1
-1
/
+1
2019-04-27
net: IP6 defrag: use rbtrees for IPv6 defrag
Peter Oskolkov
1
-2
/
+9
2019-04-27
ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module
Florian Westphal
2
-29
/
+104
2019-04-27
net: IP defrag: encapsulate rbtree defrag code into callable functions
Peter Oskolkov
1
-2
/
+14
2019-04-17
netns: provide pure entropy for net_hash_mix()
Eric Dumazet
2
-13
/
+3
2019-04-17
vrf: check accept_source_route on the original netdevice
Stephen Suryaputra
1
-1
/
+1
2019-04-05
netfilter: physdev: relax br_netfilter dependency
Florian Westphal
1
-1
/
+0
2019-04-03
sctp: get sctphdr by offset in sctp_compute_cksum
Xin Long
1
-1
/
+1
2019-04-03
packets: Always register packet sk in the same order
Maxime Chevallier
1
-0
/
+6
2019-03-23
phonet: fix building with clang
Arnd Bergmann
1
-2
/
+3
2019-03-13
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
1
-1
/
+1
2019-03-13
net: avoid use IPCB in cipso_v4_error
Nazarov Sergey
1
-0
/
+2
[next]