summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/socket: fix GCC8+ Wpacked-not-aligned warningsQian Cai2019-08-031-6/+13
* Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-07-311-0/+15
|\
| * {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-07-261-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-311-0/+6
|\ \
| * | netfilter: add include guard to xt_connlabel.hMasahiro Yamada2019-07-291-0/+6
* | | compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
* | | Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-262-2/+5
|\ \ \
| * | | net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2019-07-251-0/+1
| * | | net/mlx5: Fix modify_cq_in alignmentEdward Srouji2019-07-251-2/+4
* | | | net: qualcomm: rmnet: Fix incorrect UL checksum offload logicSubash Abhinov Kasiviswanathan2019-07-261-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-264-5/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-231-0/+13
| * | | bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-222-1/+10
| * | | net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-1/+4
| * | | net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-221-3/+4
| * | | net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-221-0/+2
| * | | net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-221-0/+1
* | | | lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky2019-07-251-56/+0
* | | | Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-221-1/+7
|\ \ \ \
| * | | | media: videodev2.h: change V4L2_PIX_FMT_BGRA444 define: fourcc was already in...Hans Verkuil2019-07-111-1/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-2211-26/+48
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-221-0/+5
| * | | | connector: remove redundant input callback from cn_devVasily Averin2019-07-211-1/+0
| | |_|/ | |/| |
| * | | kbuild: add net/netfilter/nf_tables_offload.h to header-test blacklist.Jeremy Sowden2019-07-211-0/+1
| * | | nl80211: fix NL80211_HE_MAX_CAPABILITY_LENJohn Crispin2019-07-201-1/+1
| * | | nl80211: fix VENDOR_CMD_RAW_DATAJohannes Berg2019-07-201-1/+1
| * | | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-203-4/+15
| * | | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-203-13/+15
| * | | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-201-2/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-203-5/+11
| |\ \ \
| | * | | netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-161-0/+1
| | * | | netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-161-2/+1
| | * | | netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-3/+9
* | | | | Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-213-3/+214
|\ \ \ \ \
| * | | | | NTB: Introduce MSI libraryLogan Gunthorpe2019-06-131-0/+73
| * | | | | NTB: Introduce functions to calculate multi-port resource indexLogan Gunthorpe2019-06-131-0/+70
| * | | | | NTB: Introduce helper functions to calculate logical port numberLogan Gunthorpe2019-06-131-1/+52
| * | | | | PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe2019-06-132-0/+17
| * | | | | NTB: correct ntb_dev_ops and ntb_dev comment typosWesley Sheng2019-06-131-2/+2
* | | | | | Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-202-0/+23
|\ \ \ \ \ \
| * | | | | | dma-mapping: add a dma_addressing_limited helperChristoph Hellwig2019-07-171-0/+14
| * | | | | | dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-161-0/+9
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-203-0/+11
|\ \ \ \ \ \ \
| * | | | | | | bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-182-0/+6
| * | | | | | | Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-181-0/+5
| |\ \ \ \ \ \ \
| | * | | | | | | objtool: Add support for C jump tablesJosh Poimboeuf2019-07-091-0/+5
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-202-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-201-0/+1
| * | | | | | | | | KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+6
* | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-0/+3
|\ \ \ \ \ \ \ \ \ \