summaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu1-1/+4
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells3-1/+12
2023-05-30tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-05-30tcp: deny tcp_disconnect() when threads are waitingEric Dumazet4-0/+13
2023-05-30af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet1-3/+5
2023-05-30netlink: specs: correct types of legacy arraysJakub Kicinski1-24/+8
2023-05-30net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak1-1/+1
2023-05-26nfcsim.c: Fix error checking for debugfs_create_dirOsama Muhammad1-4/+0
2023-05-26amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju1-3/+9
2023-05-26tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2-2/+6
2023-05-26af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2-3/+3
2023-05-26tools: ynl: avoid dict errors on older Python versionsJakub Kicinski1-2/+3
2023-05-26netrom: fix info-leak in nr_write_internal()Eric Dumazet1-3/+4
2023-05-26net: stmmac: fix call trace when stmmac_xdp_xmit() is invokedWei Fang2-2/+7
2023-05-26net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressureThomas Bogendoerfer1-6/+7
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2-0/+4
2023-05-25net: phy: mscc: enable VSC8501/2 RGMII RX clockDavid Epping2-26/+29
2023-05-25net: phy: mscc: remove unnecessary phydev lockingDavid Epping1-4/+0
2023-05-25net: phy: mscc: add support for VSC8501David Epping2-0/+26
2023-05-25net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping1-0/+1
2023-05-25net/handshake: Enable the SNI extension to work properlyChuck Lever5-0/+19
2023-05-25net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-25net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-25net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-25net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-25net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-25Documentation: net/mlx5: Wrap notes in admonition blocksBagas Sanjaya1-5/+9
2023-05-25Documentation: net/mlx5: Add blank line separator before numbered listsBagas Sanjaya1-0/+2
2023-05-25Documentation: net/mlx5: Use bullet and definition lists for vnic counters de...Bagas Sanjaya1-16/+20
2023-05-25Documentation: net/mlx5: Wrap vnic reporter devlink commands in code blocksBagas Sanjaya1-2/+6
2023-05-25net/mlx5: Fix check for allocation failure in comp_irqs_request_pci()Dan Carpenter1-1/+1
2023-05-25net/mlx5: DR, Add missing mutex init/destroy in pattern managerYevgeny Kliteynik1-0/+3
2023-05-25net/mlx5e: Move Ethernet driver debugfs to profile init callbackJianbo Liu2-5/+11
2023-05-25net/mlx5e: Don't attach netdev profile while handling internal errorDmytro Linkin1-4/+31
2023-05-25net/mlx5: Fix post parse infra to only parse every action onceVlad Buslov3-5/+12
2023-05-25net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea4-21/+26
2023-05-25net/mlx5: fw_tracer, Fix event handlingShay Drory1-1/+1
2023-05-25net/mlx5: SF, Drain health before removing deviceShay Drory1-0/+1
2023-05-25net/mlx5: Drain health before unregistering devlinkShay Drory1-3/+4
2023-05-25net/mlx5e: Do not update SBCM when prio2buffer command is invalidMaher Sanalla1-2/+2
2023-05-25net/mlx5e: Consider internal buffers size in port buffer calculationsMaher Sanalla3-21/+36
2023-05-25net/mlx5e: Prevent encap offload when neigh update is runningChris Mi1-17/+20
2023-05-25net/mlx5e: Extract remaining tunnel encap code to dedicated fileChris Mi3-87/+94
2023-05-24ALSA: hda/realtek: Enable headset onLenovo M70/M90Bin Li1-0/+2
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia1-0/+2
2023-05-24net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL1-6/+2
2023-05-24docs: netdev: document the existence of the mail botJakub Kicinski1-7/+26
2023-05-24net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-24r8169: Use a raw_spinlock_t for the register locks.Sebastian Andrzej Siewior1-22/+22
2023-05-24page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2-20/+26