aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix wrong reg type conversion in release_reference()Youlin Li2022-11-041-2/+6
* bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-033-9/+7
* tools/headers: Pull in stddef.h to uapi to fix BPF selftests build in CIAndrii Nakryiko2022-11-032-0/+48
* net/ipv4: Fix linux/in.h header dependenciesAndrii Nakryiko2022-11-031-0/+1
* bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEPu Lehui2022-11-021-0/+3
* bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen2022-11-011-3/+5
* bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook2022-11-011-2/+7
* 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
| * net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov2022-10-281-0/+3
| * net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov2022-10-284-8/+15
| * udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov2022-10-281-0/+1
|/
* enic: MAINTAINERS: Update enic maintainersGovindarajulu Varadarajan2022-10-281-1/+1
* net: openvswitch: add missing .resv_start_opJakub Kicinski2022-10-281-0/+1
* netlink: hide validation union fields from kdocJakub Kicinski2022-10-281-13/+18
* net: emaclite: update reset_lock member documentationRadhey Shyam Pandey2022-10-281-1/+1
* net: dsa: Fix possible memory leaks in dsa_loop_init()Chen Zhongjin2022-10-281-7/+18
* Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-2762-347/+1197
|\
| * net: enetc: survive memory pressure without crashingVladimir Oltean2022-10-271-0/+5
| * kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet2022-10-271-1/+1
| * net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-10-271-1/+1
| * net/mlx5e: Fix macsec sci endianness at rx sa updateRaed Salem2022-10-271-1/+1
| * net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule functionRaed Salem2022-10-271-1/+1
| * net/mlx5e: Fix macsec rx security association (SA) update/deleteRaed Salem2022-10-271-6/+6
| * net/mlx5e: Fix macsec coverity issue at rx sa updateRaed Salem2022-10-271-1/+1
| * net/mlx5: Fix crash during sync firmware resetSuresh Devarakonda2022-10-271-3/+3
| * net/mlx5: Update fw fatal reporter state on PCI handlers successful recoverRoy Novich2022-10-271-0/+4
| * net/mlx5e: TC, Fix cloned flow attr instance dests are not zeroedRoi Dayan2022-10-271-0/+4
| * net/mlx5e: TC, Reject forwarding from internal port to internal portAriel Levkovich2022-10-271-1/+11
| * net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan2022-10-272-6/+6
| * net/mlx5: ASO, Create the ASO SQ with the correct timestamp formatSaeed Mahameed2022-10-271-0/+7
| * net/mlx5e: Update restore chain id for slow path packetsPaul Blakey2022-10-272-2/+62
| * net/mlx5e: Extend SKB room check to include PTP-SQAya Levin2022-10-273-0/+21
| * net/mlx5: DR, Fix matcher disconnect error flowRongwei Liu2022-10-271-1/+2
| * net/mlx5: Wait for firmware to enable CRS before pci_restore_stateMoshe Shemesh2022-10-271-0/+17
| * net/mlx5e: Do not increment ESN when updating IPsec ESN stateHyong Youb Kim2022-10-271-3/+0
| * Merge branch 'fix-some-issues-in-netdevsim-driver'Jakub Kicinski2022-10-271-11/+20
| |\
| | * netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failedZhengchao Shao2022-10-271-4/+7
| | * netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_regist...Zhengchao Shao2022-10-271-7/+13
| |/