summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-17310-36973/+38456
|\
| * Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-1759-311/+477
| |\
| | * net: use struct_group to copy ip/ipv6 header addressesHangbin Liu2022-11-174-6/+10
| | * net: usb: smsc95xx: fix external PHY resetAlexandru Tachici2022-11-171-4/+42
| | * net: usb: qmi_wwan: add Telit 0x103a compositionEnrico Sau2022-11-171-0/+1
| | * netdevsim: Fix memory leak of nsim_dev->fa_cookieWang Yufen2022-11-161-0/+1
| | * tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-11-162-5/+15
| | * l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-162-7/+14
| | * net: thunderbolt: Fix error handling in tbnet_init()Yuan Can2022-11-161-5/+14
| | * Merge branch 'microchip-fixes'David S. Miller2022-11-163-0/+9
| | |\
| | | * 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
| | | |/