summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: wwan: t7xx: PCIe reset rescanHaijun Liu2022-08-178-2/+212
* net: wwan: t7xx: Infrastructure for early port configurationHaijun Liu2022-08-1710-41/+294
* net: wwan: t7xx: Add AP CLDMAHaijun Liu2022-08-1711-28/+125
* net: phy: broadcom: Implement suspend/resume for AC131 and BCM5241Florian Fainelli2022-08-172-0/+40
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2022-08-175-337/+440
|\
| * ice: introduce ice_ptp_reset_cached_phctime functionJacob Keller2022-08-161-23/+76
| * ice: re-arrange some static functions in ice_ptp.cJacob Keller2022-08-161-336/+336
| * ice: track and warn when PHC update is lateJacob Keller2022-08-163-3/+34
| * ice: track Tx timestamp stats similar to other Intel driversJacob Keller2022-08-164-4/+20
| * ice: initialize cached_phctime when creating Rx ringsJacob Keller2022-08-162-0/+2
| * ice: set tx_tstamps when creating new Tx rings via ethtoolJacob Keller2022-08-161-0/+1
* | tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng2022-08-172-2/+3
* | net: sched: delete unused input parameter in qdisc_createZhengchao Shao2022-08-171-3/+3
* | net: vertexcom: mse102x: Update email addressStefan Wahren2022-08-171-1/+1
* | dt-bindings: vertexcom-mse102x: Update email addressStefan Wahren2022-08-171-1/+1
* | net: sched: remove the unused return value of unregister_qdiscZhengchao Shao2022-08-172-3/+4
|/
* Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-11116-646/+1865
|\
| * net: atm: bring back zatm uAPIJakub Kicinski2022-08-111-0/+47
| * dpaa2-eth: trace the allocated address instead of page structChen Lin2022-08-111-2/+2
| * net: add missing kdoc for struct genl_multicast_group::flagsJakub Kicinski2022-08-111-2/+3
| * nfp: fix use-after-free in area_cache_get()Jialiang Wang2022-08-111-1/+2
| * MAINTAINERS: use my korg address for mt7601uJakub Kicinski2022-08-111-1/+1
| * mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak2022-08-111-7/+0
| * bonding: fix reference count leak in balance-alb modeJay Vosburgh2022-08-111-1/+4
| * net: usb: qmi_wwan: Add support for Cinterion MV32Slark Xiao2022-08-111-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-111-0/+8
| |\
| | * bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov2022-08-111-0/+8
| |/
| * net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-116-15/+54
| * tls: rx: device: don't try to copy too much on detachJakub Kicinski2022-08-111-1/+1
| * tls: rx: device: bound the frag walkJakub Kicinski2022-08-111-1/+7
| * net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-111-1/+1
| * selftests: forwarding: Fix failing tests with old libnetIdo Schimmel2022-08-113-24/+48
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-1119-35/+424
| |\
| | * Merge branch 'fixes for bpf map iterator'Alexei Starovoitov2022-08-108-7/+191
| | |\
| | | * selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-102-0/+15
| | | * selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-102-4/+38
| | | * selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92
| | | * bpf: Only allow sleepable program for resched-able iteratorHou Tao2022-08-101-1/+10
| | | * bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao2022-08-101-1/+1
| | | * bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao2022-08-101-1/+19
| | | * bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao2022-08-101-1/+9
| | | * bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao2022-08-101-0/+2
| | | * bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao2022-08-101-0/+6
| | |/
| | * bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov2022-08-102-8/+16
| | * bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai2022-08-101-6/+6
| | * Merge branch 'Don't reinit map value in prealloc_lru_pop'Alexei Starovoitov2022-08-104-5/+72
| | |\
| | | * selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2022-08-102-0/+70
| | | * bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi2022-08-101-5/+1
| | | * bpf: Allow calling bpf_prog_test kfuncs in tracing programsKumar Kartikeya Dwivedi2022-08-101-0/+1
| | |/
| | * bpf, arm64: Allocate program buffer using kvcalloc instead of kcallocAijun Sun2022-08-081-2/+2