summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4 days2-6/+14
|\
| * netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti5 days1-3/+4
| * inet: fix inet_fill_ifaddr() flags truncationEric Dumazet5 days1-3/+10
* | tcp: rstreason: fully support in tcp_check_req()Jason Xing5 days1-1/+1
* | tcp: rstreason: handle timewait cases in the receive pathJason Xing5 days1-1/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5 days3-3/+7
|\ \
| * | bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_caMiao Xu2024-05-021-0/+3
| * | tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu2024-05-023-3/+4
* | | tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)5 days1-0/+3
* | | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert5 days3-62/+5
* | | net: gro: use cb instead of skb->network_headerRichard Gobert5 days2-5/+2
* | | Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5 days1-1/+1
|\ \ \
| * | | netfilter: use NF_DROP instead of -NF_DROPJason Xing12 days1-1/+1
* | | | tcp: get rid of twsk_unique()Eric Dumazet9 days2-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9 days5-5/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-031-1/+5
| |\ \ \
| | * | | xfrm: Preserve vlan tags for transport mode software GROPaul Davey2024-04-261-1/+5
| * | | | tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima2024-05-021-1/+7
| * | | | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-023-3/+7
* | | | | net/ipv4: add tracepoint for icmp_sendPeilin He11 days1-0/+4
* | | | | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet11 days2-3/+3
* | | | | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet12 days1-1/+1
* | | | | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski12 days3-27/+0
|\ \ \ \ \
| * | | | | udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2024-04-183-27/+0
* | | | | | net: add heuristic for enabling TCP fraglist GROFelix Fietkau13 days1-0/+32
* | | | | | net: create tcp_gro_header_pull helper functionFelix Fietkau13 days1-21/+34
* | | | | | net: create tcp_gro_lookup helper functionFelix Fietkau13 days1-16/+25
* | | | | | net: add code for TCP fraglist GROFelix Fietkau13 days1-0/+21
* | | | | | net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau13 days1-0/+67
* | | | | | net: move skb_gro_receive_list from udp to coreFelix Fietkau13 days1-27/+0
| |_|_|/ / |/| | | |
* | | | | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-035-16/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-025-4/+20
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net: gro: add flush check in udp_gro_receive_segmentRichard Gobert2024-05-021-1/+11
| * | | | net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-023-2/+5
| * | | | ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2024-05-022-1/+4
* | | | | arp: Convert ioctl(SIOCGARP) to RCU.Kuniyuki Iwashima2024-05-011-10/+18
* | | | | arp: Get dev after calling arp_req_(delete|set|get)().Kuniyuki Iwashima2024-05-011-36/+50
* | | | | arp: Remove a nest in arp_req_get().Kuniyuki Iwashima2024-05-011-13/+18
* | | | | arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().Kuniyuki Iwashima2024-05-011-20/+30
* | | | | arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().Kuniyuki Iwashima2024-05-011-12/+15
* | | | | arp: Move ATF_COM setting in arp_req_set().Kuniyuki Iwashima2024-05-011-3/+6
* | | | | net: add <net/proto_memory.h>Eric Dumazet2024-04-304-0/+4
* | | | | tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet2024-04-301-1/+9
* | | | | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-04-301-1/+2
* | | | | inet: introduce dst_rtable() helperEric Dumazet2024-04-307-33/+33
| |_|_|/ |/| | |
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-294-14/+2
|\ \ \ \
| * | | | bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu2024-04-251-2/+2
| * | | | bpf: Remove CONFIG_X86 and CONFIG_DYNAMIC_FTRACE guard from the tcp-cc kfuncsMartin KaFai Lau2024-03-283-12/+0
* | | | | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* | | | | inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet2024-04-291-1/+6