summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-256-48/+12
* bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau2020-09-253-24/+22
* bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau2020-09-253-22/+82
* bpf: Move the PTR_TO_BTF_ID check to check_reg_type()Martin KaFai Lau2020-09-251-29/+31
* Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-09-242-12/+45
|\
| * rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney2020-09-171-0/+2
| * rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney2020-09-171-4/+4
| * rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney2020-09-172-0/+10
| * rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TracePaul E. McKenney2020-09-171-1/+9
| * rcu-tasks: Selectively enable more RCU Tasks Trace IPIsPaul E. McKenney2020-09-171-2/+3
| * rcu-tasks: Use more aggressive polling for RCU Tasks TracePaul E. McKenney2020-09-171-2/+14
| * rcu-tasks: Mark variables staticPaul E. McKenney2020-09-171-3/+3
* | Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov2020-09-241-2/+6
* | Merge branch 'net-dsa-bcm_sf2-Additional-DT-changes'David S. Miller2020-09-241-1/+12
|\ \
| * | net: dsa: bcm_sf2: Include address 0 for MDIO diversionFlorian Fainelli2020-09-241-1/+1
| * | net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU portFlorian Fainelli2020-09-241-0/+11
|/ /
* | Merge branch 'octeontx2-Add-support-for-VLAN-based-flow-distribution'David S. Miller2020-09-244-1/+17
|\ \
| * | octeontx2-pf: Support to change VLAN based RSS hash options via ethtoolGeorge Cherian2020-09-242-1/+8
| * | octeontx2-af: Add support for VLAN based RSS hashingGeorge Cherian2020-09-242-0/+9
|/ /
* | net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab2020-09-241-2/+2
* | Merge branch 'net-mdio-ipq4019-add-Clause-45-support'David S. Miller2020-09-241-17/+92
|\ \
| * | net: mdio-ipq4019: add Clause 45 supportRobert Marko2020-09-241-14/+89
| * | net: mdio-ipq4019: change defines to upper caseRobert Marko2020-09-241-3/+3
|/ /
* | Merge branch 'Introduce-mbox-tracepoints-for-Octeontx2'David S. Miller2020-09-249-2/+146
|\ \
| * | octeontx2-pf: Add tracepoints for PF/VF mailboxSubbaraya Sundeep2020-09-243-0/+10
| * | octeontx2-af: Introduce tracepoints for mailboxSubbaraya Sundeep2020-09-246-2/+136
|/ /
* | net: allwinner: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-09-241-4/+2
* | net: hns3: Constify static structsRikard Falkeborn2020-09-242-18/+18
* | Merge branch 'net-bridge-mcast-IGMPv3-MLDv2-fast-path-part-2'David S. Miller2020-09-237-238/+916
|\ \
| * | net: bridge: mcast: when forwarding handle filter mode and blocked flagNikolay Aleksandrov2020-09-231-1/+14
| * | net: bridge: mcast: handle host stateNikolay Aleksandrov2020-09-231-0/+58
| * | net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov2020-09-234-6/+47
| * | net: bridge: mcast: handle port group filter modesNikolay Aleksandrov2020-09-234-2/+216
| * | net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov2020-09-232-39/+138
| * | net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov2020-09-234-65/+111
| * | net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov2020-09-234-19/+34
| * | net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)Nikolay Aleksandrov2020-09-231-0/+18
| * | net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov2020-09-233-28/+130
| * | net: bridge: mdb: add support to extend add/del commandsNikolay Aleksandrov2020-09-232-3/+31
| * | net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov2020-09-234-29/+29
| * | net: bridge: mcast: use br_ip's src for src groups and querier addressNikolay Aleksandrov2020-09-232-30/+30
| * | net: bridge: add src field to br_ipNikolay Aleksandrov2020-09-231-0/+6
| * | net: bridge: mdb: use extack in br_mdb_add() and br_mdb_add_group()Nikolay Aleksandrov2020-09-231-12/+42
| * | net: bridge: mdb: move all port and bridge checks to br_mdb_addNikolay Aleksandrov2020-09-231-17/+7
| * | net: bridge: mdb: use extack in br_mdb_parse()Nikolay Aleksandrov2020-09-231-21/+39
|/ /
* | net: realtek: Remove set but not used variableZheng Yongjun2020-09-231-2/+2
* | hinic: improve the comments of function headerLuo bin2020-09-236-4/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-23124-2040/+4211
|\ \
| * | tools resolve_btfids: Always force HOSTARCHJiri Olsa2020-09-231-0/+2
| * | bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa2020-09-232-4/+6