aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Gravatar Richard Gobert 3-2/+5
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Gravatar Shigeru Yoshida 2-1/+4
2024-05-01arp: Convert ioctl(SIOCGARP) to RCU.Gravatar Kuniyuki Iwashima 1-10/+18
2024-05-01arp: Get dev after calling arp_req_(delete|set|get)().Gravatar Kuniyuki Iwashima 1-36/+50
2024-05-01arp: Remove a nest in arp_req_get().Gravatar Kuniyuki Iwashima 1-13/+18
2024-05-01arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().Gravatar Kuniyuki Iwashima 1-20/+30
2024-05-01arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().Gravatar Kuniyuki Iwashima 1-12/+15
2024-05-01arp: Move ATF_COM setting in arp_req_set().Gravatar Kuniyuki Iwashima 1-3/+6
2024-04-30net: add <net/proto_memory.h>Gravatar Eric Dumazet 4-0/+4
2024-04-30tcp: move tcp_out_of_memory() to net/ipv4/tcp.cGravatar Eric Dumazet 1-1/+9
2024-04-30net: move sysctl_max_skb_frags to net_hotdataGravatar Eric Dumazet 1-1/+2
2024-04-30inet: introduce dst_rtable() helperGravatar Eric Dumazet 7-33/+33
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 4-14/+2
2024-04-29ipv6: introduce dst_rt6_info() helperGravatar Eric Dumazet 1-1/+1
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Gravatar Eric Dumazet 1-1/+6
2024-04-26tcp: fix tcp_grow_skb() vs tstampsGravatar Eric Dumazet 1-14/+19
2024-04-26rstreason: make it work in trace worldGravatar Jason Xing 2-2/+2
2024-04-26tcp: support rstreason for passive resetGravatar Jason Xing 1-4/+7
2024-04-26rstreason: prepare for active resetGravatar Jason Xing 3-9/+18
2024-04-26rstreason: prepare for passive resetGravatar Jason Xing 2-6/+9
2024-04-26xfrm: Preserve vlan tags for transport mode software GROGravatar Paul Davey 1-1/+5
2024-04-25net: add two more call_rcu_hurry()Gravatar Eric Dumazet 1-1/+1
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsGravatar Philo Lu 1-2/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-5/+18
2024-04-25tcp: avoid premature drops in tcp_add_backlog()Gravatar Eric Dumazet 1-2/+11
2024-04-25tcp: update sacked after tracepoint in __tcp_retransmit_skbGravatar Philo Lu 1-5/+6
2024-04-23tcp: Fix Use-After-Free in tcp_ao_connect_initGravatar Hyunwoo Kim 1-1/+2
2024-04-23ipv4: check for NULL idev in ip_route_use_hint()Gravatar Eric Dumazet 1-0/+3
2024-04-22tcp: try to send bigger TSO packetsGravatar Eric Dumazet 1-2/+36
2024-04-22tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Gravatar Eric Dumazet 1-12/+14
2024-04-22tcp: remove dubious FIN exception from tcp_cwnd_test()Gravatar Eric Dumazet 1-13/+5
2024-04-22tcp: do not export tcp_twsk_purge()Gravatar Eric Dumazet 1-1/+0
2024-04-22icmp: prevent possible NULL dereferences from icmp_build_probe()Gravatar Eric Dumazet 1-2/+10
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argGravatar Thomas Weißschuh 5-5/+5
2024-04-19udp: preserve the connected status if only UDP cmsgGravatar Yick Xie 1-2/+3
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+5
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportGravatar Antony Antony 3-27/+0
2024-04-17tcp_metrics: use parallel_ops for tcp_metrics_nl_familyGravatar Eric Dumazet 1-0/+1
2024-04-17tcp_metrics: fix tcp_metrics_nl_dump() return valueGravatar Eric Dumazet 1-2/+4
2024-04-17tcp: accept bare FIN packets under memory pressureGravatar Eric Dumazet 1-1/+11
2024-04-15udp: Avoid call to compute_score on multiple sitesGravatar Gabriel Krisman Bertazi 1-5/+16
2024-04-15inet: bring NLM_DONE out to a separate recv() againGravatar Jakub Kicinski 1-0/+5
2024-04-12tcp: small optimization when TCP_TW_SYN is processedGravatar Eric Dumazet 1-1/+1
2024-04-11ipv4: Remove RTO_ONLINK.Gravatar Guillaume Nault 1-13/+1
2024-04-11tcp: add support for SO_PEEK_OFF socket optionGravatar Jon Maloy 2-6/+11
2024-04-11net: move skb ref helpers to new headerGravatar Mina Almasry 2-0/+2
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-3/+9
2024-04-10netfilter: complete validation of user inputGravatar Eric Dumazet 2-0/+8
2024-04-10tcp: tweak tcp_sock_write_txrx size assertionGravatar Eric Dumazet 1-1/+5
2024-04-09net: make napi_frag_unref reuse skb_page_unrefGravatar Mina Almasry 1-1/+1