aboutsummaryrefslogtreecommitdiff
path: root/pfinet/linux-src/include/net/tcp.h
Commit message (Collapse)AuthorAgeFilesLines
* pfinet: Fix shifting left into bit 31Samuel Thibault2023-02-231-3/+3
|
* pfinet: select UDP/TCP ports randomlySamuel Thibault2017-09-101-1/+0
| | | | | | | | | | | | | | * pfinet/linux-src/include/net/tcp.h (tcp_port_rover): Remove declaration * pfinet/linux-src/include/net/udp.h (udp_port_rover): Likewise. * pfinet/linux-src/net/ipv4/tcp_ipv4.c (tcp_port_rover): Remove variable. (tcp_v4_get_port): Take port hint from net_random() instead of tcp_port_rover. * pfinet/linux-src/net/ipv4/udp.c (udp_port_rover, udp_v4_get_port): Likewise. * pfinet/linux-src/net/ipv6/tcp_ipv6.c (tcp_v6_get_port): Likewise. * pfinet/linux-src/net/ipv6/udp_ipv6.c (udp_v6_get_port): Likewise.
* allow pfinet to link using -O0Flavio Cruz2016-01-021-14/+14
| | | | | This fixes a long list of undefined references when compiling with -O0 by using static instead of extern in header files.
* Add missing format strings for error, printk, problemPino Toscano2011-10-191-2/+2
| | | | | | | | | | | | | | | | | | | Some calls to `error', `printk', and `problem' lacked a format string, leading to build failure when compiling with stricter CFLAGS. * nfs/mount.c (mount_root): Add format string for `error' calls which lacked it. * pfinet/main.c (pfinet_bind): Likewise. * term/main.c (main): Likewise. * utils/shd.c (run): Likewise. * utils/storeinfo.c (main): Likewise. * pfinet/linux-src/include/net/tcp.h (tcp_clear_xmit_timer): Add format string for `printk' call which lacked it. (tcp_timer_is_set): Likewise. * ufs-fsck/utilities.c (punt): Add format string for `problem' call which lacked it.
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
| | | | | | * Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* Import of Linux 2.2.14 subset (ipv4 stack and related)Roland McGrath2000-02-051-14/+11
|
* Import of Linux 2.2.12 subset (ipv4 stack and related)Roland McGrath2000-02-041-0/+1100