summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipvlan: use ETH_MAX_MTU as max mtuXin Long2018-06-201-0/+1
| * | net: hamradio: use eth_broadcast_addrStefan Agner2018-06-201-6/+2
| * | enic: initialize enic->rfs_h.lock in enic_probeGovindarajulu Varadarajan2018-06-202-3/+3
| * | Merge branch 'NCSI-silence-warning-messages'David S. Miller2018-06-204-34/+34
| |\ \
| | * | MAINTAINERS: Add Sam as the maintainer for NCSIJoel Stanley2018-06-201-0/+5
| | * | net/ncsi: Use netdev_dbg for debug messagesJoel Stanley2018-06-202-21/+18
| | * | net/ncsi: Drop no more channels messageJoel Stanley2018-06-201-2/+0
| | * | net/ncsi: Silence debug messagesJoel Stanley2018-06-203-11/+11
| |/ /
| * | bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann2018-06-201-4/+3
| * | Merge branch 'qed-fixes'David S. Miller2018-06-203-11/+23
| |\ \
| | * | qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-06-201-7/+4
| | * | qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru2018-06-201-2/+10
| | * | qed: Fix possible memory leak in Rx error path handling.Sudarsana Reddy Kalluru2018-06-201-2/+9
| |/ /
| * | net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-06-171-1/+1
| * | bluetooth: hci_nokia: Don't include linux/unaligned/le_struct.h directly.David S. Miller2018-06-171-1/+1
| * | atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse2018-06-178-14/+23
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-1712-72/+195
| |\ \
| | * | xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-154-17/+46
| | * | Merge branch 'bpf-fixes'Alexei Starovoitov2018-06-153-38/+106
| | |\ \
| | | * | bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-153-32/+87
| | | * | bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-153-6/+19
| | |/ /
| | * | bpf, selftests: delete xfrm tunnel when test exits.William Tu2018-06-151-11/+13
| | * | bpf, selftest: check tunnel type more accuratelyJian Wang2018-06-151-1/+1
| | * | Merge branch 'bpf-misc-fixes'Daniel Borkmann2018-06-152-3/+13
| | |\ \
| | | * | selftests/bpf: test offloads even with BPF programs presentJakub Kicinski2018-06-151-2/+10
| | | * | tools: bpftool: improve accuracy of load timeJakub Kicinski2018-06-151-1/+3
| | |/ /
| | * | selftests: bpf: config: add config fragmentsAnders Roxell2018-06-131-0/+10
| | * | tools/bpftool: fix a bug in bpftool perfYonghong Song2018-06-131-2/+3
| | * | xsk: re-add queue id check for XDP_SKB pathBjörn Töpel2018-06-121-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-06-205-20/+23
|\ \ \ \
| * | | | HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke2018-06-201-0/+8
| * | | | HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu2018-06-201-15/+7
| * | | | HID: steam: use hid_device.driver_data instead of hid_set_drvdata()Rodrigo Rivas Costa2018-06-201-5/+5
| * | | | HID: google: Add support for whiskersNicolas Boichat2018-06-112-0/+3
* | | | | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-2018-72/+69
|\ \ \ \ \
| * | | | | dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-1418-72/+69
| * | | | | dma-mapping: use obj-y instead of lib-y for generic dma opsChristoph Hellwig2018-06-141-3/+3
* | | | | | proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds2018-06-201-5/+23
* | | | | | Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2018-06-191-4/+6
|\ \ \ \ \ \
| * | | | | | jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-06-051-4/+6
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-1913-265/+282
|\ \ \ \ \ \ \
| * | | | | | | s390/dasd: only use preallocated requestsSebastian Ott2018-06-124-77/+8
| * | | | | | | s390/dasd: reshuffle struct dasd_ccw_reqSebastian Ott2018-06-121-11/+3
| * | | | | | | s390/dasd: remove dasd_kmalloc_set_cdaSebastian Ott2018-06-121-6/+0
| * | | | | | | s390/dasd: move dasd_ccw_req to per request dataSebastian Ott2018-06-125-47/+57
| * | | | | | | s390/dasd: simplify locking in process_final_queueSebastian Ott2018-06-121-27/+32
| * | | | | | | s390/cio: sanitize css_general_characteristics definitionSebastian Ott2018-06-121-30/+32
| * | | | | | | Merge tag 'vfio-ccw-20180529' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2018-06-125-67/+150
| |\ \ \ \ \ \ \
| | * | | | | | | vfio: ccw: add tracepoints for interesting error pathsHalil Pasic2018-05-293-1/+71
| | * | | | | | | vfio: ccw: set ccw->cda to NULL defensivelyDong Jia Shi2018-05-291-11/+20