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
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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-10
net: check before dereferencing netdev_ops during busy poll
Josh Elsasser
1
-1
/
+1
2019-07-10
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
1
-0
/
+3
2019-06-22
Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...
Greg Kroah-Hartman
1
-3
/
+0
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-11
ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled
David Ahern
1
-0
/
+8
2019-05-16
ipv6: fix a potential deadlock in do_ipv6_setsockopt()
WANG Cong
1
-0
/
+1
2019-05-16
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
1
-0
/
+3
2019-04-27
netns: provide pure entropy for net_hash_mix()
Eric Dumazet
2
-13
/
+3
2019-04-27
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-04-03
tcp/dccp: drop SYN packets if accept queue is full
Eric Dumazet
1
-5
/
+0
2019-03-23
phonet: fix building with clang
Arnd Bergmann
1
-2
/
+3
2019-03-23
gro_cells: make sure device is up in gro_cells_receive()
Eric Dumazet
1
-2
/
+10
2019-03-23
net: avoid use IPCB in cipso_v4_error
Nazarov Sergey
1
-0
/
+2
2019-03-23
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
net: ipv4: use a dedicated counter for icmp_v4 redirect packets
Lorenzo Bianconi
1
-0
/
+1
2019-02-23
tcp: clear icsk_backoff in tcp_write_queue_purge()
Eric Dumazet
1
-0
/
+1
2019-02-08
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
1
-0
/
+6
2019-02-08
ip: use rb trees for IP frag queue.
Peter Oskolkov
1
-1
/
+2
2019-02-08
inet: frags: reorganize struct netns_frags
Eric Dumazet
1
-4
/
+5
2019-02-08
inet: frags: break the 2GB limit for frags storage
Eric Dumazet
1
-10
/
+10
2019-02-08
inet: frags: remove inet_frag_maybe_warn_overflow()
Eric Dumazet
1
-2
/
+0
2019-02-08
inet: frags: get rif of inet_frag_evicting()
Eric Dumazet
1
-5
/
+0
2019-02-08
inet: frags: remove some helpers
Eric Dumazet
3
-13
/
+0
2019-02-08
inet: frags: use rhashtables for reassembly units
Eric Dumazet
2
-59
/
+38
2019-02-08
inet: frags: add a pointer to struct netns_frags
Eric Dumazet
2
-7
/
+7
2019-02-08
inet: frags: change inet_frags_init_net() return value
Eric Dumazet
1
-1
/
+2
2019-02-06
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
1
-1
/
+1
2019-01-13
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
1
-2
/
+34
2019-01-13
gro_cell: add napi_disable in gro_cells_destroy
Lorenzo Bianconi
1
-0
/
+1
2018-12-17
neighbour: Avoid writing before skb->head in neigh_hh_output()
Stefano Brivio
1
-5
/
+23
2018-11-10
ipv6: suppress sparse warnings in IP6_ECN_set_ce()
Johannes Berg
1
-1
/
+2
2018-10-20
net: ipv4: update fnhe_pmtu when first hop's MTU changes
Sabrina Dubroca
1
-0
/
+1
2018-10-20
bonding: avoid possible dead-lock
Mahesh Bandewar
1
-6
/
+1
2018-10-13
tcp: use an RB tree for ooo receive queue
Yaogong Wang
1
-1
/
+1
2018-10-13
tcp: increment sk_drops for dropped rx packets
Eric Dumazet
1
-0
/
+7
2018-09-29
NFC: Fix the number of pipes
Suren Baghdasaryan
1
-1
/
+1
2018-08-24
tcp: remove DELAYED ACK events in DCTCP
Yuchung Cheng
1
-2
/
+0
2018-08-24
netfilter: ipv6: nf_defrag: reduce struct net memory waste
Eric Dumazet
2
-1
/
+1
2018-08-22
vsock: split dwork to avoid reinitializations
Cong Wang
1
-2
/
+2
2018-08-22
llc: use refcount_inc_not_zero() for llc_sap_find()
Cong Wang
1
-0
/
+5
2018-08-06
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
Eric Dumazet
1
-1
/
+1
2018-07-28
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
1
-0
/
+1
2018-07-28
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
1
-0
/
+1
2018-07-25
ipv6: fix useless rol32 call on hash
Colin Ian King
1
-1
/
+1
2018-07-03
Bluetooth: Fix connection if directed advertising and privacy is used
Szymon Janc
1
-1
/
+1
2018-05-30
llc: properly handle dev_queue_xmit() return value
Cong Wang
1
-1
/
+1
[next]