summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-071-0/+4
|\
| * vfs: factor out inode_insert5()Miklos Szeredi2018-05-311-0/+4
* | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-071-1/+6
|\ \
| * | fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-201-1/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-07169-1712/+5538
|\ \ \
| * | | strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes2018-06-061-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-0510-55/+277
| |\ \ \
| | * | | xsk: wire upp Tx zero-copy functionsMagnus Karlsson2018-06-051-0/+9
| | * | | net: added netdevice operation for TxMagnus Karlsson2018-06-051-0/+2
| | * | | xsk: add zero-copy support for RxBjörn Töpel2018-06-052-1/+9
| | * | | xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel2018-06-051-0/+10
| | * | | net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEMBjörn Töpel2018-06-051-0/+8
| | * | | xsk: introduce xdp_umem_pageBjörn Töpel2018-06-051-1/+6
| | * | | xsk: moved struct xdp_umem definitionBjörn Töpel2018-06-051-1/+23
| | * | | net: remove net_device operation ndo_xdp_flushJesper Dangaard Brouer2018-06-051-4/+0
| | * | | xsk: new descriptor addressing schemeBjörn Töpel2018-06-041-7/+5
| | * | | bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern2018-06-041-1/+1
| | * | | bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-042-1/+8
| | * | | xdp: done implementing ndo_xdp_xmit flush flag for all driversJesper Dangaard Brouer2018-06-031-1/+0
| | * | | xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-032-3/+9
| | * | | bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-6/+24
| | * | | bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann2018-06-031-1/+2
| | * | | bpf: add bpf_skb_cgroup_id helperDaniel Borkmann2018-06-031-1/+18
| | * | | bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-031-0/+3
| | * | | bpf: test case for map pointer poison with calls/branchesDaniel Borkmann2018-06-031-0/+10
| | * | | media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-303-1/+84
| | * | | bpf: Drop mpls from bpf_fib_lookupDavid Ahern2018-05-291-13/+13
| | * | | bpf: clean up eBPF helpers documentationQuentin Monnet2018-05-291-11/+10
| | * | | bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-283-6/+26
| | * | | bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=nAndrey Ignatov2018-05-281-0/+1
| * | | | devlink: Add extack to reload and port_{un, }split operationsDavid Ahern2018-06-051-3/+4
| * | | | ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-051-10/+0
| * | | | qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-054-9/+8
| * | | | net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski2018-06-051-1/+0
| * | | | net: phy: broadcom: Enable 125 MHz clock on LED4 pin for BCM54612E by default.Kun Yi2018-06-051-0/+4
| * | | | net: phy: remove PM ops from MDIO busHeiner Kallweit2018-06-051-1/+0
| * | | | qed: Add srq core support for RoCE and iWARPYuval Bason2018-06-041-1/+11
| * | | | net: skbuff.h: drop unneeded <linux/slab.h>Randy Dunlap2018-06-041-2/+0
| * | | | rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-041-0/+32
| * | | | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-0/+5
| * | | | Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-041-5/+0
| * | | | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-0/+5
| * | | | vlan: use non-archaic spelling of failesThadeu Lima de Souza Cascardo2018-06-031-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-034-5/+8
| |\ \ \ \
| * | | | | netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-031-1/+6
| * | | | | netfilter: nf_tables: add connlimit supportPablo Neira Ayuso2018-06-031-1/+20
| * | | | | netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-031-0/+2
| * | | | | netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2018-06-031-0/+4
| * | | | | netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2018-06-031-0/+4
| * | | | | netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2018-06-031-0/+11