33 Commits (main)

Author SHA1 Message Date
Jukka Rissanen c6c021b1f8 net: context: Add helpers for figuring out local endpoint address 1 year ago
Robert Lubos a150380d65 net: tcp: Implement Keep-alive support 2 years ago
Robert Lubos 9976ebb24b net: tcp: Rework data queueing API 2 years ago
Robert Lubos 08879ea7fb net: ip: Add option to force checksum calculation 2 years ago
Robert Lubos a28215d028 net: tcp: Add helper function to send RST packet w/o active connection 2 years ago
Flavio Ceolin e7bd10ae71 random: Rename random header 2 years ago
Daniel Nejezchleb ee720b5412 net: socket: asynchronous connect 2 years ago
Robert Lubos 9fef0c521d net: tcp: Remove net_tcp_unref() 2 years ago
Sjors Hettinga e097d95c66 net: tcp: Implement Nagle's algorithm 3 years ago
Sjors Hettinga f5679ab73e net: tcp: Use our MTU to determine the mss for transmission 3 years ago
Robert Lubos 7eaacdaca6 net: tcp: Add semaphore indicating if transfer is possible 3 years ago
Gerard Marull-Paretas 5113c1418d subsystems: migrate includes to <zephyr/...> 3 years ago
Nazar Kazakov f483b1bc4c everywhere: fix typos 3 years ago
Tomasz Bursztyka 32db35a721 net/tcp: Rename TCP2 to TCP 4 years ago
Jukka Rissanen 0af89fc4ec net: Remove legacy TCP stack 4 years ago
Jukka Rissanen 6a54b1f013 net: tcp: Reorganize internal TCP header file 5 years ago
Flavio Ceolin c4f7faea10 random: Include header where it is used 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Jukka Rissanen 35dbe1c7d5 net: tcp: Refactor because of timeout overhaul 5 years ago
Jukka Rissanen 6cf1da486d net: Add CONFIG_NET_NATIVE option for selecting native IP 6 years ago
Tomasz Bursztyka 03bfc5dd0f net/context: Remove token parameter from net_context_send/sendto 6 years ago
Jukka Rissanen ef7081ee44 net: Fix the function API documentation generation 6 years ago
Tomasz Bursztyka a905203c57 net/tcp: Remove useless tcp_hdr_len() function 6 years ago
Tomasz Bursztyka fd1401495b net/tcp: Move net_tcp_set_hdr() away from net core 6 years ago
Tomasz Bursztyka 869427c8bc net/tcp: Removing net_tcp_set_chksum function 6 years ago
Tomasz Bursztyka 78198810ac net/tcp: Move net_tcp_get_hdr() away from net core 6 years ago
Ravi kumar Veeramally f0fb82dce9 net: ip: Add protocol family type to conn handler 7 years ago
Tomasz Bursztyka 8d21c68718 net/tcp: Switch rest of TCP to new net_pkt API 7 years ago
Tomasz Bursztyka baa9784008 net/tcp: Apply connection callback signature change 7 years ago
Tomasz Bursztyka 3d52ff2e34 net/tcp: Add an input function for pre-validation 7 years ago
Paul Sokolovsky 45a394e805 net: tcp: Remove NET_TCP_FINAL_* flags 7 years ago
Jukka Rissanen 9b8c83f44a net: Avoid holes in structs 7 years ago
Michael Scott 2c987298f2 net: tcp: expose some TCP helper functions 7 years ago
Patrik Flykt e9b00eae75 net: tcp: Move TCP stack to tcp.c 7 years ago
Patrik Flykt cfc6b56203 net: context: Factor out TCP receive window handling 7 years ago
Patrik Flykt 08110d8295 net: context: Factor out TCP context listen state 7 years ago
Patrik Flykt b5c74b9706 net: context: Refactor queueing of a TCP FIN when closing socket 7 years ago
Patrik Flykt 081e0eb8af net: context: Refactor net_tcp_send_data() 7 years ago
Patrik Flykt 34d82eb949 net: context: Factor out code for TCP receive 7 years ago
Patrik Flykt 8236e1e5cd net: context: Factor out TCP header length checking 7 years ago
Patrik Flykt 7f8b2fc5ce net: tcp: Define empty static functions when TCP is disabled 7 years ago
Ravi kumar Veeramally 18422de8da net: tcp: Provide local address in TCP reset message preparation 8 years ago
Paul Sokolovsky cb140154b0 net: tcp Remove recv_max_ack field from struct net_tcp 8 years ago
Paul Sokolovsky ac7b1291da net: tcp: Validate incoming ACK number 8 years ago
Ravi kumar Veeramally a0371ae92f net: tcp: Add initial support for TIMEWAIT timer 8 years ago
Paul Sokolovsky cdea2bfab7 net: tcp: Add support for TCP options parsing 8 years ago
Paul Sokolovsky 3c652996ff net: tcp: Add NET_TCP_HDR_LEN(hdr) macro for reuse 8 years ago
Paul Sokolovsky bc88ad750b net: tcp: Handle storage of TCP send MSS 8 years ago
Jukka Rissanen dd7b4bae28 net: tcp: Do not run expire function in ISR context 8 years ago
Jukka Rissanen 363ccaf663 net: Clarify UDP and TCP header getter and setter documentation 8 years ago