aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-228-16/+41
* dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-227-86/+56
* dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima2022-11-221-7/+4
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-224-0/+8
* tsnep: Fix rotten packetsGerhard Engleder2022-11-221-1/+56
* octeontx2-pf: Remove duplicate MACSEC settingZheng Bin2022-11-221-1/+0
* bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang2022-11-221-4/+8
* NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-11-221-1/+3
* net: sched: allow act_ct to be built without NF_NATXin Long2022-11-221-1/+1
* net: sparx5: fix error handling in sparx5_port_open()Liu Jian2022-11-221-2/+12
* sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong2022-11-221-0/+1
* net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo2022-11-221-1/+1
* ice: fix handling of burst Tx timestampsJacob Keller2022-11-212-16/+16
* tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-11-211-1/+4
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-11-212-19/+23
|\
| * iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba2022-11-181-9/+7
| * iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2022-11-182-9/+0
| * iavf: Do not restart Tx queues after reset task failureIvan Vecera2022-11-181-1/+15
| * iavf: Fix a crash during reset taskIvan Vecera2022-11-181-0/+1
* | Merge branch 'tipc-fix-two-race-issues-in-tipc_conn_alloc'Jakub Kicinski2022-11-211-9/+11
|\ \
| * | tipc: add an extra conn_get in tipc_conn_allocXin Long2022-11-211-3/+6
| * | tipc: set con sock in tipc_conn_allocXin Long2022-11-211-6/+5
|/ /
* | net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun2022-11-211-1/+3
* | octeontx2-af: cn10k: mcs: Fix copy and paste bug in mcs_bbe_intr_handler()Dan Carpenter2022-11-211-1/+1
* | ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook2022-11-211-1/+1
* | selftests/net: Find nettest in current directoryDaniel Díaz2022-11-212-8/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-11-2112-41/+49
|\ \
| * | netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso2022-11-181-2/+4
| * | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-1811-39/+45
* | | net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets()Lu Wei2022-11-211-5/+2
* | | Merge branch 'nfc-leaks'David S. Miller2022-11-213-3/+10
|\ \ \
| * | | nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()Shang XiaoJing2022-11-211-0/+1
| * | | nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing2022-11-211-2/+6
| * | | nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-11-211-1/+3
|/ / /
* | | macsec: Fix invalid error code setYueHaibing2022-11-181-1/+0
* | | bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu2022-11-181-5/+12
* | | Merge branch 'nfp-fixes-for-v6-1'Jakub Kicinski2022-11-182-1/+4
|\ \ \
| * | | nfp: add port from netdev validation for EEPROM accessJaco Coetzee2022-11-181-0/+3
| * | | nfp: fill splittable of devlink_port_attrs correctlyDiana Wang2022-11-181-1/+1
|/ / /
* | | net: pch_gbe: fix pci device refcount leak while module exitingYang Yingliang2022-11-181-1/+4
* | | octeontx2-af: debugsfs: fix pci device refcount leakYang Yingliang2022-11-181-0/+3
* | | net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong2022-11-181-0/+1
* | | net: mvpp2: fix possible invalid pointer dereferenceHui Tang2022-11-181-2/+6
* | | net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh2022-11-181-1/+2
* | | net: ethernet: mtk_eth_soc: fix error handling in mtk_open()Liu Jian2022-11-181-1/+3
| |/ |/|
* | net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()Wang Hai2022-11-181-0/+1
* | nfc/nci: fix race with opening and closingLin Ma2022-11-181-1/+1
* | net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO busVladimir Oltean2022-11-181-0/+6
* | rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-11-182-15/+24
* | selftests/net: fix missing xdp_dummyWang Yufen2022-11-185-15/+23
|/