summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* init_tables() must be run after sys/net/route.c:route_init().ru2004-06-101-1/+4
* Introduce a new feature to IPFW2: lookup tables. These are usefulru2004-06-094-1/+354
* do not send icmp response if the original packet is encrypted.ume2004-06-071-0/+3
* Move the locking of the pcb into raw_output(). Organize code sobmilekic2004-06-031-10/+14
* add missing #include <sys/module.h>phk2004-05-303-0/+3
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Add a super-user check to ipfw_ctl() to make sure that the callingcsjp2004-05-251-0/+4
* When checking for possible port theft, skip over a TCP inpcbyar2004-05-201-7/+3
* o Calculate a number of bytes to copy (cnt) correctly:maxim2004-05-111-1/+1
* o IFNAMSIZ does include the trailing \0.maxim2004-05-071-1/+1
* Provide the sysctl net.inet.ip.process_options to control the processingandre2004-05-063-2/+24
* Switch to using the inpcb MAC label instead of socket MAC label whenrwatson2004-05-046-8/+20
* Assert inpcb lock in udp_append().rwatson2004-05-041-0/+2
* Assert the inpcb lock on 'last' in udp_append(), since it's alwaysrwatson2004-05-041-0/+2
* o Fix misindentation in the previous commit.maxim2004-05-031-8/+7
* Back out a change that slipped into the previous commit for which otherandre2004-05-031-10/+2
* Optimize IP fastforwarding some more:andre2004-05-031-95/+114
* Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier.darrenr2004-05-024-4/+4
* oops, I forgot this file in a prior commit (change was still sitting here,darrenr2004-05-022-2/+2
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argdarrenr2004-05-023-18/+2
* Give jail(8) the feature to allow raw sockets from within abmilekic2004-04-261-2/+31
* Tighten up reset handling in order to make reset attacks as difficult assilby2004-04-263-0/+21
* Another small set of changes to reduce diffs with the new arp code.luigi2004-04-251-31/+18
* remove a stale comment on the behaviour of arpresolveluigi2004-04-251-10/+0
* Start the arp timer at init time.luigi2004-04-251-10/+1
* This commit does two things:luigi2004-04-251-7/+28
* Wrap two long lines in the previous commit.silby2004-04-231-2/+4
* Correct an edge case in tcp_mss() where the cached path MTUandre2004-04-232-4/+4
* Add the option versrcreach to verify that a valid route to theandre2004-04-232-7/+32
* Fix a potential race when purging expired hostcache entries.andre2004-04-231-3/+3
* Take out an unneeded variable I forgot to remove in the last commit,silby2004-04-221-2/+3
* Simplify random port allocation, and add net.inet.ip.portrange.randomized,silby2004-04-221-27/+13
* Fix a typo in a comment.bms2004-04-201-1/+1
* Switch from using sequential to random ephemeral port allocation,silby2004-04-201-6/+28
* Enhance our RFC1948 implementation to perform better in some pathlogicalsilby2004-04-203-4/+107
* Replace Bcopy with 'the real thing' as in the rest of the file.luigi2004-04-181-1/+1
* In an effort to simplify the routing code, try to deprecate rtalloc()luigi2004-04-142-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-0744-176/+0
* Fixed a bug in previous revision: compute the payload checksum beforeru2004-04-071-8/+8
* 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
OpenPOWER on IntegriCloud