summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-298-105/+223
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-284-2/+19
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-283-2/+15
| | |\
| | | * netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-272-2/+2
| | | * 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-271-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-251-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-242-38/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Revert "Input: Add the `REL_WHEEL_HI_RES` event code"Benjamin Tissoires2018-11-221-10/+0
| | * | | | Revert "HID: input: Create a utility class for counting scroll events"Benjamin Tissoires2018-11-221-28/+0
* | | | | | netns: enable to dump full nsid translation tableNicolas Dichtel2018-11-281-0/+1
* | | | | | netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel2018-11-281-0/+1
* | | | | | net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov2018-11-281-0/+3
* | | | | | net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov2018-11-282-0/+19
* | | | | | virtio: add packed ring types and macrosTiwei Bie2018-11-272-0/+55
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-267-37/+69
|\ \ \ \ \ \
| * | | | | | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-231-0/+1
| * | | | | | bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedYonghong Song2018-11-211-0/+14
| * | | | | | bpf: Introduce bpf_func_infoYonghong Song2018-11-204-1/+20
| * | | | | | bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-201-3/+15
| * | | | | | bpf: move BPF_F_QUERY_EFFECTIVE after map flagsLorenz Bauer2018-11-201-3/+3
| * | | | | | bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-201-0/+3
| * | | | | | bpf: Allow narrow loads with offset > 0Andrey Ignatov2018-11-111-15/+1
| * | | | | | bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-111-2/+2
| * | | | | | bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-112-2/+2
| * | | | | | bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-112-5/+1
| * | | | | | bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-112-2/+2
| * | | | | | bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-112-7/+1
| * | | | | | bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-0/+1
| * | | | | | bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-111-1/+2
| * | | | | | bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande2018-11-091-0/+4
| * | | | | | 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-251-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-257-2/+41
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-244-1/+32
| |\ \ \ \ \ \
| | * | | | | | 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-221-0/+1
| | * | | | | | Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-191-0/+12
| * | | | | | | 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
| | | |_|_|/ / | | |/| | | |