summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2019-11-081-1/+1
* net: use u64_stats_t in struct pcpu_lstatsEric Dumazet2019-11-081-4/+4
* u64_stats: provide u64_stats_t typeEric Dumazet2019-11-081-4/+47
* net: provide dev_lstats_add() helperEric Dumazet2019-11-081-0/+10
* net: provide dev_lstats_read() helperEric Dumazet2019-11-081-0/+2
* devlink: Add layer 3 generic packet exception trapsAmit Cohen2019-11-081-0/+18
* devlink: Add layer 3 generic packet trapsAmit Cohen2019-11-081-0/+27
* tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-081-3/+9
* dt-bindings: net: phy: Add support for AT803XMichael Walle2019-11-071-0/+13
* net: silence data-races on sk_backlog.tailEric Dumazet2019-11-071-2/+2
* lwtunnel: add options setting and dumping for erspanXin Long2019-11-071-0/+12
* lwtunnel: add options setting and dumping for vxlanXin Long2019-11-071-0/+9
* lwtunnel: add options setting and dumping for geneveXin Long2019-11-071-0/+20
* net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-071-1/+1
* net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-071-3/+3
* net: avoid potential false sharing in neighbor related codeEric Dumazet2019-11-073-12/+12
* net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2019-11-061-0/+1
* net_sched: extend packet counter to 64bitEric Dumazet2019-11-061-2/+2
* net_sched: do not export gnet_stats_basic_packed to uapiEric Dumazet2019-11-062-4/+6
* net: dsa: Add support for devlink resourcesAndrew Lunn2019-11-061-0/+16
* icmp: add helpers to recognize ICMP error packetsMatteo Croce2019-11-052-0/+29
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-043-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-025-77/+145
|\
| * bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-021-40/+82
| * uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann2019-11-021-0/+4
| * uaccess: Add non-pagefault user-space write functionDaniel Borkmann2019-11-021-0/+12
| * xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel2019-11-022-37/+39
| * bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-313-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0236-124/+251
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-0221-79/+116
| |\ \
| | * | net: increase SOMAXCONN to 4096Eric Dumazet2019-10-311-1/+1
| | * | net: annotate lockless accesses to sk->sk_napi_idEric Dumazet2019-10-311-3/+3
| | * | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
| | * | net/mlx5: Fix flow counter list auto bits structRoi Dayan2019-10-301-2/+1
| | * | net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-10-292-3/+31
| | * | net: add skb_queue_empty_lockless()Eric Dumazet2019-10-281-9/+24
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-271-0/+1
| | |\ \
| | | * | ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-10-241-0/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-271-1/+0
| | |\ \ \
| | | * | | bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-221-1/+0
| | * | | | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-261-1/+1
| | * | | | net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)2019-10-261-3/+7
| | * | | | net: remove unnecessary variables and callbackTaehee Yoo2019-10-244-25/+0
| | * | | | vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-0/+1
| | * | | | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-0/+10
| | * | | | team: fix nested locking lockdep warningTaehee Yoo2019-10-241-0/+1
| | * | | | bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-10-241-0/+1
| | * | | | net: core: add generic lockdep keysTaehee Yoo2019-10-241-22/+13
| | * | | | net: core: limit nested device depthTaehee Yoo2019-10-241-0/+4
| | * | | | net/flow_dissector: switch to siphashEric Dumazet2019-10-244-5/+7
| | | |/ / | | |/| |