aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-285-19/+58
|\
| * wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi2022-11-251-0/+3
| * wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg2022-11-251-1/+6
| * wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-11-251-1/+2
| * wifi: wilc1000: validate number of channelsPhil Turnbull2022-11-241-6/+16
| * wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull2022-11-241-1/+2
| * wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull2022-11-241-2/+12
| * wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull2022-11-241-5/+16
| * MAINTAINERS: mark rsi wifi driver as orphanMarek Vasut2022-11-221-3/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-287-30/+48
|\ \
| * | selftests/bpf: Make test_bench_attach serialJiri Olsa2022-11-211-3/+1
| * | selftests/bpf: Filter out default_idle from kprobe_multi benchJiri Olsa2022-11-211-1/+3
| * | Merge branch 'Bug fix and test case for special map value field 'Alexei Starovoitov2022-11-212-17/+21
| |\ \
| | * | bpf: Set and check spin lock value in sk_storage_map_testXu Kuohai2022-11-211-16/+20
| | * | bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai2022-11-211-1/+1
| |/ /
| * | Merge branch 'libbpf: Fixes for ring buffer'Andrii Nakryiko2022-11-172-7/+21
| |\ \
| | * | libbpf: Check the validity of size in user_ring_buffer__reserve()Hou Tao2022-11-171-0/+4
| | * | libbpf: Handle size overflow for user ringbuf mmapHou Tao2022-11-171-2/+8
| | * | libbpf: Handle size overflow for ringbuf mmapHou Tao2022-11-171-4/+8
| | * | libbpf: Use page size as max_entries when probing ring buffer mapHou Tao2022-11-171-1/+1
| |/ /
| * | bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao2022-11-151-1/+1
| * | libbpf: Use correct return pointer in attach_raw_tpJiri Olsa2022-11-141-1/+1
* | | ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-11-282-3/+16
* | | Merge branch 'wwan-iosm-fixes'David S. Miller2022-11-282-13/+15
|\ \ \
| * | | net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar2022-11-281-7/+11
| * | | net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar2022-11-281-3/+2
| * | | net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar2022-11-281-1/+1
| * | | net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar2022-11-281-2/+1
|/ / /
* | | net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)2022-11-281-6/+16
* | | net: ethernet: nixge: fix NULL dereferenceYuri Karpov2022-11-281-14/+15
* | | net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-11-281-1/+3
* | | net: net_netdev: Fix error handling in ntb_netdev_init_module()Yuan Can2022-11-281-1/+8
* | | net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()Zhang Changzhong2022-11-281-1/+1
* | | Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2022-11-2812-101/+105
|\ \ \
| * | | net/mlx5e: MACsec, block offload requests with encrypt offEmeel Hakim2022-11-241-0/+5
| * | | net/mlx5e: MACsec, fix Tx SA active field updateRaed Salem2022-11-241-2/+1
| * | | net/mlx5e: MACsec, remove replay window size limitation in offload pathEmeel Hakim2022-11-242-23/+0
| * | | net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leakEmeel Hakim2022-11-241-0/+1
| * | | net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionalityRaed Salem2022-11-241-13/+11
| * | | net/mlx5e: MACsec, fix update Rx secure channel active fieldRaed Salem2022-11-241-1/+1
| * | | net/mlx5e: MACsec, fix memory leak when MACsec device is deletedRaed Salem2022-11-241-44/+33
| * | | net/mlx5e: MACsec, fix RX data path 16 RX security channel limitRaed Salem2022-11-243-7/+14
| * | | net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()YueHaibing2022-11-241-2/+2
| * | | net/mlx5e: Fix a couple error codesDan Carpenter2022-11-241-4/+8
| * | | net/mlx5e: Fix use-after-free when reverting termination tableRoi Dayan2022-11-241-0/+2
| * | | net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing2022-11-241-2/+2
| * | | net/mlx5: E-switch, Fix duplicate lag creationChris Mi2022-11-242-2/+11
| * | | net/mlx5: E-switch, Destroy legacy fdb table when neededChris Mi2022-11-242-0/+10
| * | | net/mlx5: DR, Fix uninitialized var warningYueHaibing2022-11-241-1/+4
* | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-11-285-8/+37
|\ \ \ \