summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: add bpf_tcp_gen_syncookie helperPetar Penkov2019-07-301-1/+29
* tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-301-0/+10
* xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-294-1/+11
* include/bpf.h: Remove map_insert_ctx() stubsToke Høiland-Jørgensen2019-07-291-10/+0
* bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-251-0/+1
* bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-252-1/+6
* net: sched: include mpls actions in hardware intermediate representationJohn Hurley2019-07-232-0/+94
* net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)2019-07-222-8/+6
* net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)2019-07-221-5/+5
* net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)2019-07-221-7/+5
* net: Reorder the contents of skb_frag_tMatthew Wilcox (Oracle)2019-07-221-1/+1
* net: Increase the size of skb_frag_tMatthew Wilcox (Oracle)2019-07-221-5/+0
* net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-1/+1
* net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski2019-07-221-0/+1
* 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-211-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-193-4/+15
| * | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-193-13/+15
| * | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-191-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-193-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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig2019-07-161-0/+3
| * | | | | | | | | Merge branch '5.3/scsi-sg' into scsi-nextMartin K. Petersen2019-06-271-4/+7
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-8/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kbuild: update compile-test header list for v5.3-rc1Masahiro Yamada2019-07-201-8/+6
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |