summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* vlan: Fix out of order vlan headers with reorder header offToshiaki Makita2018-03-161-11/+55
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-03-161-0/+1
* ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-143-3/+12
* net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-141-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-132-0/+6
|\
| * xfrm: reuse uncached_list to track xdstsXin Long2018-02-162-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-121-0/+2
|\ \
| * | netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-03-111-0/+2
* | | sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-122-0/+2
* | | net: phy: Tell caller result of phy_change()Brad Mouring2018-03-121-1/+0
* | | vhost_net: examine pointer types during un-producingJason Wang2018-03-091-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-071-0/+22
|\ \ \
| * | | bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbsDaniel Axtens2018-03-031-0/+22
* | | | net: usbnet: fix potential deadlock on 32bit hostsEric Dumazet2018-03-071-0/+22
* | | | sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-03-071-0/+19
* | | | rhashtable: Fix rhlist duplicates insertionPaul Blakey2018-03-071-1/+3
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-053-37/+17
|\ \ \
| * | | net: make skb_gso_*_seglen functions privateDaniel Axtens2018-03-041-33/+0
| * | | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-041-1/+1
| |/ /
| * | mlxsw: spectrum: Fix handling of resource_size_paramJiri Pirko2018-02-281-3/+15
| * | net: phy: Restore phy_resume() locking assumptionAndrew Lunn2018-02-271-0/+1
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-031-1/+1
|\ \ \
| * | | dax: fix vma_is_fsdax() helperDan Williams2018-02-261-1/+1
* | | | Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-03-035-8/+74
|\ \ \ \
| * | | | media: dvb: update buffer mmaped flags and frame counterMauro Carvalho Chehab2018-02-233-7/+36
| * | | | media: dvb: add continuity error indicators for memory mapped buffersMauro Carvalho Chehab2018-02-231-0/+35
| * | | | media: dmxdev: Fix the logic that enables DMA mmap supportMauro Carvalho Chehab2018-02-231-0/+2
| * | | | media: dvb: fix DVB_MMAP symbol nameArnd Bergmann2018-02-231-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-021-0/+2
|\ \ \ \
| * | | | KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-03-011-0/+2
* | | | | Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-023-5/+5
|\ \ \ \ \
| * | | | | block: display the correct diskname for bioJiufei Xue2018-03-011-3/+1
| * | | | | blktrace_api.h: fix comment for struct blk_user_trace_setupEric Biggers2018-02-261-1/+1
| * | | | | genhd: Fix BUG in blkdev_open()Jan Kara2018-02-261-0/+1
| * | | | | genhd: Add helper put_disk_and_module()Jan Kara2018-02-261-0/+1
| * | | | | genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* | | | | | Merge tag 'drm-fixes-for-v4.16-rc4' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-03-012-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-misc-fixes-2018-02-28' of git://people.freedesktop.org/drm-mis...Dave Airlie2018-03-012-0/+2
| |\ \ \ \ \ \
| | * | | | | | virtio-gpu: fix ioctl and expose the fixed status to userspace.Dave Airlie2018-02-271-0/+1
| | * | | | | | drm/nouveau: prefer XBGR2101010 for addfb ioctlIlia Mirkin2018-02-231-0/+1
* | | | | | | | Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-03-011-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | ARC: mcip: update MCIP debug mask when the new cpu came onlineEugeniy Paltsev2018-02-281-0/+2
| * | | | | | | | ARC: mcip: halt GFRC counter when ARC cores haltEugeniy Paltsev2018-02-281-0/+3
* | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-266-27/+20
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-211-0/+1
| * | | | | | | | jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf2018-02-211-0/+3
| * | | | | | | | x86/retpoline: Support retpoline builds with ClangDavid Woodhouse2018-02-203-4/+13
| * | | | | | | | nospec: Include <asm/barrier.h> dependencyDan Williams2018-02-171-0/+1
| * | | | | | | | nospec: Allow index argument to have const-qualified typeRasmus Villemoes2018-02-171-2/+1
| * | | | | | | | nospec: Kill array_index_nospec_mask_check()Dan Williams2018-02-171-21/+1