aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer1-4/+16
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer1-1/+1
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer1-13/+2
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2-2/+191
2018-05-24bpf: Split lwt inout verifier structuresMathieu Xhonneux1-31/+52
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux3-23/+269
2018-05-24ipv6: sr: export function lookup_nexthopMathieu Xhonneux1-9/+11
2018-05-22bpf: Add mtu checking to FIB forwarding helperDavid Ahern1-7/+35
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern3-0/+57
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern1-0/+31
2018-05-22xsk: convert atomic_t to refcount_tBjörn Töpel2-4/+4
2018-05-22xsk: simplified umem setupBjörn Töpel3-55/+51
2018-05-22xsk: add missing write- and data-dependency barrierBjörn Töpel1-5/+9
2018-05-22xsk: remove explicit ring structure from uapiBjörn Töpel2-0/+46
2018-05-22xsk: proper queue id check at bindMagnus Karlsson1-1/+7
2018-05-22xsk: remove rebind supportBjörn Töpel1-21/+9
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend1-3/+111
2018-05-18xsk: proper '=' alignmentBjörn Töpel1-18/+18
2018-05-18xsk: fixed some cases of unnecessary parenthesesBjörn Töpel3-6/+5
2018-05-18xsk: remove newline at end of fileBjörn Töpel1-1/+0
2018-05-18xsk: clean up SPDX headersBjörn Töpel6-60/+6
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-89/+552
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni2-23/+10
2018-05-16net/smc: check for pending terminationKarsten Graul3-3/+7
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul1-0/+2
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul2-1/+5
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul1-0/+2
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul4-43/+104
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul3-6/+12
2018-05-16net/smc: simplify test_link function usageKarsten Graul2-9/+5
2018-05-16net/smc: remove unnecessary castKarsten Graul1-3/+3
2018-05-16net/smc: register new rmbs with the peerKarsten Graul5-8/+64
2018-05-16net/smc: no tx work trigger for fallback socketsUrsula Braun1-2/+2
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend1-0/+58
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend1-23/+8
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner1-13/+7
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner1-53/+44
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner1-94/+88
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner1-98/+93
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner1-8/+9
2018-05-14sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner1-30/+26
2018-05-14sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner1-74/+75
2018-05-14sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner1-43/+58
2018-05-14sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner1-36/+56
2018-05-14sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner1-97/+90
2018-05-14sctp: add sctp_packet_singletonMarcelo Ricardo Leitner1-7/+15
2018-05-13net: ipv4: ipconfig: fix unused variableAnders Roxell1-3/+2
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-185/+398
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-169/+364
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-11/+10