summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-111-3/+3
|\ \ \ \
| * | | | bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee2024-05-311-3/+3
* | | | | tcp: move inet_twsk_schedule helper out of headerFlorian Westphal2024-06-101-0/+5
* | | | | net: tcp: un-pin the tw_timerFlorian Westphal2024-06-102-8/+4
* | | | | net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider2024-06-103-10/+47
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-064-12/+19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2024-06-052-7/+2
| * | | | tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing2024-06-051-1/+5
| * | | | net: tls: fix marking packets as decryptedJakub Kicinski2024-06-041-0/+3
| * | | | net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov2024-06-021-4/+9
* | | | | tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet2024-06-061-0/+33
* | | | | tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet2024-06-062-25/+25
* | | | | inet: remove (struct uncached_list)->quarantineEric Dumazet2024-06-061-3/+1
* | | | | net: use unrcu_pointer() helperEric Dumazet2024-06-064-6/+7
* | | | | tcp: add sysctl_tcp_rto_min_usKevin Yang2024-06-053-1/+12
* | | | | tcp: derive delack_max with tcp_rto_min helperKevin Yang2024-06-051-9/+2
* | | | | tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet2024-06-052-13/+21
* | | | | net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2024-06-053-13/+11
* | | | | tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski2024-06-042-10/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-316-26/+21
|\| | | |
| * | | | Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-05-301-0/+2
| |\ \ \ \
| | * | | | netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal2024-05-291-0/+2
| * | | | | ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn2024-05-301-1/+1
| * | | | | net: fix __dst_negative_advice() raceEric Dumazet2024-05-301-14/+8
| * | | | | tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-282-8/+6
| * | | | | net: gro: initialize network_offset in network layerWillem de Bruijn2024-05-281-1/+1
| * | | | | ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel2024-05-281-2/+3
| | |_|/ / | |/| | |
* | | | | tcp: fix races in tcp_v[46]_err()Eric Dumazet2024-05-301-8/+3
* | | | | tcp: fix races in tcp_abort()Eric Dumazet2024-05-301-5/+1
* | | | | tcp: fix race in tcp_write_err()Eric Dumazet2024-05-301-5/+1
* | | | | tcp: add tcp_done_with_error() helperEric Dumazet2024-05-302-12/+22
* | | | | net/ipv4/sysctl: constify ctl_table arguments of utility functionsThomas Weißschuh2024-05-291-2/+4
| |_|/ / |/| | |
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-286-15/+21
|\ \ \ \ | |/ / / |/| | |
| * | | net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan2024-05-233-2/+7
| * | | net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2024-05-234-13/+14
| |/ /
* | | Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-233-3/+16
|\ \ \
| * | | net: relax socket state check at accept time.Paolo Abeni2024-05-231-1/+3
| * | | tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing2024-05-231-1/+1
| | |/ | |/|
| * | tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima2024-05-211-1/+12
| |/
* | 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-141-0/+1
| * net: change proto and proto_ops accept typeJens Axboe2024-05-142-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-141-1/+1
* | | tcp: rstreason: handle timewait cases in the receive pathJason Xing2024-05-141-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-143-3/+7
|\ \ \
| * | | bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_caMiao Xu2024-05-031-0/+3
| * | | tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu2024-05-033-3/+4