summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-11-07net: provide dev_lstats_add() helperEric Dumazet
2019-11-07net: provide dev_lstats_read() helperEric Dumazet
2019-11-07devlink: Add layer 3 generic packet exception trapsAmit Cohen
2019-11-07devlink: Add layer 3 generic packet trapsAmit Cohen
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
2019-11-06dt-bindings: net: phy: Add support for AT803XMichael Walle
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet
2019-11-06lwtunnel: add options setting and dumping for erspanXin Long
2019-11-06lwtunnel: add options setting and dumping for vxlanXin Long
2019-11-06lwtunnel: add options setting and dumping for geneveXin Long
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2019-11-06net: avoid potential false sharing in neighbor related codeEric Dumazet
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet
2019-11-05net_sched: do not export gnet_stats_basic_packed to uapiEric Dumazet
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn
2019-11-05icmp: add helpers to recognize ICMP error packetsMatteo Croce
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-02bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann
2019-11-02uaccess: Add non-pagefault user-space write functionDaniel Borkmann
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-01Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel
2019-11-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-01Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov
2019-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-10-31net: dsa: remove the dst->ds arrayVivien Didelot
2019-10-31net: dsa: remove ds->rtableVivien Didelot
2019-10-31net: dsa: list DSA links in the fabricVivien Didelot
2019-10-31bus: fsl-mc: add the fsl_mc_get_endpoint functionIoana Ciornei
2019-10-31net: increase SOMAXCONN to 4096Eric Dumazet
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur
2019-10-31soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur
2019-10-31firmware: broadcom: add OP-TEE based BNXT f/w managerVikas Gupta
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov
2019-10-31efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song
2019-10-31Merge tag 'dmaengine-fix-5.4-rc6' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2019-10-30net: sched: update action implementations to support flagsVlad Buslov
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov
2019-10-30net: sched: extract bstats update code into functionVlad Buslov
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov