aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2022-11-162-0/+6
* net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()Shang XiaoJing2022-11-161-0/+3
* net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean2022-11-151-0/+10
* net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun2022-11-151-1/+1
* net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian2022-11-151-1/+2
* bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel2022-11-151-3/+14
* Merge branch 'net-hns3-this-series-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni2022-11-156-99/+103
|\
| * net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang2022-11-151-3/+7
| * net: hns3: fix return value check bug of rx copybreakJie Wang2022-11-151-2/+2
| * net: hns3: fix incorrect hw rss hash type of rx packetJian Shen2022-11-156-94/+94
|/
* net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin2022-11-151-7/+9
* net: ena: Fix error handling in ena_init()Yuan Can2022-11-151-1/+7
* kcm: close race conditions on sk_receive_queueCong Wang2022-11-151-52/+6
* net: ionic: Fix error handling in ionic_init_module()Yuan Can2022-11-141-1/+7
* mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removedAmit Cohen2022-11-141-0/+2
* net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean2022-11-143-2/+18
* net: mhi: Fix memory leak in mhi_net_dellink()Wei Yongjun2022-11-141-0/+2
* Merge branch 'octeon_ep-fixes'David S. Miller2022-11-141-5/+11
|\
| * octeon_ep: ensure get mac address successfully before eth_hw_addr_set()Ziyang Xuan2022-11-141-1/+5
| * octeon_ep: fix potential memory leak in octep_device_setup()Ziyang Xuan2022-11-141-1/+5
| * octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()Ziyang Xuan2022-11-141-1/+1
| * octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()Ziyang Xuan2022-11-141-2/+0
|/
* bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui2022-11-141-1/+9
* net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao2022-11-141-3/+0
* net: macvlan: Use built-in RCU list checkingChuang Wang2022-11-141-2/+2
* mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo2022-11-141-1/+1
* net: liquidio: release resources when liquidio driver open failedZhengchao Shao2022-11-141-8/+26
* mctp i2c: don't count unused / invalid keys for flow releaseJeremy Kerr2022-11-111-15/+32
* net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao2022-11-111-2/+3
* net: stmmac: ensure tx function is not running in stmmac_xdp_release()Mohd Faizal Abdul Rahim2022-11-111-0/+3
* net: phy: dp83867: Fix SGMII FIFO depth for non OF devicesMichael Sit Wei Hong2022-11-111-0/+7
* net: hinic: Fix error handling in hinic_module_init()Yuan Can2022-11-111-1/+8
* mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang2022-11-111-1/+2
* net: bgmac: Drop free_netdev() from bgmac_enet_remove()Wei Yongjun2022-11-111-1/+0
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-11-1111-74/+83
|\
| * bpf: Fix offset calculation error in __copy_map_value and zero_map_valueXu Kuohai2022-11-111-2/+2
| * bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai2022-11-111-12/+11
| * Merge branch 'Fix offset when fault occurs in strncpy_from_kernel_nofault()'Andrii Nakryiko2022-11-113-1/+13
| |\
| | * selftests: bpf: Add a test when bpf_probe_read_kernel_str() returns EFAULTAlban Crequy2022-11-112-0/+12
| | * maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy2022-11-111-1/+1
| |/
| * selftests/bpf: Fix test_progs compilation failure in 32-bit archYang Jihong2022-11-091-1/+1
| * selftests/bpf: Fix casting error when cross-compiling test_verifier for 32-bi...Pu Lehui2022-11-091-1/+1
| * bpf: Fix memory leaks in __check_func_callWang Yufen2022-11-081-5/+9
| * bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor2022-11-071-1/+1
| * bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra2022-11-042-15/+46
| * bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra2022-11-043-39/+1
| * bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong2022-11-041-0/+1
* | nfp: change eeprom length to max length enumeratorsJaco Coetzee2022-11-111-3/+3
* | Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-10154-513/+984
|\ \
| * \ Merge tag 'mlx5-fixes-2022-11-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-11-1013-115/+149
| |\ \