aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet1-3/+9
2019-11-06dt-bindings: net: phy: Add support for AT803XMichael Walle1-0/+13
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet1-2/+2
2019-11-06lwtunnel: add options setting and dumping for erspanXin Long1-0/+12
2019-11-06lwtunnel: add options setting and dumping for vxlanXin Long1-0/+9
2019-11-06lwtunnel: add options setting and dumping for geneveXin Long1-0/+20
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet1-3/+3
2019-11-06net: avoid potential false sharing in neighbor related codeEric Dumazet3-12/+12
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet1-0/+1
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet1-2/+2
2019-11-05net_sched: do not export gnet_stats_basic_packed to uapiEric Dumazet2-4/+6
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn1-0/+16
2019-11-05icmp: add helpers to recognize ICMP error packetsMatteo Croce2-0/+29
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn3-4/+10
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-77/+145
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller36-124/+251
2019-11-02bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann1-40/+82
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann1-0/+4
2019-11-02uaccess: Add non-pagefault user-space write functionDaniel Borkmann1-0/+12
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds21-79/+116
2019-11-01Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+5
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel2-37/+39
2019-11-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-01Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+17
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov1-6/+6
2019-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-10-31net: dsa: remove the dst->ds arrayVivien Didelot1-5/+0
2019-10-31net: dsa: remove ds->rtableVivien Didelot1-7/+0
2019-10-31net: dsa: list DSA links in the fabricVivien Didelot1-1/+28
2019-10-31bus: fsl-mc: add the fsl_mc_get_endpoint functionIoana Ciornei1-0/+2
2019-10-31net: increase SOMAXCONN to 4096Eric Dumazet1-1/+1
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur1-7/+0
2019-10-31soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur1-0/+18
2019-10-31firmware: broadcom: add OP-TEE based BNXT f/w managerVikas Gupta1-0/+14
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov3-0/+8
2019-10-31efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas1-0/+1
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song1-2/+16
2019-10-31Merge tag 'dmaengine-fix-5.4-rc6' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+3
2019-10-30net: sched: update action implementations to support flagsVlad Buslov1-1/+6
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2-1/+6
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov1-9/+21
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov1-10/+2
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov1-0/+16
2019-10-30net: sched: extract bstats update code into functionVlad Buslov1-0/+7
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov1-0/+2
2019-10-30net: annotate lockless accesses to sk->sk_napi_idEric Dumazet1-3/+3
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce1-8/+11
2019-10-30flow_dissector: add meaningful commentsMatteo Croce1-0/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2