summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-041-1/+3
* udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-031-4/+8
* udp: msg_zerocopyWillem de Bruijn2018-12-031-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-031-0/+9
|\
| * lib: cordic: Move cordic macros and defines to header filePriit Laes2018-11-291-0/+9
* | of: net: kill of_get_nvmem_mac_address()Bartosz Golaszewski2018-12-031-6/+0
* | net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski2018-12-031-0/+1
* | rhashtable: detect when object movement between tables might have invalidated...NeilBrown2018-12-031-8/+26
* | qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior2018-11-301-0/+27
* | qed: Add doorbell overflow recovery mechanismAriel Elior2018-11-301-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-292-3/+4
|\ \
| * | bpf: btf: support proper non-jit func infoYonghong Song2018-11-262-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-285-93/+221
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-282-0/+17
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-281-0/+13
| | |\ \
| | | * | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-261-0/+13
| | * | | bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-0/+4
| * | | | Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-251-1/+1
| |\ \ \ \
| | * | | | dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy2018-11-211-1/+1
| * | | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-241-64/+203
| |\ \ \ \ \
| | * | | | | XArray: Fix DocumentationMatthew Wilcox2018-11-051-2/+2
| | * | | | | XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-051-0/+52
| | * | | | | XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-17/+1
| | * | | | | XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-051-44/+69
| | * | | | | XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-1/+79
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2018-11-241-28/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Revert "HID: input: Create a utility class for counting scroll events"Benjamin Tissoires2018-11-221-28/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-265-31/+30
|\ \ \ \ \ \
| * | | | | | bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedYonghong Song2018-11-201-0/+14
| * | | | | | bpf: Introduce bpf_func_infoYonghong Song2018-11-203-1/+7
| * | | | | | bpf: Allow narrow loads with offset > 0Andrey Ignatov2018-11-101-15/+1
| * | | | | | bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-101-2/+2
| * | | | | | bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-102-2/+2
| * | | | | | bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-102-5/+1
| * | | | | | bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-102-2/+2
| * | | | | | bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-102-7/+1
| * | | | | | bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-101-0/+1
| * | | | | | bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-101-1/+2
| * | | | | | bpf: let verifier to calculate and record max_pkt_offsetJiong Wang2018-11-091-0/+1
* | | | | | | net: remove unsafe skb_insert()Eric Dumazet2018-11-251-2/+0
* | | | | | | net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queueHeiner Kallweit2018-11-251-0/+8
* | | | | | | net: fixup type in netdev_start_xmit()Alexey Dobriyan2018-11-241-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-244-1/+23
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-243-1/+20
| |\ \ \ \ \ \
| | * | | | | | packet: copy user buffers before orphan or cloneWillem de Bruijn2018-11-231-1/+17
| | * | | | | | net/dim: Update DIM start sample after each DIM iterationTal Gilboa2018-11-221-0/+2
| | * | | | | | tcp: defer SACK compression after DupThreshEric Dumazet2018-11-211-0/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'usb-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-221-0/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-071-0/+3
| | | |_|/ / | | |/| | |
* | | | | | {net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens2018-11-221-1/+3