aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Replace Bcopy with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-181-1/+1
* In an effort to simplify the routing code, try to deprecate rtalloc()Luigi Rizzo2004-04-142-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0744-176/+0
* Fixed a bug in previous revision: compute the payload checksum beforeRuslan Ermilov2004-04-071-8/+8
* Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h>Bruce Evans2004-04-061-9/+9
* Two missed in previous commit -- compare pointer with NULL rather thanRobert Watson2004-04-052-4/+4
* Prefer NULL to 0 when checking pointer values as integers or booleans.Robert Watson2004-04-052-38/+40
* Fix a panic possibility caused by returning without releasing locks.Pawel Jakub Dawidek2004-04-041-37/+26
* + arpresolve(): remove an unused argumentLuigi Rizzo2004-04-042-9/+4
* Unbreak natd.Daniel Eischen2004-04-021-0/+1
* Raise WARNS level to 2.Dag-Erling Smørgrav2004-03-311-0/+1
* Deal with aliasing warnings.Dag-Erling Smørgrav2004-03-314-181/+63
* Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.Robert Watson2004-03-281-2/+0
* Remove unused argument.Pawel Jakub Dawidek2004-03-281-4/+3
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-276-44/+46
* Remove unused argument.Pawel Jakub Dawidek2004-03-276-8/+6
* Validate IPv6 socket options more carefully to avoid a panic.Hajimu UMEMOTO2004-03-261-0/+1
* Remove unused function.Pawel Jakub Dawidek2004-03-252-11/+0
* Untangle IP multicast routing interaction with delayed payload checksums.Ruslan Ermilov2004-03-251-13/+3
* Lock down global variables in if_gre:Robert Watson2004-03-221-1/+12
* - Fix indentation lost by 'diff -b'.Matthew N. Dodd2004-03-211-5/+4
* Remove interface type specific code from arprequest(), and in_arpinput().Matthew N. Dodd2004-03-211-111/+19
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-1614-5010/+4926
* De-register.Matthew N. Dodd2004-03-141-22/+22
* Lock down IP-layer encapsulation library:Robert Watson2004-03-101-51/+35
* Scrub unused variable zeroin_addr.Robert Watson2004-03-102-3/+0
* To comply with the spec, do not copy the TOS from the outer IPJeffrey Hsu2004-03-081-6/+6
* Include <sys/types.h> for autoconf/automake detection.Jeffrey Hsu2004-03-081-0/+2
* Add some missing DUMMYNET_UNLOCK() in config_pipe().Max Laier2004-03-031-2/+7
* Two minor follow-ups on the MT_TAG removal:Max Laier2004-03-021-3/+2
* Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()Robert Watson2004-03-011-2/+2
* fix -O0 compilation without INET6.Hajimu UMEMOTO2004-03-012-4/+24
* Remove unneeded {} originally used to hold local variables for dummynetRobert Watson2004-02-281-2/+0
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. TheseRobert Watson2004-02-285-23/+7
* Bring eventhandler callbacks for pf.Max Laier2004-02-261-0/+5
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-264-4/+32
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-264-4/+13
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-2514-403/+461
* Fixed namespace pollution in rev.1.74. Implementation of the syncacheBruce Evans2004-02-251-1/+4
* Don't use the negatively-opaque type uma_zone_t or be chummy withBruce Evans2004-02-251-3/+1
* Relax a KASSERT condition to allow for a valid corner case whereJeffrey Hsu2004-02-252-4/+10
* Convert the tcp segment reassembly queue to UMA and limit the maximumAndre Oppermann2004-02-245-25/+174
* Fixed ucred structure leak.Pawel Jakub Dawidek2004-02-192-0/+4
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-1814-457/+400
* IPSEC and FAST_IPSEC have the same internal API now;Hajimu UMEMOTO2004-02-174-48/+22
* Shorten the name of the socket option used to enable TCP-MD5 packetBruce M Simpson2004-02-162-3/+3
* don't update outgoing ifp, if ipsec tunnel mode encapsulationHajimu UMEMOTO2004-02-161-3/+5
* Spell types consistently throughout this file. Do not use the __packed ...Bruce M Simpson2004-02-161-4/+4
* Final brucification pass. Spell types consistently (u_int). Remove bogusBruce M Simpson2004-02-143-3/+3
* Do not expose ip_dn_find_rule inline function to userland and unbreak world.Max Laier2004-02-131-1/+1