summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* iov_iter: Add I/O discard iteratorDavid Howells2018-10-241-0/+7
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-5/+5
* iov_iter: Use accessor functionDavid Howells2018-10-241-15/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-196-15/+41
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-191-0/+8
| |\
| | * Merge tag 'mlx5-fixes-2018-10-10' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-10-151-0/+8
| | |\
| | | * net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan2018-10-101-0/+8
| * | | mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-181-1/+1
| * | | Merge tag 'trace-v4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-10-183-14/+31
| |\ \ \
| | * | | tracepoint: Fix tracepoint array element size mismatchMathieu Desnoyers2018-10-173-14/+31
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Greg Kroah-Hartman2018-10-131-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon2018-10-121-0/+1
* | | | | net/mlx5: Added "per_lane_error_counters" cap bit to PCAMShay Agroskin2018-10-181-1/+2
* | | | | net/mlx5: Add FEC fields to Port Phy Link Mode (PPLM) regShay Agroskin2018-10-182-11/+29
* | | | | net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan2018-10-181-14/+8
* | | | | Merge tag 'mlx5-updates-2018-10-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-187-99/+172
|\ \ \ \ \
| * | | | | net/mlx5: Add a no-append flow insertion modePaul Blakey2018-10-171-3/+11
| * | | | | net/mlx5: Split FDB fast path prio to multiple namespacesPaul Blakey2018-10-171-0/+2
| * | | | | net/mlx5: Add cap bits for multi fdb encapPaul Blakey2018-10-171-1/+3
| * | | | | net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch2018-10-171-1/+2
| * | | | | net/mlx5: E-Switch, Get counters for offloaded flows from callersMark Bloch2018-10-171-1/+0
| * | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-10-177-93/+154
| |\ \ \ \ \
| | * | | | | net/mlx5: Expose DC scatter to CQE capability bitYonatan Cohen2018-10-161-1/+2
| | * | | | | net/mlx5: Update mlx5_ifc with DEVX UID bitsLeon Romanovsky2018-09-251-24/+43
| | * | | | | net/mlx5: Set uid as part of DCT commandsYishai Hadas2018-09-251-3/+3
| | * | | | | net/mlx5: Set uid as part of SRQ commandsYishai Hadas2018-09-253-11/+13
| | * | | | | net/mlx5: Set uid as part of SQ commandsYishai Hadas2018-09-251-3/+3
| | * | | | | net/mlx5: Set uid as part of RQ commandsYishai Hadas2018-09-251-3/+3
| | * | | | | net/mlx5: Set uid as part of QP commandsYishai Hadas2018-09-252-11/+12
| | * | | | | net/mlx5: Set uid as part of CQ commandsYishai Hadas2018-09-252-3/+4
| | * | | | | net/mlx5: Rename incorrect naming in IFC fileMark Bloch2018-09-221-2/+2
| | * | | | | net/mlx5: Export packet reformat alloc/dealloc functionsMark Bloch2018-09-051-0/+9
| | * | | | | net/mlx5: Expose new packet reformat capabilitiesMark Bloch2018-09-051-3/+16
| | * | | | | {net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch2018-09-052-27/+27
| | * | | | | net/mlx5: Move header encap type to IFC header fileMark Bloch2018-09-051-0/+5
| | * | | | | net/mlx5: Break encap/decap into two separated flow table creation flagsMark Bloch2018-09-051-1/+2
| | * | | | | net/mlx5: Export modify header alloc/dealloc functionsMark Bloch2018-09-051-0/+6
| | * | | | | net/mlx5: Add proper NIC TX steering flow tables supportMark Bloch2018-09-051-0/+6
| | * | | | | net/mlx5: Fix atomic_mode enum valuesMoni Shoua2018-09-041-4/+1
* | | | | | | net: skbuff.h: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-171-0/+6
|/ / / / / /
* | | | | | qed: Add supported link and advertise link to display in ethtool.Rahul Verma2018-10-161-3/+23
* | | | | | net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern2018-10-161-3/+4
* | | | | | ipmr: Refactor mr_rtm_dumprouteDavid Ahern2018-10-161-0/+6
* | | | | | netlink: Add answer_flags to netlink_callbackDavid Ahern2018-10-161-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-154-44/+422
|\ \ \ \ \ \
| * | | | | | tls: add bpf support to sk_msg handlingJohn Fastabend2018-10-151-2/+39
| * | | | | | tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-0/+2
| * | | | | | bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-154-44/+383
* | | | | | | tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-151-0/+1
* | | | | | | Merge tag 'mlx5e-updates-2018-10-10' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-10-151-10/+4
|\ \ \ \ \ \ \