summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * umh: Remove call_usermodehelper_setup_file.Eric W. Biederman2020-07-041-3/+0
| | * umh: Capture the pid in umh_pipe_setupEric W. Biederman2020-07-041-1/+0
| * | bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa2020-07-141-1/+1
| * | bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF optionJiri Olsa2020-07-141-0/+9
* | | net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPENHoratiu Vultur2020-07-141-0/+1
* | | bridge: uapi: mrp: Extend MRP_INFO attributes for interconnect statusHoratiu Vultur2020-07-141-0/+5
* | | bridge: mrp: Extend bridge interfaceHoratiu Vultur2020-07-141-0/+1
* | | bridge: uapi: mrp: Extend MRP attributes for MRP interconnectHoratiu Vultur2020-07-142-0/+91
* | | 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-147-1/+115
|\ \
| * | xsk: Add xdp statistics to xsk_diagCiara Loftus2020-07-141-0/+11
| * | xsk: Add new statisticsCiara Loftus2020-07-142-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-141-0/+1
* | | net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov2020-07-142-10/+3
* | | net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean2020-07-141-0/+2
* | | net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean2020-07-143-26/+15
* | | soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov2020-07-141-0/+5
* | | net: mscc: ocelot: convert port registers to regmapVladimir Oltean2020-07-142-79/+41
* | | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-141-3/+6
* | | atm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-141-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-1122-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-102-0/+29
| | | |/ / /
| | * / / / cgroup: Fix sock_cgroup_data on big-endian.Cong Wang2020-07-101-0/+2
| | |/ / /
| | * | | vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen2020-07-081-35/+22
| | * | | net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese2020-07-081-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-021-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-241-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-301-2/+0
| | * | | | Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-06-301-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-091-0/+1