summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-3/+16
9 daysnet: relax socket state check at accept time.Paolo Abeni1-1/+3
9 daystcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing1-1/+1
11 daystcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima1-1/+12
14 daysMerge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2-8/+9
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+14
2024-05-14tcp: rstreason: fully support in tcp_check_req()Jason Xing1-1/+1
2024-05-14tcp: rstreason: handle timewait cases in the receive pathJason Xing1-1/+1
2024-05-14net: pass back whether socket was empty post acceptJens Axboe1-0/+1
2024-05-14net: change proto and proto_ops accept typeJens Axboe2-8/+8
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-3/+7
2024-05-14netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti1-3/+4
2024-05-14tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)1-0/+3
2024-05-14net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert3-62/+5
2024-05-14net: gro: use cb instead of skb->network_headerRichard Gobert2-5/+2
2024-05-13inet: fix inet_fill_ifaddr() flags truncationEric Dumazet1-3/+10
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+1
2024-05-10tcp: get rid of twsk_unique()Eric Dumazet2-2/+2
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+19
2024-05-08net/ipv4: add tracepoint for icmp_sendPeilin He1-0/+4
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-3/+3
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet1-1/+1
2024-05-07Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-27/+0
2024-05-06netfilter: use NF_DROP instead of -NF_DROPJason Xing1-1/+1
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau1-0/+32
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau1-21/+34
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau1-16/+25
2024-05-06net: add code for TCP fraglist GROFelix Fietkau1-0/+21
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau1-0/+67
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau1-27/+0
2024-05-04Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+5
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados5-16/+7
2024-05-03tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
2024-05-03tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet3-3/+7
2024-05-03bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_caMiao Xu1-0/+3
2024-05-03tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu3-3/+4
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-4/+20
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert3-2/+5
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2-1/+4
2024-05-02arp: Convert ioctl(SIOCGARP) to RCU.Kuniyuki Iwashima1-10/+18
2024-05-02arp: Get dev after calling arp_req_(delete|set|get)().Kuniyuki Iwashima1-36/+50
2024-05-02arp: Remove a nest in arp_req_get().Kuniyuki Iwashima1-13/+18
2024-05-02arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().Kuniyuki Iwashima1-20/+30
2024-05-02arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().Kuniyuki Iwashima1-12/+15
2024-05-02arp: Move ATF_COM setting in arp_req_set().Kuniyuki Iwashima1-3/+6
2024-05-01net: add <net/proto_memory.h>Eric Dumazet4-0/+4
2024-05-01tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet1-1/+9
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-1/+2
2024-05-01inet: introduce dst_rtable() helperEric Dumazet7-33/+33