aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-12/+19
2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet1-0/+33
2024-06-06tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet2-25/+25
2024-06-06inet: remove (struct uncached_list)->quarantineEric Dumazet1-3/+1
2024-06-06net: use unrcu_pointer() helperEric Dumazet4-6/+7
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang3-1/+12
2024-06-05tcp: derive delack_max with tcp_rto_min helperKevin Yang1-9/+2
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2-7/+2
2024-06-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet2-13/+21
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing3-13/+11
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski2-10/+4
2024-06-04net: tls: fix marking packets as decryptedJakub Kicinski1-0/+3
2024-06-01net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov1-4/+9
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-26/+21
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee1-3/+3
2024-05-30Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-0/+2
2024-05-29ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn1-1/+1
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet1-14/+8
2024-05-29tcp: fix races in tcp_v[46]_err()Eric Dumazet1-8/+3
2024-05-29tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2024-05-29tcp: fix race in tcp_write_err()Eric Dumazet1-5/+1
2024-05-29tcp: add tcp_done_with_error() helperEric Dumazet2-12/+22
2024-05-28net/ipv4/sysctl: constify ctl_table arguments of utility functionsThomas Weißschuh1-2/+4
2024-05-29netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal1-0/+2
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-15/+21
2024-05-27tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2-8/+6
2024-05-27net: gro: initialize network_offset in network layerWillem de Bruijn1-1/+1
2024-05-27ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel1-2/+3
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan3-2/+7
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan4-13/+14
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-3/+16
2024-05-23net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing1-1/+1
2024-05-23net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan1-2/+1
2024-05-21tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima1-1/+12
2024-05-18Merge 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-13tcp: rstreason: fully support in tcp_check_req()Jason Xing1-1/+1
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing1-1/+1
2024-05-13net: pass back whether socket was empty post acceptJens Axboe1-0/+1
2024-05-13net: change proto and proto_ops accept typeJens Axboe2-8/+8
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-3/+7
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti1-3/+4
2024-05-13tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)1-0/+3
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert3-62/+5
2024-05-13net: 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-09tcp: get rid of twsk_unique()Eric Dumazet2-2/+2