index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
packet: fix bitfield update race
Willem de Bruijn
2018-04-24
2
-21
/
+49
*
l2tp: check sockaddr length in pppol2tp_connect()
Guillaume Nault
2018-04-23
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-04-23
10
-171
/
+200
|
\
|
*
netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2
Pablo Neira Ayuso
2018-04-19
1
-16
/
+22
|
*
netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
Taehee Yoo
2018-04-19
1
-1
/
+1
|
*
netfilter: nf_tables: NAT chain and extensions require NF_TABLES
Pablo Neira Ayuso
2018-04-19
1
-27
/
+28
|
*
netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()
Stephen Rothwell
2018-04-17
1
-0
/
+1
|
*
netfilter: nf_tables: free set name in error path
Florian Westphal
2018-04-16
1
-3
/
+5
|
*
netfilter: nf_tables: can't fail after linking rule into active rule list
Florian Westphal
2018-04-16
1
-27
/
+32
|
*
netfilter: fix CONFIG_NF_REJECT_IPV6=m link error
Arnd Bergmann
2018-04-16
1
-0
/
+1
|
*
netfilter: conntrack: silent a memory leak warning
Cong Wang
2018-04-16
1
-0
/
+1
|
*
netfilter: xt_connmark: Add bit mapping for bit-shift operation.
Jack Ma
2018-04-11
1
-8
/
+11
|
*
netfilter: ebtables: don't attempt to allocate 0-sized compat array
Florian Westphal
2018-04-09
1
-5
/
+6
|
*
ipvs: fix rtnl_lock lockups caused by start_sync_thread
Julian Anastasov
2018-04-09
2
-83
/
+80
|
*
netfilter: nf_conntrack_sip: allow duplicate SDP expectations
Florian Westphal
2018-04-09
2
-5
/
+16
*
|
ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
Eric Dumazet
2018-04-23
1
-0
/
+2
*
|
tcp: don't read out-of-bounds opsize
Jann Horn
2018-04-23
1
-5
/
+2
*
|
net: sched: ife: check on metadata length
Alexander Aring
2018-04-22
1
-0
/
+3
*
|
net: sched: ife: handle malformed tlv length
Alexander Aring
2018-04-22
2
-3
/
+39
*
|
net: sched: ife: signal not finding metaid
Alexander Aring
2018-04-22
1
-1
/
+1
*
|
strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
Doron Roberts-Kedes
2018-04-22
1
-1
/
+1
*
|
ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
Ahmed Abdelsalam
2018-04-22
1
-1
/
+1
*
|
llc: fix NULL pointer deref for SOCK_ZAPPED
Cong Wang
2018-04-22
1
-9
/
+12
*
|
llc: delete timers synchronously in llc_sk_free()
Cong Wang
2018-04-22
2
-9
/
+22
*
|
l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
Guillaume Nault
2018-04-22
2
-2
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-04-20
28
-138
/
+218
|
\
\
|
*
|
net/smc: fix shutdown in state SMC_LISTEN
Ursula Braun
2018-04-19
1
-6
/
+4
|
*
|
llc: hold llc_sap before release_sock()
Cong Wang
2018-04-19
1
-0
/
+7
|
*
|
net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"
Colin Ian King
2018-04-19
1
-1
/
+1
|
*
|
net: change the comment of dev_mc_init
sunlianwen
2018-04-19
1
-1
/
+1
|
*
|
tipc: fix infinite loop when dumping link monitor summary
Tung Nguyen
2018-04-18
2
-8
/
+5
|
*
|
tipc: fix use-after-free in tipc_nametbl_stop
Jon Maloy
2018-04-18
1
-12
/
+17
|
*
|
KEYS: DNS: limit the length of option strings
Eric Biggers
2018-04-17
1
-7
/
+5
|
*
|
vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
Toshiaki Makita
2018-04-17
1
-1
/
+1
|
*
|
net: qrtr: add MODULE_ALIAS_NETPROTO macro
Nicolas Dechesne
2018-04-17
1
-0
/
+1
|
*
|
VSOCK: make af_vsock.ko removable again
Stefan Hajnoczi
2018-04-17
1
-0
/
+6
|
*
|
tipc: fix possible crash in __tipc_nl_net_set()
Eric Dumazet
2018-04-16
2
-0
/
+4
|
*
|
tipc: add policy for TIPC_NLA_NET_ADDR
Eric Dumazet
2018-04-16
1
-1
/
+2
|
*
|
net: Fix one possible memleak in ip_setup_cork
Gao Feng
2018-04-16
1
-3
/
+5
|
*
|
net: af_packet: fix race in PACKET_{R|T}X_RING
Eric Dumazet
2018-04-16
1
-9
/
+14
|
*
|
tcp: clear tp->packets_out when purging write queue
Soheil Hassas Yeganeh
2018-04-16
1
-1
/
+1
|
*
|
l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
Guillaume Nault
2018-04-13
3
-23
/
+13
|
*
|
l2tp: hold reference on tunnels printed in pppol2tp proc file
Guillaume Nault
2018-04-13
1
-7
/
+17
|
*
|
l2tp: hold reference on tunnels in netlink dumps
Guillaume Nault
2018-04-13
3
-3
/
+30
|
*
|
net: fix deadlock while clearing neighbor proxy table
Wolfgang Bumiller
2018-04-12
1
-10
/
+18
|
*
|
sctp: do not check port in sctp_inet6_cmp_addr
Xin Long
2018-04-12
1
-30
/
+30
|
*
|
tipc: fix missing initializer in tipc_sendmsg()
Jon Maloy
2018-04-12
1
-1
/
+3
|
*
|
strparser: Fix incorrect strp->need_bytes value.
Doron Roberts-Kedes
2018-04-12
1
-4
/
+3
|
*
|
net: validate attribute sizes in neigh_dump_table()
Eric Dumazet
2018-04-12
1
-4
/
+8
|
*
|
tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
Eric Dumazet
2018-04-12
1
-2
/
+4
[next]