summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix two warnings; and note a problem where a pointer is stored in anpeter1999-05-061-4/+4
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-064-10/+14
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-044-12/+10
* Add missing ``.''.brian1999-05-041-1/+1
* forgot passing the right pointer to dst to dummynet_io().luigi1999-05-041-2/+2
* assorted dummynet cleanup:luigi1999-05-042-27/+38
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-0312-76/+85
* This Implements the mumbled about "Jail" feature.phk1999-04-287-15/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Suser() simplification:phk1999-04-274-10/+10
* Make one pass through the firewall the default.luigi1999-04-261-2/+2
* so_linger is in seconds, not in 1/HZache1999-04-241-2/+2
* Use pointer arithmetic as appropriate.dt1999-04-241-2/+2
* postpone the sending of IGMP LEAVE msg to after deleting theluigi1999-04-241-2/+8
* Work around an egcs optimizer bug (i386). This should fix the active ftpluoqi1999-04-211-2/+4
* s/IPFIREWALL_MODULE/KLD_MODULE/peter1999-04-201-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-208-105/+13
* Zap LKM option and support. Farewell old friend.peter1999-04-191-0/+2
* Convert the dummynet lkm code to be kld aware (this isn't actually usedpeter1999-04-171-26/+27
* Oops, forgot this part of lkm code that's been replaced with kld.peter1999-04-171-50/+3
* Better handling for ARP/source routing on Token Ringeivind1999-04-151-8/+16
* Staticize.eivind1999-04-111-2/+2
* Two cosmetic changes, one a typo and the other, a clarification.julian1999-04-072-7/+15
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for thensayer1999-03-301-18/+22
* Use the correct length from the mbuf header instead of the one fromluigi1999-03-261-9/+9
* PacketAliasProxyRule takes a const char *brian1999-03-251-1/+1
* Add a ``const'' and remove some inconsistent prototype args.brian1999-03-243-4/+4
* add missing #include "opt_bdg.h"luigi1999-03-241-1/+2
* Remove duplicate line.billf1999-03-231-1/+0
* Fix a dummynet bug caused by passing a bad next hop address (theluigi1999-03-161-5/+5
* Fix the 'fwd' option to ipfw when asked to divert to another machine.julian1999-03-121-7/+24
* Submitted by: Larry Lilejulian1999-03-101-16/+79
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGbrian1999-03-094-22/+54
* Document PacketAliasPptp() and allow it to be disabledbrian1999-03-072-2/+31
* Remove unused function stubs.brian1999-03-071-77/+0
* Mention that PacketAliasProxyRule() doesn't accept host names,brian1999-03-071-1/+3
* When an incoming packet is reflected back as an ICMP reply, make sure wearchie1999-03-061-1/+2
* Document PacketAliasProxyRule() and fix a typo.brian1999-03-061-1/+88
* Move kernel-only declaration inside #ifdef KERNEL section.wollman1999-03-061-7/+5
* arprequest() allocates an mbuf with m_gethdr() but does not initializewpaul1999-03-041-1/+2
* Version 3.0: January 1, 1999brian1999-02-277-98/+1176
* Add support for stealth forwarding (forwarding packets without touchingdes1999-02-221-5/+18
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-201-3/+8
* avoid panic with pkts larger than MTU and DF set coming out of a pipe.luigi1999-02-191-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-169-8/+29
* After wading in the cesspool of ip_input for an hour, I have managed towollman1999-02-091-10/+8
* remove leftover garbage line.julian1999-02-081-2/+1
* Fix for PR 9309.julian1999-02-081-1/+10
* Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT.fenner1999-02-062-4/+4
* Nuke all the stupid ffs() stuff and use powerof2() instead.msmith1999-02-042-4/+4
OpenPOWER on IntegriCloud