summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add mtu checking to FIB forwarding helperDavid Ahern2018-05-221-7/+35
* net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern2018-05-223-0/+57
* net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2018-05-221-0/+31
* xsk: convert atomic_t to refcount_tBjörn Töpel2018-05-222-4/+4
* xsk: simplified umem setupBjörn Töpel2018-05-223-55/+51Star
* xsk: add missing write- and data-dependency barrierBjörn Töpel2018-05-221-5/+9
* xsk: remove explicit ring structure from uapiBjörn Töpel2018-05-222-0/+46
* xsk: proper queue id check at bindMagnus Karlsson2018-05-221-1/+7
* xsk: remove rebind supportBjörn Töpel2018-05-221-21/+9Star
* bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-3/+111
* xsk: proper '=' alignmentBjörn Töpel2018-05-181-18/+18
* xsk: fixed some cases of unnecessary parenthesesBjörn Töpel2018-05-183-6/+5Star
* xsk: remove newline at end of fileBjörn Töpel2018-05-181-1/+0Star
* xsk: clean up SPDX headersBjörn Töpel2018-05-186-60/+6Star
* 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/+8Star
| * 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/+6Star
| * 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/+10Star
* | 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/+5Star
* | 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/+7Star
* | sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner2018-05-151-53/+44Star
* | sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner2018-05-151-94/+88Star
* | sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner2018-05-151-98/+93Star
* | sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner2018-05-151-8/+9
* | sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-151-30/+26Star
* | sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-151-74/+75
* | sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-151-43/+58
* | sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner2018-05-151-36/+56
* | sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner2018-05-151-97/+90Star
* | sctp: add sctp_packet_singletonMarcelo Ricardo Leitner2018-05-151-7/+15
* | net: ipv4: ipconfig: fix unused variableAnders Roxell2018-05-141-3/+2Star