aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-21nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing1-1/+3
2022-11-18macsec: Fix invalid error code setYueHaibing1-1/+0
2022-11-18bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu1-5/+12
2022-11-18Merge branch 'nfp-fixes-for-v6-1'Jakub Kicinski2-1/+4
2022-11-18nfp: add port from netdev validation for EEPROM accessJaco Coetzee1-0/+3
2022-11-18nfp: fill splittable of devlink_port_attrs correctlyDiana Wang1-1/+1
2022-11-18net: pch_gbe: fix pci device refcount leak while module exitingYang Yingliang1-1/+4
2022-11-18octeontx2-af: debugsfs: fix pci device refcount leakYang Yingliang1-0/+3
2022-11-18net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong1-0/+1
2022-11-18net: mvpp2: fix possible invalid pointer dereferenceHui Tang1-2/+6
2022-11-18net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh1-1/+2
2022-11-18net: ethernet: mtk_eth_soc: fix error handling in mtk_open()Liu Jian1-1/+3
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-17Merge branch 'mptcp-selftests-fix-timeouts-and-test-isolation'Jakub Kicinski3-9/+11
2022-11-17selftests: mptcp: fix mibit vs mbit mix upMatthieu Baerts1-2/+3
2022-11-17selftests: mptcp: run mptcp_sockopt from a new netnsMatthieu Baerts1-4/+5
2022-11-17selftests: mptcp: gives slow test-case more timePaolo Abeni1-3/+3
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds59-311/+477
2022-11-17net: use struct_group to copy ip/ipv6 header addressesHangbin Liu4-6/+10
2022-11-17net: usb: smsc95xx: fix external PHY resetAlexandru Tachici1-4/+42
2022-11-17net: usb: qmi_wwan: add Telit 0x103a compositionEnrico Sau1-0/+1
2022-11-16netdevsim: Fix memory leak of nsim_dev->fa_cookieWang Yufen1-0/+1
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-9/+18
2022-11-16Merge tag 'pinctrl-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds26-7/+103
2022-11-16Merge tag 'platform-drivers-x86-v6.1-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-8/+124
2022-11-16tcp: configurable source port perturb table sizeGleb Mazovetskiy2-5/+15
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2-7/+14
2022-11-16net: thunderbolt: Fix error handling in tbnet_init()Yuan Can1-5/+14
2022-11-16Merge branch 'microchip-fixes'David S. Miller3-0/+9
2022-11-16net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2-0/+6
2022-11-16net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()Shang XiaoJing1-0/+3
2022-11-16platform/x86: ideapad-laptop: Add module parameters to match DMI quirk tablesHans de Goede1-3/+19
2022-11-16platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Y...Arnav Rawat1-0/+17
2022-11-16platform/x86: hp-wmi: Ignore Smart Experience App eventKai-Heng Feng1-0/+3
2022-11-16platform/surface: aggregator_registry: Add support for Surface Laptop 5Maximilian Luz1-0/+16
2022-11-15net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean1-0/+10
2022-11-15net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun1-1/+1
2022-11-15net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian1-1/+2
2022-11-15AMerge tag 'netfs-fixes-20221115' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+16
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-37/+54
2022-11-15x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov7-18/+21
2022-11-15netfs: Fix dodgy mathsDavid Howells1-8/+9
2022-11-15netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells2-2/+10