index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-13
tcp: pause Fast Open globally after third consecutive timeout
Yuchung Cheng
1
-3
/
+2
2017-12-13
net: sk_pacing_shift_update() helper
Eric Dumazet
1
-0
/
+11
2017-12-13
tcp/dccp: avoid one atomic operation for timewait hashdance
Eric Dumazet
1
-2
/
+2
2017-12-13
net_sched: switch to exit_batch for action pernet ops
Cong Wang
1
-3
/
+10
2017-12-11
sctp: add support for the process of unordered idata
Xin Long
2
-1
/
+14
2017-12-11
sctp: implement abort_pd for sctp_stream_interleave
Xin Long
2
-1
/
+3
2017-12-11
sctp: implement start_pd for sctp_stream_interleave
Xin Long
1
-0
/
+1
2017-12-11
sctp: implement renege_events for sctp_stream_interleave
Xin Long
2
-6
/
+5
2017-12-11
sctp: implement enqueue_event for sctp_stream_interleave
Xin Long
1
-0
/
+2
2017-12-11
sctp: implement ulpevent_data for sctp_stream_interleave
Xin Long
3
-3
/
+22
2017-12-11
sctp: implement validate_data for sctp_stream_interleave
Xin Long
3
-1
/
+12
2017-12-11
sctp: implement assign_number for sctp_stream_interleave
Xin Long
5
-8
/
+26
2017-12-11
sctp: implement make_datafrag for sctp_stream_interleave
Xin Long
3
-3
/
+58
2017-12-11
sctp: add basic structures and make chunk function for idata
Xin Long
2
-0
/
+3
2017-12-11
sctp: add stream interleave enable members and sockopt
Xin Long
2
-1
/
+6
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
1
-1
/
+1
2017-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+14
2017-12-08
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
John Fastabend
1
-0
/
+3
2017-12-08
net: sched: helpers to sum qlen and qlen for per cpu logic
John Fastabend
1
-0
/
+20
2017-12-08
net: sched: use skb list for skb_bad_tx
John Fastabend
1
-1
/
+1
2017-12-08
net: sched: explicit locking in gso_cpu fallback
John Fastabend
1
-8
/
+12
2017-12-08
net: sched: a dflt qdisc may be used with per cpu stats
John Fastabend
1
-0
/
+1
2017-12-08
net: sched: provide per cpu qstat helpers
John Fastabend
1
-0
/
+35
2017-12-08
net: sched: remove remaining uses for qdisc_qlen in xmit path
John Fastabend
1
-3
/
+3
2017-12-08
net: sched: allow qdiscs to handle locking
John Fastabend
1
-0
/
+1
2017-12-08
net: sched: cleanup qdisc_run and __qdisc_run semantics
John Fastabend
1
-1
/
+3
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+4
2017-12-08
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
1
-1
/
+1
2017-12-07
net: dsa: Allow compiling out legacy support
Florian Fainelli
1
-0
/
+11
2017-12-06
act_mirred: get rid of tcfm_ifindex from struct tcf_mirred
Cong Wang
1
-4
/
+2
2017-12-06
net_sched: remove unused parameter from act cleanup ops
Cong Wang
1
-1
/
+1
2017-12-06
net: remove hlist_nulls_add_tail_rcu()
Eric Dumazet
1
-5
/
+1
2017-12-06
net: dsa: return per-port upstream port
Vivien Didelot
1
-3
/
+6
2017-12-05
net: sched: sch_api: fix code style issues
Alexander Aring
1
-4
/
+6
2017-12-05
net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
Cong Wang
1
-1
/
+0
2017-12-05
net_sched: red: Avoid illegal values
Nogah Frankel
1
-0
/
+11
2017-12-05
net_sched: red: Avoid devision by zero
Nogah Frankel
1
-1
/
+1
2017-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-4
/
+3
2017-12-05
bpf: Add access to snd_cwnd and others in sock_ops
Lawrence Brakmo
1
-2
/
+4
2017-12-04
rtnetlink: ipv6: convert remaining users to rtnl_register_module
Florian Westphal
1
-1
/
+1
2017-12-04
rtnetlink: remove __rtnl_register
Florian Westphal
1
-2
/
+0
2017-12-04
rtnetlink: get reference on module before invoking handlers
Florian Westphal
1
-0
/
+2
2017-12-03
tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()
David Ahern
1
-2
/
+1
2017-12-03
inet: Add a 2nd listener hashtable (port+addr)
Martin KaFai Lau
2
-6
/
+24
2017-12-03
udp: Move udp[46]_portaddr_hash() to net/ip[v6].h
Martin KaFai Lau
2
-0
/
+26
2017-12-03
inet: Add a count to struct inet_listen_hashbucket
Martin KaFai Lau
1
-0
/
+1
2017-12-03
net: dsa: introduce dsa_towards_port helper
Vivien Didelot
1
-10
/
+13
2017-12-03
net: dsa: remove trans argument from mdb ops
Vivien Didelot
1
-6
/
+4
2017-12-03
net: dsa: remove trans argument from vlan ops
Vivien Didelot
1
-6
/
+4
2017-12-01
ip6_gre: Add ERSPAN native tunnel support
William Tu
1
-0
/
+1
[next]