summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-06can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel
2023-10-06net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva
2023-10-06net/packet: Annotate struct packet_fanout with __counted_byKees Cook
2023-10-06netlink: Annotate struct netlink_policy_dump_state with __counted_byKees Cook
2023-10-05netem: Annotate struct disttable with __counted_byKees Cook
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-05mptcp: userspace pm allow creating id 0 subflowGeliang Tang
2023-10-05mptcp: fix delegated action racesPaolo Abeni
2023-10-05net_sched: sch_fq: add TCA_FQ_WEIGHTS attributeEric Dumazet
2023-10-05net_sched: sch_fq: add 3 bands and WRR schedulingEric Dumazet
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet
2023-10-05net_sched: sch_fq: remove q->ktime_cacheEric Dumazet
2023-10-04netlink: annotate data-races around sk->sk_errEric Dumazet
2023-10-04net: skb_queue_purge_reason() optimizationsEric 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-04Merge tag 'nf-next-23-09-28' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-04sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven
2023-10-04tipc: fix a potential deadlock on &tx->lockChengfeng Ye
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-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-04can: raw: Remove NULL check before dev_{put, hold}Jiapeng Chong
2023-10-03net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr
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-03net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplicationLukasz Majewski
2023-10-03net: dsa: notify drivers of MAC address changes on user portsVladimir Oltean
2023-10-03net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani
2023-10-03udp_tunnel: Use flex array to simplify codeChristophe JAILLET
2023-10-03tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet
2023-10-03tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet
2023-10-03tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet
2023-10-03tcp_metrics: add missing barriers on deleteEric Dumazet
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-02handshake: Fix sign of key_serial_t fieldsChuck Lever
2023-10-02handshake: Fix sign of socket file descriptor fieldsChuck Lever
2023-10-02net: openvswitch: Annotate struct dp_meter with __counted_byKees Cook
2023-10-02net: openvswitch: Annotate struct dp_meter_instance with __counted_byKees Cook
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet