aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui2022-11-031-2/+0
* ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-021-4/+10
* bridge: Fix flushing of dynamic FDB entriesIdo Schimmel2022-11-022-2/+2
* net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-021-1/+1
* net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-021-2/+4
* stmmac: dwmac-loongson: fix invalid mdio_nodeLiu Peibao2022-11-021-5/+2
* ibmvnic: Free rwi on reset successNick Child2022-11-021-8/+8
* net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui2022-11-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-025-37/+52
|\
| * netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-021-24/+6
| * netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin2022-11-021-1/+10
| * ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao2022-11-021-2/+8
| * ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao2022-11-021-5/+21
| * ipvs: use explicitly signed charsJason A. Donenfeld2022-11-021-2/+2
| * netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso2022-11-011-3/+3
| * netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso2022-11-011-0/+2
* | Merge tag 'for-net-2022-10-02' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-11-024-22/+98
|\ \
| * | Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz2022-11-021-1/+2
| * | Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz2022-11-021-1/+1
| * | Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-11-021-0/+25
| * | Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz2022-11-021-0/+11
| * | Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei2022-11-021-4/+3
| * | Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao2022-11-021-0/+1
| * | Bluetooth: virtio_bt: Use skb_put to set lengthSoenke Huster2022-11-021-1/+1
| * | Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen2022-11-022-8/+13
| * | Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy2022-11-021-7/+41
|/ /
* | Merge branch 'misdn-fixes'David S. Miller2022-11-022-3/+4
|\ \
| * | isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang2022-11-021-1/+1
| * | mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang2022-11-021-2/+3
|/ /
* | rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong2022-11-021-0/+3
* | netlink: introduce bigendian integer typesFlorian Westphal2022-11-013-38/+28
* | net: lan966x: Fix unmapping of received frames using FDMAHoratiu Vultur2022-11-011-6/+12
* | Merge branch 'net-lan966x-fixes-for-when-mtu-is-changed'Jakub Kicinski2022-11-015-4/+31
|\ \
| * | net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur2022-11-012-3/+7
| * | net: lan966x: Adjust maximum frame size when vlan is enabled/disabledHoratiu Vultur2022-11-012-0/+21
| * | net: lan966x: Fix the MTU calculationHoratiu Vultur2022-11-012-1/+3
|/ /
* / sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET2022-11-011-2/+6
|/
* net: tun: fix bugs for oversize packet when napi frags enabledZiyang Xuan2022-10-311-1/+2
* ibmvnic: change maintainers for vnic driverRick Lindsley2022-10-311-1/+4
* net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-10-311-1/+3
* net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong2022-10-311-2/+2
* Merge branch 'nfc-skb-leaks'David S. Miller2022-10-304-6/+26
|\
| * nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-10-301-1/+6
| * nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()Shang XiaoJing2022-10-301-2/+6
| * nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing2022-10-301-2/+5
| * nfc: fdp: Fix potential memory leak in fdp_nci_send()Shang XiaoJing2022-10-301-1/+9
|/
* net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean2022-10-281-3/+10
* net: ethernet: adi: adin1110: Fix notifiersAlexandru Tachici2022-10-281-9/+29
* Merge branch 'a-few-corrections-for-sock_support_zc'Jakub Kicinski2022-10-287-8/+21
|\
| * net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher2022-10-281-0/+2