summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-22NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-11-22net: sched: allow act_ct to be built without NF_NATXin Long1-1/+1
2022-11-22net: sparx5: fix error handling in sparx5_port_open()Liu Jian1-2/+12
2022-11-22sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong1-0/+1
2022-11-22net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo1-1/+1
2022-11-22ice: fix handling of burst Tx timestampsJacob Keller2-16/+16
2022-11-22tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing1-1/+4
2022-11-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-19/+23
2022-11-22Merge branch 'tipc-fix-two-race-issues-in-tipc_conn_alloc'Jakub Kicinski1-9/+11
2022-11-22tipc: add an extra conn_get in tipc_conn_allocXin Long1-3/+6
2022-11-22tipc: set con sock in tipc_conn_allocXin Long1-6/+5
2022-11-22net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun1-1/+3
2022-11-21octeontx2-af: cn10k: mcs: Fix copy and paste bug in mcs_bbe_intr_handler()Dan Carpenter1-1/+1
2022-11-21ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook1-1/+1
2022-11-21selftests/net: Find nettest in current directoryDaniel Díaz2-8/+13
2022-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller12-41/+49
2022-11-21net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets()Lu Wei1-5/+2
2022-11-21Merge branch 'nfc-leaks'David S. Miller3-3/+10
2022-11-21nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()Shang XiaoJing1-0/+1
2022-11-21nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing1-2/+6
2022-11-21nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing1-1/+3
2022-11-19macsec: Fix invalid error code setYueHaibing1-1/+0
2022-11-19bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu1-5/+12
2022-11-19Merge branch 'nfp-fixes-for-v6-1'Jakub Kicinski2-1/+4
2022-11-19nfp: add port from netdev validation for EEPROM accessJaco Coetzee1-0/+3
2022-11-19nfp: fill splittable of devlink_port_attrs correctlyDiana Wang1-1/+1
2022-11-19net: pch_gbe: fix pci device refcount leak while module exitingYang Yingliang1-1/+4
2022-11-19octeontx2-af: debugsfs: fix pci device refcount leakYang Yingliang1-0/+3
2022-11-19net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong1-0/+1
2022-11-19net: mvpp2: fix possible invalid pointer dereferenceHui Tang1-2/+6
2022-11-19net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh1-1/+2
2022-11-19net: ethernet: mtk_eth_soc: fix error handling in mtk_open()Liu Jian1-1/+3
2022-11-19iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba1-9/+7
2022-11-19iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2-9/+0
2022-11-19iavf: Do not restart Tx queues after reset task failureIvan Vecera1-1/+15
2022-11-19iavf: Fix a crash during reset taskIvan Vecera1-0/+1
2022-11-18netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso1-2/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu11-39/+45
2022-11-18net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()Wang Hai1-0/+1
2022-11-18nfc/nci: fix race with opening and closingLin Ma1-1/+1
2022-11-18net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO busVladimir Oltean1-0/+6
2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2-15/+24
2022-11-18selftests/net: fix missing xdp_dummyWang Yufen5-15/+23
2022-11-18ipvlan: hold lower dev to avoid possible use-after-freeMahesh Bandewar2-0/+3
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer2-29/+31
2022-11-18net: liquidio: simplify if expressionLeon Romanovsky1-2/+2
2022-11-18Merge branch 'mptcp-selftests-fix-timeouts-and-test-isolation'Jakub Kicinski3-9/+11
2022-11-18selftests: mptcp: fix mibit vs mbit mix upMatthieu Baerts1-2/+3
2022-11-18selftests: mptcp: run mptcp_sockopt from a new netnsMatthieu Baerts1-4/+5
2022-11-18selftests: mptcp: gives slow test-case more timePaolo Abeni1-3/+3