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
2018-05-30
netlabel: If PF_INET6, check sk_buff ip header version
Richard Haines
1
-0
/
+10
2018-05-30
net/smc: pay attention to MAX_ORDER for CQ entries
Ursula Braun
2
-2
/
+9
2018-05-30
rxrpc: Don't treat call aborts as conn aborts
David Howells
1
-6
/
+9
2018-05-30
rxrpc: Fix Tx ring annotation after initial Tx failure
David Howells
1
-1
/
+3
2018-05-30
rxrpc: Fix resend event time calculation
Marc Dionne
1
-1
/
+1
2018-05-25
cfg80211: limit wiphy names to 128 bytes
Johannes Berg
1
-0
/
+3
2018-05-25
net: ip6_gre: fix tunnel metadata device sharing.
William Tu
1
-22
/
+79
2018-05-25
net: ip6_gre: Fix ip6erspan hlen calculation
Petr Machata
1
-9
/
+65
2018-05-25
net: ip6_gre: Split up ip6gre_changelink()
Petr Machata
1
-9
/
+24
2018-05-25
net: ip6_gre: Split up ip6gre_newlink()
Petr Machata
1
-6
/
+18
2018-05-25
net: ip6_gre: Split up ip6gre_tnl_change()
Petr Machata
1
-2
/
+8
2018-05-25
net: ip6_gre: Split up ip6gre_tnl_link_config()
Petr Machata
1
-12
/
+26
2018-05-25
net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()
Petr Machata
1
-1
/
+1
2018-05-25
net: ip6_gre: Request headroom in __gre6_xmit()
Petr Machata
1
-0
/
+3
2018-05-25
net: dsa: Do not register devlink for unused ports
Florian Fainelli
1
-3
/
+6
2018-05-25
tcp: purge write queue in tcp_connect_init()
Eric Dumazet
1
-2
/
+5
2018-05-25
sock_diag: fix use-after-free read in __sk_free
Eric Dumazet
1
-1
/
+1
2018-05-25
packet: in packet_snd start writing at link layer allocation
Willem de Bruijn
1
-1
/
+3
2018-05-25
net: test tailroom before appending to linear skb
Willem de Bruijn
2
-2
/
+4
2018-05-25
net/smc: check for missing nlattrs in SMC_PNETID messages
Eric Biggers
1
-31
/
+40
2018-05-25
net: sched: red: avoid hashing NULL child
Paolo Abeni
2
-4
/
+6
2018-05-25
net/sched: fix refcnt leak in the error path of tcf_vlan_init()
Davide Caratti
1
-0
/
+2
2018-05-25
net: Fix a bug in removing queues from XPS map
Amritha Nambiar
1
-1
/
+1
2018-05-22
netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be static
kbuild test robot
1
-4
/
+4
2018-05-22
netfilter: nf_tables: can't fail after linking rule into active rule list
Florian Westphal
1
-27
/
+32
2018-05-22
netfilter: nf_tables: free set name in error path
Florian Westphal
1
-3
/
+5
2018-05-19
net/smc: keep clcsock reference in smc_tcp_listen_work()
Ursula Braun
1
-4
/
+0
2018-05-19
ipv4: reset fnhe_mtu_locked after cache route flushed
Hangbin Liu
1
-0
/
+1
2018-05-19
tipc: fix one byte leak in tipc_sk_set_orig_addr()
Eric Dumazet
1
-1
/
+2
2018-05-19
tcp: restore autocorking
Eric Dumazet
1
-1
/
+1
2018-05-19
sctp: clear the new asoc's stream outcnt in sctp_stream_update
Xin Long
1
-0
/
+2
2018-05-19
udp: fix SO_BINDTODEVICE
Paolo Abeni
2
-4
/
+4
2018-05-19
nsh: fix infinite loop
Eric Dumazet
1
-0
/
+4
2018-05-19
ipv6: fix uninit-value in ip6_multipath_l3_keys()
Eric Dumazet
1
-1
/
+6
2018-05-19
net: sched: fix error path in tcf_proto_create() when modules are not configured
Jiri Pirko
1
-1
/
+1
2018-05-19
tcp: ignore Fast Open on repair mode
Yuchung Cheng
1
-1
/
+2
2018-05-19
tcp_bbr: fix to zero idle_restart only upon S/ACKed data
Neal Cardwell
1
-1
/
+3
2018-05-19
sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
Xin Long
1
-1
/
+1
2018-05-19
sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsg
Xin Long
1
-1
/
+0
2018-05-19
sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
Xin Long
1
-0
/
+3
2018-05-19
sctp: fix the issue that the cookie-ack with auth can't get processed
Xin Long
1
-1
/
+1
2018-05-19
sctp: delay the authentication for the duplicated cookie-echo chunk
Xin Long
2
-41
/
+75
2018-05-19
rds: do not leak kernel memory to user land
Eric Dumazet
1
-0
/
+1
2018-05-19
openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
Stefano Brivio
1
-6
/
+3
2018-05-19
net/tls: Fix connection stall on partial tls record
Andre Tomt
1
-0
/
+1
2018-05-19
net/tls: Don't recursively call push_record during tls_write_space callbacks
Dave Watson
1
-0
/
+7
2018-05-19
net: support compat 64-bit time in {s,g}etsockopt
Lance Richardson
1
-2
/
+4
2018-05-19
net/smc: restrict non-blocking connect finish
Ursula Braun
1
-6
/
+8
2018-05-19
net_sched: fq: take care of throttled flows before reuse
Eric Dumazet
1
-12
/
+25
2018-05-19
net sched actions: fix refcnt leak in skbmod
Roman Mashak
1
-1
/
+4
[next]