aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-25netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-25udp: annotate data-races around up->pendingEric Dumazet
2024-01-25sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet
2024-01-25ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando
2024-01-11Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-01-11Merge tag 'v6.1.72' into v6.1/standard/baseBruce Ashfield
2024-01-10udp: annotate data-races around udp->encap_typeEric Dumazet
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2024-01-10udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2024-01-10udp: introduce udp->udp_flagsEric Dumazet
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells
2024-01-10udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet
2024-01-10net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-12-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-12-27Merge tag 'v6.1.69' into v6.1/standard/baseBruce Ashfield
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-12-18Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-12-18Merge tag 'v6.1.68' into v6.1/standard/baseBruce Ashfield
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-12-13ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida
2023-12-13tcp: fix mid stream window clamp.Paolo Abeni
2023-12-09Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-12-09Merge tag 'v6.1.66' into v6.1/standard/baseBruce Ashfield
2023-12-08ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao
2023-12-05Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-12-05net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo
2023-12-05net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo
2023-12-05net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2023-12-03Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-12-03Merge tag 'v6.1.65' into v6.1/standard/baseBruce Ashfield
2023-12-03Merge tag 'v6.1.64' into v6.1/standard/baseBruce Ashfield
2023-12-03Merge tag 'v6.1.63' into v6.1/standard/baseBruce Ashfield
2023-12-03ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-11-28net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-20tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: add missing barriers on deleteEric Dumazet
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet
2023-11-06Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-11-06Merge tag 'v6.1.61' into v6.1/standard/baseBruce Ashfield
2023-11-02tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield