summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/smc: restructure CDC message receptionHans Wippel2018-05-181-25/+22
* net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel2018-05-183-41/+39
* net/smc: calculate write offset in RMB only once per connectionHans Wippel2018-05-183-2/+6
* net/smc: rename connection index to RMBE indexHans Wippel2018-05-185-6/+6
* net/smc: move link group list to smc_coreHans Wippel2018-05-184-35/+42
* net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel2018-05-189-35/+31
* tcp: add tcp_comp_sack_nr sysctlEric Dumazet2018-05-183-1/+13
* tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet2018-05-183-2/+10
* tcp: add TCPAckCompressed SNMP counterEric Dumazet2018-05-182-0/+3
* tcp: add SACK compressionEric Dumazet2018-05-184-6/+62
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-05-181-2/+0
* vlan: Add extack messages for link createDavid Ahern2018-05-173-15/+44
* net/ncsi: prevent a couple array underflowsDan Carpenter2018-05-171-2/+3
* net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet2018-05-173-3/+4
* tcp: don't mark recently sent packets lost on RTOYuchung Cheng2018-05-171-4/+8
* tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-172-7/+12
* tcp: separate loss marking and state update on RTOYuchung Cheng2018-05-171-2/+2
* tcp: new helper tcp_timeout_mark_lostYuchung Cheng2018-05-171-21/+29
* tcp: account lost retransmit after timeoutYuchung Cheng2018-05-172-17/+5
* tcp: simpler NewReno implementationYuchung Cheng2018-05-172-8/+38
* tcp: disable RFC6675 loss detectionYuchung Cheng2018-05-171-4/+8
* tcp: support DUPACK threshold in RACKYuchung Cheng2018-05-171-13/+27
* pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni2018-05-171-2/+2
* sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni2018-05-171-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-177-89/+552
|\
| * bpf: sockmap, add hash map supportJohn Fastabend2018-05-151-0/+58
| * bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-23/+8
| * bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern2018-05-111-0/+267
| * net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2018-05-112-2/+37
| * net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-111-8/+6
| * net/ipv6: Add fib6_lookupDavid Ahern2018-05-112-2/+91
| * net/ipv6: Refactor fib6_rule_actionDavid Ahern2018-05-111-21/+31
| * net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-111-14/+25
| * net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-111-8/+9
| * net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-112-10/+12
| * xsk: fix 64-bit divisionBjörn Töpel2018-05-091-1/+1
| * bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+8
* | sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni2018-05-162-23/+10
* | net/smc: check for pending terminationKarsten Graul2018-05-163-3/+7
* | net/smc: drop messages when link state is inactiveKarsten Graul2018-05-161-0/+2
* | net/smc: set link inactive before calling smc_lgr_free()Karsten Graul2018-05-162-1/+5
* | net/smc: handle all error codes from smc_conn_create()Karsten Graul2018-05-161-0/+2
* | net/smc: use a workqueue to defer llc sendKarsten Graul2018-05-164-43/+104
* | net/smc: move link llc initialization to llc layerKarsten Graul2018-05-163-6/+12
* | net/smc: simplify test_link function usageKarsten Graul2018-05-162-9/+5
* | net/smc: remove unnecessary castKarsten Graul2018-05-161-3/+3
* | net/smc: register new rmbs with the peerKarsten Graul2018-05-165-8/+64
* | net/smc: no tx work trigger for fallback socketsUrsula Braun2018-05-161-2/+2
* | sctp: checkpatch fixupsMarcelo Ricardo Leitner2018-05-151-13/+7
* | sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner2018-05-151-53/+44