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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-16
dccp: CVE-2017-8824: use-after-free in DCCP code
Mohamed Ghannam
1
-0
/
+5
2018-02-13
soreuseport: fix mem leak in reuseport_add_sock()
Eric Dumazet
1
-15
/
+20
2018-02-13
ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
Martin KaFai Lau
1
-4
/
+7
2018-02-13
tcp_bbr: fix pacing_gain to always be unity when using lt_bw
Neal Cardwell
1
-3
/
+3
2018-02-13
net: ipv6: send unsolicited NA after DAD
David Ahern
2
-4
/
+31
2018-02-13
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
2
-5
/
+1
2018-02-13
tcp: release sk_frag.page in tcp_disconnect
Li RongQing
1
-0
/
+6
2018-02-13
net: igmp: add a missing rcu locking section
Eric Dumazet
1
-0
/
+4
2018-02-13
ip6mr: fix stale iterator
Nikolay Aleksandrov
1
-0
/
+1
2018-02-07
nl80211: Sanitize array index in parse_txq_params
Dan Williams
1
-3
/
+6
2018-02-03
SUNRPC: Allow connect to return EHOSTUNREACH
Trond Myklebust
1
-0
/
+1
2018-02-03
sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
Xin Long
1
-1
/
+1
2018-02-03
sctp: avoid flushing unsent queue when doing asoc reset
Xin Long
1
-7
/
+14
2018-02-03
sctp: only allow the asoc reset when the asoc outq is empty
Xin Long
1
-0
/
+9
2018-02-03
mac80211: fix the update of path metric for RANN frame
Chun-Yeow Yeoh
1
-6
/
+9
2018-02-03
mac80211: use QoS NDP for AP probing
Johannes Berg
2
-3
/
+28
2018-02-03
openvswitch: fix the incorrect flow action alloc size
zhangliping
1
-8
/
+8
2018-02-03
rxrpc: Fix service endpoint expiry
David Howells
5
-18
/
+45
2018-02-03
rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls
David Howells
3
-6
/
+17
2018-02-03
rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing
David Howells
1
-2
/
+3
2018-01-31
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+4
2018-01-31
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
3
-4
/
+17
2018-01-31
net: ipv4: Make "ip route get" match iif lo rules again.
Lorenzo Colitti
1
-0
/
+1
2018-01-31
tls: reset crypto_info when do_tls_setsockopt_tx fails
Sabrina Dubroca
1
-2
/
+2
2018-01-31
tls: return -EBUSY if crypto_info is already set
Sabrina Dubroca
1
-1
/
+3
2018-01-31
tls: fix sw_ctx leak
Sabrina Dubroca
1
-5
/
+7
2018-01-31
net/tls: Only attach to sockets in ESTABLISHED state
Ilya Lesokhin
1
-0
/
+9
2018-01-31
netlink: reset extack earlier in netlink_rcv_skb
Xin Long
1
-1
/
+1
2018-01-31
netlink: extack needs to be reset each time through loop
David Ahern
1
-1
/
+2
2018-01-31
sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
Xin Long
1
-2
/
+8
2018-01-31
flow_dissector: properly cap thoff field
Eric Dumazet
1
-2
/
+1
2018-01-31
gso: validate gso_type in GSO handlers
Willem de Bruijn
7
-0
/
+21
2018-01-31
ip6_gre: init dev->mtu and dev->hard_header_len correctly
Alexey Kodanev
1
-7
/
+7
2018-01-31
tipc: fix a memory leak in tipc_nl_node_get_link()
Cong Wang
1
-12
/
+14
2018-01-31
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
Xin Long
1
-10
/
+6
2018-01-31
sctp: do not allow the v4 socket to bind a v4mapped v6 address
Xin Long
1
-8
/
+6
2018-01-31
net/tls: Fix inverted error codes to avoid endless loop
r.hering@avm.de
1
-2
/
+2
2018-01-31
net: tcp: close sock if net namespace is exiting
Dan Streetman
2
-0
/
+18
2018-01-31
net: qdisc_pkt_len_init() should be more robust
Eric Dumazet
1
-4
/
+15
2018-01-31
net: igmp: fix source address check for IGMPv3 reports
Felix Fietkau
1
-1
/
+1
2018-01-31
ipv6: ip6_make_skb() needs to clear cork.base.dst
Eric Dumazet
1
-0
/
+1
2018-01-31
ipv6: fix udpv6 sendmsg crash caused by too small MTU
Mike Maloney
1
-2
/
+4
2018-01-31
ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
Ben Hutchings
2
-2
/
+2
2018-01-31
dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
Alexey Kodanev
1
-0
/
+3
2018-01-31
ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
Jim Westfall
1
-1
/
+6
2018-01-31
net: Allow neigh contructor functions ability to modify the primary_key
Jim Westfall
1
-2
/
+2
2018-01-31
xfrm: Fix a race in the xdst pcpu cache.
Steffen Klassert
1
-1
/
+7
2018-01-31
netfilter: xt_osf: Add missing permission checks
Kevin Cernekee
1
-0
/
+7
2018-01-31
netfilter: nfnetlink_cthelper: Add missing permission checks
Kevin Cernekee
1
-0
/
+10
2018-01-23
can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once
Marc Kleine-Budde
1
-11
/
+7
[next]