summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mISDN: Update parameter type of dsp_cmx_send()Nathan Chancellor2023-08-033-3/+3
* Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-03123-446/+982
|\
| * MAINTAINERS: update TUN/TAP maintainersJakub Kicinski2023-08-031-1/+4
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-033-20/+37
| |\
| | * Merge branch 'Two fixes for cpu-map'Martin KaFai Lau2023-07-311-14/+21
| | |\
| | | * bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao2023-07-311-4/+10
| | | * bpf, cpumap: Make sure kthread is running before map update returnsHou Tao2023-07-311-10/+11
| | |/
| | * bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsingLin Ma2023-07-271-1/+4
| | * Merge branch 'bpf-disable-preemption-in-perf_event_output-helpers-code'Alexei Starovoitov2023-07-251-5/+12
| | |\
| | | * bpf: Disable preemption in bpf_event_outputJiri Olsa2023-07-251-1/+5
| | | * bpf: Disable preemption in bpf_perf_event_outputJiri Olsa2023-07-251-4/+7
| | |/
| * | Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-038-35/+25
| |\ \
| | * | wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()Hans de Goede2023-08-021-1/+6
| | * | wifi: ray_cs: Replace 1-element array with flexible arrayKees Cook2023-08-011-1/+1
| | * | MAINTAINERS: add Jeff as ath10k, ath11k and ath12k maintainerKalle Valo2023-07-261-0/+3
| | * | MAINTAINERS: wifi: mark mlw8k as orphanKalle Valo2023-07-261-2/+1
| | * | MAINTAINERS: wifi: mark b43 as orphanKalle Valo2023-07-261-1/+1
| | * | MAINTAINERS: wifi: mark zd1211rw as orphanKalle Valo2023-07-261-4/+1
| | * | MAINTAINERS: wifi: mark wl3501 as orphanKalle Valo2023-07-261-1/+1
| | * | MAINTAINERS: wifi: mark rndis_wlan as orphanKalle Valo2023-07-261-2/+1
| | * | MAINTAINERS: wifi: mark ar5523 as orphanKalle Valo2023-07-261-2/+1
| | * | MAINTAINERS: wifi: mark cw1200 as orphanKalle Valo2023-07-261-2/+1
| | * | MAINTAINERS: wifi: atmel: mark as orphanKalle Valo2023-07-261-2/+1
| | * | MAINTAINERS: wifi: rtw88: change Ping as the maintainerKalle Valo2023-07-261-1/+1
| | * | Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on ...Kalle Valo2023-07-261-5/+0
| | * | wifi: cfg80211: Fix return value in scan logicIlan Peer2023-07-261-1/+1
| | * | Revert "wifi: ath11k: Enable threaded NAPI"Kalle Valo2023-07-262-2/+0
| | * | MAINTAINERS: Update mwifiex maintainer listBrian Norris2023-07-241-5/+2
| | * | wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser2023-07-241-3/+3
| * | | test/vsock: remove vsock_perf executable on `make clean`Stefano Garzarella2023-08-031-1/+1
| * | | Merge branch 'tcp_metrics-series-of-fixes'Jakub Kicinski2023-08-031-26/+44
| |\ \ \
| | * | | tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet2023-08-031-4/+5
| | * | | tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet2023-08-031-4/+7
| | * | | tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet2023-08-031-9/+14
| | * | | tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet2023-08-031-2/+4
| | * | | tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet2023-08-031-6/+13
| | * | | tcp_metrics: fix addr_same() helperEric Dumazet2023-08-031-1/+1
| |/ / /
| * | | prestera: fix fallback to previous version on same major versionJonas Gorski2023-08-031-1/+2
| * | | udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells2023-08-021-0/+9
| * | | Merge branch 'mlx5-ipsec-fixes'Jakub Kicinski2023-08-022-22/+85
| |\ \ \
| | * | | net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky2023-08-021-2/+2
| | * | | net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu2023-08-021-8/+72
| | * | | net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu2023-08-021-15/+14
| |/ / /
| * | | vxlan: Fix nexthop hash sizeBenjamin Poirier2023-08-021-2/+2
| * | | ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing2023-08-021-1/+1
| * | | s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter2023-08-024-9/+11
| * | | Merge branch 'tun-tap-uid'David S. Miller2023-08-022-2/+2
| |\ \ \
| | * | | net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
| | * | | net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
| |/ / /
| * | | net: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma2023-08-011-1/+1