summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* switchdev: mrp: Extend switchdev API for MRP InterconnectHoratiu Vultur2020-07-141-0/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-137-1/+115
|\
| * xsk: Add xdp statistics to xsk_diagCiara Loftus2020-07-131-0/+11
| * xsk: Add new statisticsCiara Loftus2020-07-132-1/+8
| * bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa2020-07-132-0/+91
| * bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-082-0/+5
* | net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov2020-07-131-0/+1
* | net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov2020-07-132-10/+3
* | net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean2020-07-131-0/+2
* | net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean2020-07-133-26/+15
* | soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov2020-07-131-0/+5
* | net: mscc: ocelot: convert port registers to regmapVladimir Oltean2020-07-132-79/+41
* | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-131-3/+6
* | atm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1159-191/+586
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-1022-71/+164
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-07-101-1/+2
| | |\ \
| | | * | bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau2020-07-091-1/+2
| | * | | Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-07-102-0/+29
| | |\ \ \
| | | * | | net/mlx5e: Fix port buffers cell size valueEran Ben Elisha2020-07-092-0/+29
| | | |/ /
| | * / / cgroup: Fix sock_cgroup_data on big-endian.Cong Wang2020-07-091-0/+2
| | |/ /
| | * | vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen2020-07-071-35/+22
| | * | net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese2020-07-071-1/+9
| | * | cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-072-3/+7
| | * | sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-033-19/+45
| | * | genetlink: remove genl_bindSean Tranchetti2020-07-011-8/+0
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-3010-30/+69
| | |\ \
| | | * | bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-302-2/+24
| | | * | bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2020-06-301-2/+3
| | | * | bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2020-06-301-1/+1
| | | * | bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-1/+4
| | | * | flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-1/+2
| | | * | xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-301-3/+3
| | | * | dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-302-0/+6
| | | * | bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-0/+5
| | | * | bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-06-231-20/+21
| | * | | net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2020-06-301-0/+3
| | * | | genetlink: get rid of family->attrbufCong Wang2020-06-291-2/+0
| | * | | Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-06-291-0/+4
| | |\ \ \
| | | * | | ieee80211: Add missing and new AKM suite selector definitionsVeerendranath Jakkam2020-06-251-0/+4
| * | | | | Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-101-0/+1
| |\ \ \ \ \
| | * | | | | io_uring: export cq overflow status to userspaceXiaoguang Wang2020-07-081-0/+1
| * | | | | | Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds2020-07-101-1/+1
| |\ \ \ \ \ \
| | * | | | | | fs: remove __vfs_readChristoph Hellwig2020-07-081-1/+0
| | * | | | | | fs: add a __kernel_read helperChristoph Hellwig2020-07-081-0/+1
| * | | | | | | Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-07-101-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | scatterlist: protect parameters of the sg_table related macrosMarek Szyprowski2020-07-061-4/+4
| * | | | | | | | Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-101-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fs: Add IOCB_NOIO flag for generic_file_read_iterAndreas Gruenbacher2020-07-071-0/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-07-092-4/+5
| |\ \ \ \ \ \ \ \