summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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
* | | | 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-102-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-041-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-031-1/+7
| * | | | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-033-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-082-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-073-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
|\ \ \ \ \ | | |/ / / | |/| | |