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-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
2019-03-13
net: Add __icmp_send helper.
Nazarov Sergey
1
-1
/
+8
2019-02-23
ax25: fix possible use-after-free
Eric Dumazet
1
-0
/
+12
2019-02-23
tcp: clear icsk_backoff in tcp_write_queue_purge()
Eric Dumazet
1
-0
/
+1
2019-02-23
net: ipv4: use a dedicated counter for icmp_v4 redirect packets
Lorenzo Bianconi
1
-0
/
+1
2019-02-06
ipvlan, l3mdev: fix broken l3s mode wrt local routes
Daniel Borkmann
1
-1
/
+2
2019-01-31
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
1
-1
/
+1
2019-01-09
netfilter: nf_conncount: Fix garbage collection with zones
Yi-Hung Wei
1
-1
/
+2
2019-01-09
netfilter: nf_conncount: expose connection list interface
Pablo Neira Ayuso
1
-0
/
+14
2019-01-09
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
1
-3
/
+35
2018-12-17
sctp: kfree_rcu asoc
Xin Long
1
-0
/
+2
2018-12-17
neighbour: Avoid writing before skb->head in neigh_hh_output()
Stefano Brivio
1
-5
/
+23
2018-12-05
tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.
Ilya Lesokhin
1
-1
/
+1
2018-12-05
tls: Add function to update the TLS socket configuration
Ilya Lesokhin
1
-0
/
+2
2018-12-01
tcp: do not release socket ownership in tcp_close()
Eric Dumazet
1
-0
/
+1
2018-10-18
inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
Eric Dumazet
1
-5
/
+0
2018-10-18
tcp/dccp: fix lockdep issue when SYN is backlogged
Eric Dumazet
1
-2
/
+1
2018-10-18
net: ipv4: update fnhe_pmtu when first hop's MTU changes
Sabrina Dubroca
1
-0
/
+1
2018-10-18
bonding: avoid possible dead-lock
Mahesh Bandewar
1
-6
/
+1
2018-09-29
NFC: Fix the number of pipes
Suren Baghdasaryan
1
-1
/
+1
2018-09-29
tls: zero the crypto information from tls_context before freeing
Sabrina Dubroca
1
-6
/
+8
2018-09-19
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
1
-0
/
+6
2018-09-19
net: sk_buff rbnode reorg
Eric Dumazet
1
-1
/
+2
2018-09-19
inet: frags: reorganize struct netns_frags
Eric Dumazet
1
-4
/
+5
2018-09-19
inet: frags: break the 2GB limit for frags storage
Eric Dumazet
1
-10
/
+10
2018-09-19
inet: frags: remove inet_frag_maybe_warn_overflow()
Eric Dumazet
1
-2
/
+0
2018-09-19
inet: frags: get rif of inet_frag_evicting()
Eric Dumazet
1
-5
/
+0
2018-09-19
inet: frags: remove some helpers
Eric Dumazet
3
-13
/
+0
2018-09-19
inet: frags: use rhashtables for reassembly units
Eric Dumazet
2
-59
/
+38
2018-09-19
inet: frags: Convert timers to use timer_setup()
Kees Cook
1
-1
/
+1
2018-09-19
inet: frags: add a pointer to struct netns_frags
Eric Dumazet
2
-7
/
+7
2018-09-19
inet: frags: change inet_frags_init_net() return value
Eric Dumazet
1
-1
/
+2
2018-09-15
tcp, ulp: add alias for all ulp modules
Daniel Borkmann
1
-0
/
+4
[next]