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
*
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
2018-06-29
4
-2
/
+11
*
net/sched: act_tunnel_key: add extended ack support
Simon Horman
2018-06-29
1
-6
/
+21
*
net/sched: act_tunnel_key: disambiguate metadata dst error cases
Simon Horman
2018-06-29
1
-1
/
+4
*
sctp: add support for SCTP_REUSE_PORT sockopt
Xin Long
2018-06-29
1
-7
/
+55
*
ila: Flush netlink command to clear xlat table
Tom Herbert
2018-06-29
3
-2
/
+67
*
ila: Create main ila source file
Tom Herbert
2018-06-29
5
-147
/
+168
*
ila: Call library function alloc_bucket_locks
Tom Herbert
2018-06-29
1
-18
/
+5
*
ila: Fix use of rhashtable walk in ila_xlat.c
Tom Herbert
2018-06-29
1
-16
/
+54
*
skbuff: preserve sock reference when scrubbing the skb.
Flavio Leitner
2018-06-28
1
-1
/
+0
*
netfilter: check if the socket netns is correct.
Flavio Leitner
2018-06-28
11
-20
/
+42
*
net sched actions: avoid bitwise operation on signed value in pedit
Roman Mashak
2018-06-28
1
-1
/
+1
*
net sched actions: fix misleading text strings in pedit action
Roman Mashak
2018-06-28
1
-5
/
+5
*
net sched actions: use sizeof operator for buffer length
Roman Mashak
2018-06-28
1
-2
/
+2
*
net sched actions: fix sparse warning
Roman Mashak
2018-06-28
1
-3
/
+3
*
net sched actions: fix coding style in pedit action
Roman Mashak
2018-06-28
1
-13
/
+16
*
netem: slotting with non-uniform distribution
Yousuk Seung
2018-06-28
1
-24
/
+49
*
l2tp: define helper for parsing struct sockaddr_pppol2tp*
Guillaume Nault
2018-06-28
1
-70
/
+103
*
tcp: remove one indentation level in tcp_create_openreq_child
Eric Dumazet
2018-06-28
1
-110
/
+113
*
neighbour: force neigh_invalidate when NUD_FAILED update is from admin
Roopa Prabhu
2018-06-27
1
-1
/
+2
*
net/tls: Remove VLA usage on nonce
Kees Cook
2018-06-27
1
-2
/
+8
*
net: sched: call reoffload op on block callback reg
John Hurley
2018-06-26
1
-8
/
+46
*
net: sched: cls_bpf: implement offload tcf_proto_op
John Hurley
2018-06-26
1
-0
/
+39
*
net: sched: cls_u32: implement offload tcf_proto_op
John Hurley
2018-06-26
1
-0
/
+111
*
net: sched: cls_matchall: implement offload tcf_proto_op
John Hurley
2018-06-26
1
-0
/
+32
*
net: sched: cls_flower: implement offload tcf_proto_op
John Hurley
2018-06-26
1
-0
/
+44
*
net: sched: pass extack pointer to block binds and cb registration
John Hurley
2018-06-26
2
-10
/
+17
*
l2tp: make l2tp_xmit_core() return void
Guillaume Nault
2018-06-26
1
-4
/
+2
*
l2tp: avoid duplicate l2tp_pernet() calls
Guillaume Nault
2018-06-26
1
-2
/
+1
*
l2tp: don't export l2tp_tunnel_closeall()
Guillaume Nault
2018-06-26
2
-3
/
+1
*
l2tp: don't export l2tp_session_queue_purge()
Guillaume Nault
2018-06-26
2
-3
/
+1
*
l2tp: remove l2tp_tunnel_priv()
Guillaume Nault
2018-06-26
1
-7
/
+0
*
l2tp: remove .show from struct l2tp_tunnel
Guillaume Nault
2018-06-26
2
-6
/
+0
*
l2tp: remove pppol2tp_session_close()
Guillaume Nault
2018-06-26
1
-7
/
+0
*
tcp: add SNMP counter for zero-window drops
Yafang Shao
2018-06-26
2
-2
/
+7
*
net: Convert NAPI gro list into a small hash table.
David Miller
2018-06-26
1
-26
/
+79
*
net: Convert GRO SKB handling to list_head.
David Miller
2018-06-26
14
-103
/
+93
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-26
4
-15
/
+24
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-25
9
-32
/
+47
|
|
\
|
|
*
net_sched: remove a bogus warning in hfsc
Cong Wang
2018-06-23
1
-2
/
+2
|
|
*
net: dccp: switch rx_tstamp_last_feedback to monotonic clock
Eric Dumazet
2018-06-23
1
-4
/
+7
|
|
*
net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
Eric Dumazet
2018-06-23
1
-3
/
+2
|
|
*
ipv6: mcast: fix unsolicited report interval after receiving querys
Hangbin Liu
2018-06-23
1
-3
/
+6
|
*
|
Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2018-06-22
1
-3
/
+7
|
|
\
\
|
|
*
|
sunrpc: Prevent duplicate XID allocation
Chuck Lever
2018-06-19
1
-3
/
+7
*
|
|
|
tls: Removed unused variable
Vakul Garg
2018-06-24
1
-3
/
+0
*
|
|
|
net_sched: remove unused htb drop_list
Cong Wang
2018-06-24
1
-13
/
+0
*
|
|
|
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
2018-06-23
1
-1
/
+1
*
|
|
|
tcp_bbr: fix bbr pacing rate for internal pacing
Eric Dumazet
2018-06-22
2
-15
/
+5
*
|
|
|
tcp: ignore rcv_rtt sample with old ts ecr value
Wei Wang
2018-06-22
2
-3
/
+12
*
|
|
|
rhashtable: remove nulls_base and related code.
NeilBrown
2018-06-22
1
-2
/
+2
[next]