summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-182-8/+9
|\
| * net: pass back whether socket was empty post acceptJens Axboe2024-05-131-0/+1
| * net: change proto and proto_ops accept typeJens Axboe2024-05-132-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-142-6/+14
|\ \
| * | netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti2024-05-131-3/+4
| * | inet: fix inet_fill_ifaddr() flags truncationEric Dumazet2024-05-131-3/+10
* | | tcp: rstreason: fully support in tcp_check_req()Jason Xing2024-05-131-1/+1
* | | tcp: rstreason: handle timewait cases in the receive pathJason Xing2024-05-131-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-133-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)2024-05-131-0/+3
* | | | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-133-62/+5
* | | | net: gro: use cb instead of skb->network_headerRichard Gobert2024-05-132-5/+2
* | | | Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-131-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | netfilter: use NF_DROP instead of -NF_DROPJason Xing2024-05-061-1/+1
* | | | tcp: get rid of twsk_unique()Eric Dumazet2024-05-092-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-095-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 He2024-05-081-0/+4
* | | | | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-072-3/+3
* | | | | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-1/+1
* | | | | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-063-27/+0
|\ \ \ \ \
| * | | | | udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2024-04-183-27/+0
* | | | | | net: add heuristic for enabling TCP fraglist GROFelix Fietkau2024-05-061-0/+32
* | | | | | net: create tcp_gro_header_pull helper functionFelix Fietkau2024-05-061-21/+34
* | | | | | net: create tcp_gro_lookup helper functionFelix Fietkau2024-05-061-16/+25
* | | | | | net: add code for TCP fraglist GROFelix Fietkau2024-05-061-0/+21
* | | | | | net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau2024-05-061-0/+67
* | | | | | net: move skb_gro_receive_list from udp to coreFelix Fietkau2024-05-061-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