index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: restructure CDC message reception
Hans Wippel
2018-05-18
1
-25
/
+22
*
net/smc: move smc_core specific code from smc.h to smc_core
Hans Wippel
2018-05-18
3
-41
/
+39
*
net/smc: calculate write offset in RMB only once per connection
Hans Wippel
2018-05-18
3
-2
/
+6
*
net/smc: rename connection index to RMBE index
Hans Wippel
2018-05-18
5
-6
/
+6
*
net/smc: move link group list to smc_core
Hans Wippel
2018-05-18
4
-35
/
+42
*
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
2018-05-18
9
-35
/
+31
*
tcp: add tcp_comp_sack_nr sysctl
Eric Dumazet
2018-05-18
3
-1
/
+13
*
tcp: add tcp_comp_sack_delay_ns sysctl
Eric Dumazet
2018-05-18
3
-2
/
+10
*
tcp: add TCPAckCompressed SNMP counter
Eric Dumazet
2018-05-18
2
-0
/
+3
*
tcp: add SACK compression
Eric Dumazet
2018-05-18
4
-6
/
+62
*
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
2018-05-18
1
-2
/
+0
*
vlan: Add extack messages for link create
David Ahern
2018-05-17
3
-15
/
+44
*
net/ncsi: prevent a couple array underflows
Dan Carpenter
2018-05-17
1
-2
/
+3
*
net/smc: init conn.tx_work & conn.send_lock sooner
Eric Dumazet
2018-05-17
3
-3
/
+4
*
tcp: don't mark recently sent packets lost on RTO
Yuchung Cheng
2018-05-17
1
-4
/
+8
*
tcp: new helper tcp_rack_skb_timeout
Yuchung Cheng
2018-05-17
2
-7
/
+12
*
tcp: separate loss marking and state update on RTO
Yuchung Cheng
2018-05-17
1
-2
/
+2
*
tcp: new helper tcp_timeout_mark_lost
Yuchung Cheng
2018-05-17
1
-21
/
+29
*
tcp: account lost retransmit after timeout
Yuchung Cheng
2018-05-17
2
-17
/
+5
*
tcp: simpler NewReno implementation
Yuchung Cheng
2018-05-17
2
-8
/
+38
*
tcp: disable RFC6675 loss detection
Yuchung Cheng
2018-05-17
1
-4
/
+8
*
tcp: support DUPACK threshold in RACK
Yuchung Cheng
2018-05-17
1
-13
/
+27
*
pfifo_fast: drop unneeded additional lock on dequeue
Paolo Abeni
2018-05-17
1
-2
/
+2
*
sched: replace __QDISC_STATE_RUNNING bit with a spin lock
Paolo Abeni
2018-05-17
1
-0
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-17
7
-89
/
+552
|
\
|
*
bpf: sockmap, add hash map support
John Fastabend
2018-05-15
1
-0
/
+58
|
*
bpf: sockmap, refactor sockmap routines to work with hashmap
John Fastabend
2018-05-15
1
-23
/
+8
|
*
bpf: Provide helper to do forwarding lookups in kernel FIB table
David Ahern
2018-05-11
1
-0
/
+267
|
*
net/ipv6: Add fib lookup stubs for use in bpf helper
David Ahern
2018-05-11
2
-2
/
+37
|
*
net/ipv6: Update fib6 tracepoint to take fib6_info
David Ahern
2018-05-11
1
-8
/
+6
|
*
net/ipv6: Add fib6_lookup
David Ahern
2018-05-11
2
-2
/
+91
|
*
net/ipv6: Refactor fib6_rule_action
David Ahern
2018-05-11
1
-21
/
+31
|
*
net/ipv6: Extract table lookup from ip6_pol_route
David Ahern
2018-05-11
1
-14
/
+25
|
*
net/ipv6: Rename rt6_multipath_select
David Ahern
2018-05-11
1
-8
/
+9
|
*
net/ipv6: Rename fib6_lookup to fib6_node_lookup
David Ahern
2018-05-11
2
-10
/
+12
|
*
xsk: fix 64-bit division
Björn Töpel
2018-05-09
1
-1
/
+1
|
*
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
2018-05-09
1
-1
/
+8
*
|
sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers
Paolo Abeni
2018-05-16
2
-23
/
+10
*
|
net/smc: check for pending termination
Karsten Graul
2018-05-16
3
-3
/
+7
*
|
net/smc: drop messages when link state is inactive
Karsten Graul
2018-05-16
1
-0
/
+2
*
|
net/smc: set link inactive before calling smc_lgr_free()
Karsten Graul
2018-05-16
2
-1
/
+5
*
|
net/smc: handle all error codes from smc_conn_create()
Karsten Graul
2018-05-16
1
-0
/
+2
*
|
net/smc: use a workqueue to defer llc send
Karsten Graul
2018-05-16
4
-43
/
+104
*
|
net/smc: move link llc initialization to llc layer
Karsten Graul
2018-05-16
3
-6
/
+12
*
|
net/smc: simplify test_link function usage
Karsten Graul
2018-05-16
2
-9
/
+5
*
|
net/smc: remove unnecessary cast
Karsten Graul
2018-05-16
1
-3
/
+3
*
|
net/smc: register new rmbs with the peer
Karsten Graul
2018-05-16
5
-8
/
+64
*
|
net/smc: no tx work trigger for fallback sockets
Ursula Braun
2018-05-16
1
-2
/
+2
*
|
sctp: checkpatch fixups
Marcelo Ricardo Leitner
2018-05-15
1
-13
/
+7
*
|
sctp: add asoc and packet to sctp_flush_ctx
Marcelo Ricardo Leitner
2018-05-15
1
-53
/
+44
[next]