summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-041-1/+1
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-3/+3
|\
| * net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-05-311-3/+3
* | rtnetlink: Fix null-ptr-deref in rtnl_newlinkPrashant Bhole2018-06-011-1/+1
* | rtnetlink: Remove VLA usageKees Cook2018-05-311-2/+16
* | net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-291-4/+0
* | net: Introduce generic failover moduleSridhar Samudrala2018-05-282-0/+316
* | net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern2018-05-241-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-242-85/+507
|\ \
| * | xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-241-4/+4
| * | xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-241-4/+16
| * | xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-241-1/+1
| * | bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-241-13/+2
| * | ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+25
| * | bpf: Split lwt inout verifier structuresMathieu Xhonneux2018-05-241-31/+52
| * | bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux2018-05-241-23/+262
| * | bpf: Add mtu checking to FIB forwarding helperDavid Ahern2018-05-221-7/+35
| * | bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-3/+111
* | | devlink: don't take instance lock around eswitch mode setJakub Kicinski2018-05-231-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-213-4/+11
|\ \ \ | | |/ | |/|
| * | sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-181-1/+1
| * | net: Fix a bug in removing queues from XPS mapAmritha Nambiar2018-05-181-1/+1
| * | bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-171-2/+9
* | | devlink: introduce a helper to generate physical port namesJiri Pirko2018-05-191-0/+33
* | | devlink: extend attrs_set for setting port flavoursJiri Pirko2018-05-191-0/+5
* | | devlink: introduce devlink_port_attrs_setJiri Pirko2018-05-191-10/+36
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-161-24/+341
|\ \
| * | 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
| * | 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-161-1/+1
* | | net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso2018-05-101-5/+5
* | | net: Update netstamp_needed static key to modern apiDavidlohr Bueso2018-05-101-11/+11
* | | net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso2018-05-101-8/+8
* | | net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso2018-05-101-4/+4
|/ /
* | flow_dissector: do not rely on implicit castsPaolo Abeni2018-05-081-1/+1
* | net: core: rework basic flow dissection helperPaolo Abeni2018-05-081-8/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-074-53/+392
|\ \
| * | bpf: add skb_load_bytes_relative helperDaniel Borkmann2018-05-031-0/+45
| * | bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-031-11/+225
| * | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-4/+2
| * | bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann2018-05-031-9/+9
| * | dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2018-05-031-0/+38
| * | xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-032-19/+33
| * | xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel2018-05-031-3/+20
| * | xsk: add Rx receive functions and poll supportBjörn Töpel2018-05-031-3/+12
| * | net: initial AF_XDP skeletonBjörn Töpel2018-05-031-4/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+5
|\ \ \ | | |/ | |/|