aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | net/mlx5e: TC, Fix slab-out-of-bounds in parse_tc_actionsRoi Dayan2022-11-091-2/+6
| | * | net/mlx5e: E-Switch, Fix comparing termination table instanceRoi Dayan2022-11-091-6/+8
| | * | net/mlx5e: TC, Fix wrong rejection of packet-per-second policingJianbo Liu2022-11-091-6/+0
| | * | net/mlx5e: Fix tc acts array not to be dependent on enum orderRoi Dayan2022-11-091-60/+32
| | * | net/mlx5e: Fix usage of DMA sync APIMaxim Mikityanskiy2022-11-092-15/+16
| | * | net/mlx5e: Add missing sanity checks for max TX WQE sizeMaxim Mikityanskiy2022-11-093-1/+35
| | * | net/mlx5: fw_reset: Don't try to load device in case PCI isn't workingShay Drory2022-11-091-1/+2
| | * | net/mlx5: E-switch, Set to legacy mode if failed to change switchdev modeChris Mi2022-11-092-21/+11
| | * | net/mlx5: Allow async trigger completion execution on single CPU systemsRoy Novich2022-11-091-3/+8
| | * | net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov2022-11-091-0/+31
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-11-105-2/+33
| |\ \ \
| | * | | iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron2022-11-091-0/+2
| | * | | ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski2022-11-094-2/+31
| | |/ /
| * | | eth: sp7021: drop free_netdev() from spl2sw_init_netdev()Wei Yongjun2022-11-101-1/+0
| * | | MAINTAINERS: Move Vivien to CREDITSFlorian Fainelli2022-11-102-2/+5
| * | | net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang2022-11-101-1/+3
| * | | ethernet: tundra: free irq when alloc ring failed in tsi108_open()Zhengchao Shao2022-11-101-1/+4
| * | | net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao2022-11-101-0/+1
| * | | ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao2022-11-101-9/+20