summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-167-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-141-13/+7
* | sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner2018-05-141-53/+44
* | sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner2018-05-141-94/+88
* | sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner2018-05-141-98/+93
* | sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner2018-05-141-8/+9
* | sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-30/+26
* | sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-74/+75
* | sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-43/+58
* | sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner2018-05-141-36/+56
* | sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner2018-05-141-97/+90
* | sctp: add sctp_packet_singletonMarcelo Ricardo Leitner2018-05-141-7/+15
* | net: ipv4: ipconfig: fix unused variableAnders Roxell2018-05-131-3/+2
OpenPOWER on IntegriCloud