summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Count and show incoming UDP datagrams with no checksum.ru2001-03-131-1/+2
* Correctly cleanup in case of failure to bind a pcb.phk2001-03-121-7/+10
* Unbreak LINT.jlemon2001-03-121-5/+17
* In ip_output(), initialise `ia' in the case where the packet hasiedowse2001-03-111-0/+1
* Make it possible to use IP_TTL and IP_TOS setsockopt(2) optionsru2001-03-092-3/+4
* Push the test for a disconnected socket when accept()ing down to thejlemon2001-03-091-0/+8
* The TCP sequence number used for sending a RST with the ipfw reset rulejlemon2001-03-091-1/+1
* It was possible for ip_forward() to supply to icmp_error()iedowse2001-03-082-8/+17
* Modify the comments to more closely resemble the English language.truckman2001-03-051-5/+4
* Move the loopback net check closer to the beginning of ip_input() so thattruckman2001-03-051-14/+26
* During a flood, we don't call rtfree(), but we remove the entry ourselves.bmilekic2001-03-041-13/+7
* Disable interface checking for packets subject to "ipfw fwd".truckman2001-03-041-3/+4
* Disable interface checking when IP forwarding is engaged so that packetstruckman2001-03-041-10/+45
* Add a new sysctl net.inet.ip.check_interface, which will verify thatjlemon2001-03-021-1/+5
* Fix jails.phk2001-02-281-0/+3
* When iterating over our list of interface addresses in order to determinejlemon2001-02-271-14/+18
* The TCP header-specific section suffered a little bit of bitrot recently:billf2001-02-271-1/+1
* Use more aggressive retransmit timeouts for the initial SYN packet.jlemon2001-02-261-1/+7
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.jlemon2001-02-266-196/+72
* Remove struct full_tcpiphdr{}.asmodai2001-02-261-10/+0
* Remove conditionals for vax support.asmodai2001-02-261-5/+0
* Remove tcp_drop_all_states, which is unneeded after jlemon removed itjesper2001-02-251-1/+0
* Do not delay a new ack if there already is a delayed ack pending on thejlemon2001-02-252-10/+22
* When converting soft error into a hard error, drop the connection. Thejlemon2001-02-232-6/+14
* Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB tojlemon2001-02-234-182/+38
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cjesper2001-02-225-74/+95
* Backout change in 1.153, as it violate rfc1122 section 3.2.1.3.jesper2001-02-211-12/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-214-15/+19
* Only call in_pcbnotify if the src port number != 0, as wejesper2001-02-203-0/+41
* Send a ICMP unreachable instead of dropping the packet silent, if wejesper2001-02-201-1/+12
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyjesper2001-02-201-3/+1
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-183-12/+40
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyphk2001-02-184-39/+120
* remove unused data structure definition, and corresponding macro into*()luigi2001-02-181-10/+0
* Clean up warning.jlemon2001-02-151-1/+0
* Add definitions for IPPROTO numbers 55-57.asmodai2001-02-141-1/+3
* Introduce a new feature in IPFW: Check of the source or destinationphk2001-02-132-1/+16
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsbmilekic2001-02-115-78/+109
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-104-59/+52
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Fix bad patch from a few days ago. It broke some bridging.julian2001-02-051-9/+10
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-045-14/+7
* fix duplicate rcsiddarrenr2001-02-041-1/+0
* fix conflictsdarrenr2001-02-0414-114/+254
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-0414-79/+77
* Use <sys/queue.h> macro API.phk2001-02-041-11/+8
* Make the code act the same in the case of BRIDGE being defined, but notjulian2001-02-031-16/+26
* When turning off TCP_NOPUSH, call tcp_output to immediately flushjlemon2001-02-021-4/+14
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-026-54/+77
OpenPOWER on IntegriCloud