summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida
2024-05-01arp: Convert ioctl(SIOCGARP) to RCU.Kuniyuki Iwashima
2024-05-01arp: Get dev after calling arp_req_(delete|set|get)().Kuniyuki Iwashima
2024-05-01arp: Remove a nest in arp_req_get().Kuniyuki Iwashima
2024-05-01arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().Kuniyuki Iwashima
2024-05-01arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().Kuniyuki Iwashima
2024-05-01arp: Move ATF_COM setting in arp_req_set().Kuniyuki Iwashima
2024-04-30net: add <net/proto_memory.h>Eric Dumazet
2024-04-30tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet
2024-04-26rstreason: make it work in trace worldJason Xing
2024-04-26tcp: support rstreason for passive resetJason Xing
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-26rstreason: prepare for passive resetJason Xing
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-25net: add two more call_rcu_hurry()Eric Dumazet
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet
2024-04-25tcp: update sacked after tracepoint in __tcp_retransmit_skbPhilo Lu
2024-04-23tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim
2024-04-23ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-04-22tcp: try to send bigger TSO packetsEric Dumazet
2024-04-22tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet
2024-04-22tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet
2024-04-22tcp: do not export tcp_twsk_purge()Eric Dumazet
2024-04-22icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony
2024-04-17tcp_metrics: use parallel_ops for tcp_metrics_nl_familyEric Dumazet
2024-04-17tcp_metrics: fix tcp_metrics_nl_dump() return valueEric Dumazet
2024-04-17tcp: accept bare FIN packets under memory pressureEric Dumazet
2024-04-15udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-04-15inet: bring NLM_DONE out to a separate recv() againJakub Kicinski
2024-04-12tcp: small optimization when TCP_TW_SYN is processedEric Dumazet
2024-04-11ipv4: Remove RTO_ONLINK.Guillaume Nault
2024-04-11tcp: add support for SO_PEEK_OFF socket optionJon Maloy
2024-04-11net: move skb ref helpers to new headerMina Almasry
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-10netfilter: complete validation of user inputEric Dumazet
2024-04-10tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet
2024-04-09net: make napi_frag_unref reuse skb_page_unrefMina Almasry