summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h>bde2004-04-061-9/+9
* Two missed in previous commit -- compare pointer with NULL rather thanrwatson2004-04-052-4/+4
* Prefer NULL to 0 when checking pointer values as integers or booleans.rwatson2004-04-052-38/+40
* Fix a panic possibility caused by returning without releasing locks.pjd2004-04-041-37/+26
* + arpresolve(): remove an unused argumentluigi2004-04-042-9/+4
* Unbreak natd.deischen2004-04-021-0/+1
* Raise WARNS level to 2.des2004-03-311-0/+1
* Deal with aliasing warnings.des2004-03-314-181/+63
* Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.rwatson2004-03-281-2/+0
* Remove unused argument.pjd2004-03-281-4/+3
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-276-44/+46
* Remove unused argument.pjd2004-03-276-8/+6
* Validate IPv6 socket options more carefully to avoid a panic.ume2004-03-261-0/+1
* Remove unused function.pjd2004-03-252-11/+0
* Untangle IP multicast routing interaction with delayed payload checksums.ru2004-03-251-13/+3
* Lock down global variables in if_gre:rwatson2004-03-221-1/+12
* - Fix indentation lost by 'diff -b'.mdodd2004-03-211-5/+4
* Remove interface type specific code from arprequest(), and in_arpinput().mdodd2004-03-211-111/+19
* Run through indent(1) so I can read the code without getting a headache.des2004-03-1614-5317/+5233
* De-register.mdodd2004-03-141-22/+22
* Lock down IP-layer encapsulation library:rwatson2004-03-101-51/+35
* Scrub unused variable zeroin_addr.rwatson2004-03-102-3/+0
* To comply with the spec, do not copy the TOS from the outer IPhsu2004-03-081-6/+6
* Include <sys/types.h> for autoconf/automake detection.hsu2004-03-081-0/+2
* Add some missing DUMMYNET_UNLOCK() in config_pipe().mlaier2004-03-031-2/+7
* Two minor follow-ups on the MT_TAG removal:mlaier2004-03-021-3/+2
* Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()rwatson2004-03-011-2/+2
* fix -O0 compilation without INET6.ume2004-03-012-4/+24
* Remove unneeded {} originally used to hold local variables for dummynetrwatson2004-02-281-2/+0
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. Theserwatson2004-02-285-23/+7
* Bring eventhandler callbacks for pf.mlaier2004-02-261-0/+5
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-264-4/+32
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-264-4/+13
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-2514-403/+461
* Fixed namespace pollution in rev.1.74. Implementation of the syncachebde2004-02-251-1/+4
* Don't use the negatively-opaque type uma_zone_t or be chummy withbde2004-02-251-3/+1
* Relax a KASSERT condition to allow for a valid corner case wherehsu2004-02-252-4/+10
* Convert the tcp segment reassembly queue to UMA and limit the maximumandre2004-02-245-25/+174
* Fixed ucred structure leak.pjd2004-02-192-0/+4
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-1814-457/+400
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-174-48/+22
* Shorten the name of the socket option used to enable TCP-MD5 packetbms2004-02-162-3/+3
* don't update outgoing ifp, if ipsec tunnel mode encapsulationume2004-02-161-3/+5
* Spell types consistently throughout this file. Do not use the __packed ...bms2004-02-161-4/+4
* Final brucification pass. Spell types consistently (u_int). Remove bogusbms2004-02-143-3/+3
* Do not expose ip_dn_find_rule inline function to userland and unbreak world.mlaier2004-02-131-1/+1
* Do not check receive interface when pfil(9) hook changed address.mlaier2004-02-131-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-1314-396/+453
* Brucification.bms2004-02-138-38/+43
* supported IPV6_RECVPATHMTU socket option.ume2004-02-132-4/+4
OpenPOWER on IntegriCloud