summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-06can: sun4i_can: Only show Kconfig if ARCH_SUNXI is setJohn Watts
2023-10-06can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel
2023-10-04netlink: annotate data-races around sk->sk_errEric Dumazet
2023-10-04sctp: update hb timer immediately after users change hb_intervalXin Long
2023-10-04sctp: update transport state when processing a dupcook packetXin Long
2023-10-04tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-04tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-04Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2023-10-04page_pool: fix documentation typosRandy Dunlap
2023-10-04tipc: fix a potential deadlock on &tx->lockChengfeng Ye
2023-10-04net: stmmac: dwmac-stm32: fix resume on STM32 MCUBen Wolsieffer
2023-10-04ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-04netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal
2023-10-04netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter
2023-10-04selftests: netfilter: Extend nft_audit.shPhil Sutter
2023-10-04selftests: netfilter: test for sctp collision processing in nf_conntrackXin Long
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-10-04netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal
2023-10-04ibmveth: Remove condition to recompute TCP header checksum.David Wilder
2023-10-04dmaengine: ti: k3-udma-glue: clean up k3_udma_glue_tx_get_irq() returnDan Carpenter
2023-10-04net: ti: icssg-prueth: Fix signedness bug in prueth_init_tx_chns()Dan Carpenter
2023-10-04net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()Dan Carpenter
2023-10-04vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()Stefano Garzarella
2023-10-03rswitch: Fix PHY station management clock settingYoshihiro Shimoda
2023-10-03net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-10-03ethtool: plca: fix plca enable data type while parsing the valueParthiban Veerasooran
2023-10-03qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva
2023-10-03net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_regShigeru Yoshida
2023-10-03ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu
2023-10-02sky2: Make sure there is at least one frag_addr availableKees Cook
2023-10-02net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absentFabio Estevam
2023-10-02ptp: ocp: Fix error handling in ptp_ocp_device_initDinghao Liu
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-01net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-10-01ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells
2023-10-01neighbour: fix data-races around n->outputEric Dumazet
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-10-01Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2023-10-01net: stmmac: platform: fix the incorrect parameterClark Wang
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao
2023-09-29selftest/bpf: Add various selftests for program limitsDaniel Borkmann
2023-09-29bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann
2023-09-29bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki
2023-09-29bpf, sockmap: Add tests for MSG_F_PEEKJohn Fastabend
2023-09-29bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend