summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux
2018-05-24bpf: Split lwt inout verifier structuresMathieu Xhonneux
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux
2018-05-24ipv6: sr: export function lookup_nexthopMathieu Xhonneux
2018-05-22bpf: Add mtu checking to FIB forwarding helperDavid Ahern
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-22xsk: convert atomic_t to refcount_tBjörn Töpel
2018-05-22xsk: simplified umem setupBjörn Töpel
2018-05-22xsk: add missing write- and data-dependency barrierBjörn Töpel
2018-05-22xsk: remove explicit ring structure from uapiBjörn Töpel
2018-05-22xsk: proper queue id check at bindMagnus Karlsson
2018-05-22xsk: remove rebind supportBjörn Töpel
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend
2018-05-18xsk: proper '=' alignmentBjörn Töpel
2018-05-18xsk: fixed some cases of unnecessary parenthesesBjörn Töpel
2018-05-18xsk: remove newline at end of fileBjörn Töpel
2018-05-18xsk: clean up SPDX headersBjörn Töpel
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni
2018-05-16net/smc: check for pending terminationKarsten Graul
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul
2018-05-16net/smc: simplify test_link function usageKarsten Graul
2018-05-16net/smc: remove unnecessary castKarsten Graul
2018-05-16net/smc: register new rmbs with the peerKarsten Graul
2018-05-16net/smc: no tx work trigger for fallback socketsUrsula Braun
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner
2018-05-14sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner
2018-05-14sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner
2018-05-14sctp: add sctp_packet_singletonMarcelo Ricardo Leitner
2018-05-13net: ipv4: ipconfig: fix unused variableAnders Roxell
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds