aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* so_linger is in seconds, not in 1/HZAndrey A. Chernov1999-04-241-2/+2
* Use pointer arithmetic as appropriate.Dmitrij Tejblum1999-04-241-2/+2
* postpone the sending of IGMP LEAVE msg to after deleting theLuigi Rizzo1999-04-241-2/+8
* Work around an egcs optimizer bug (i386). This should fix the active ftpLuoqi Chen1999-04-211-2/+4
* s/IPFIREWALL_MODULE/KLD_MODULE/Peter Wemm1999-04-201-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-208-105/+13
* Zap LKM option and support. Farewell old friend.Peter Wemm1999-04-191-0/+2
* Convert the dummynet lkm code to be kld aware (this isn't actually usedPeter Wemm1999-04-171-26/+27
* Oops, forgot this part of lkm code that's been replaced with kld.Peter Wemm1999-04-171-50/+3
* Better handling for ARP/source routing on Token RingEivind Eklund1999-04-151-8/+16
* Staticize.Eivind Eklund1999-04-111-2/+2
* Two cosmetic changes, one a typo and the other, a clarification.Julian Elischer1999-04-072-7/+15
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for theNick Sayer1999-03-301-18/+22
* Use the correct length from the mbuf header instead of the one fromLuigi Rizzo1999-03-261-9/+9
* PacketAliasProxyRule takes a const char *Brian Somers1999-03-251-1/+1
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-243-4/+4
* add missing #include "opt_bdg.h"Luigi Rizzo1999-03-241-1/+2
* Remove duplicate line.Bill Fumerola1999-03-231-1/+0
* Fix a dummynet bug caused by passing a bad next hop address (theLuigi Rizzo1999-03-161-5/+5
* Fix the 'fwd' option to ipfw when asked to divert to another machine.Julian Elischer1999-03-121-7/+24
* Submitted by: Larry LileJulian Elischer1999-03-101-16/+79
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-094-22/+54
* Document PacketAliasPptp() and allow it to be disabledBrian Somers1999-03-072-2/+31
* Remove unused function stubs.Brian Somers1999-03-071-77/+0
* Mention that PacketAliasProxyRule() doesn't accept host names,Brian Somers1999-03-071-1/+3
* When an incoming packet is reflected back as an ICMP reply, make sure weArchie Cobbs1999-03-061-1/+2
* Document PacketAliasProxyRule() and fix a typo.Brian Somers1999-03-061-1/+88
* Move kernel-only declaration inside #ifdef KERNEL section.Garrett Wollman1999-03-061-7/+5
* arprequest() allocates an mbuf with m_gethdr() but does not initializeBill Paul1999-03-041-1/+2
* Version 3.0: January 1, 1999Brian Somers1999-02-277-98/+1176
* Add support for stealth forwarding (forwarding packets without touchingDag-Erling Smørgrav1999-02-221-5/+18
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-201-3/+8
* avoid panic with pkts larger than MTU and DF set coming out of a pipe.Luigi Rizzo1999-02-191-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-169-8/+29
* After wading in the cesspool of ip_input for an hour, I have managed toGarrett Wollman1999-02-091-10/+8
* remove leftover garbage line.Julian Elischer1999-02-081-2/+1
* Fix for PR 9309.Julian Elischer1999-02-081-1/+10
* Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT.Bill Fenner1999-02-062-4/+4
* Nuke all the stupid ffs() stuff and use powerof2() instead.Mike Smith1999-02-042-4/+4
* Fix power-of-2 check for the TCB hash size.Mike Smith1999-02-042-4/+4
* Make TCBHASHSIZE a boot-time tunable as well, taking its value from theMike Smith1999-02-032-8/+28
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-277-20/+20
* Move kernel-only declarations to within #ifdef KERNELArchie Cobbs1999-01-231-4/+9
* Don't forward unicast packets received via link-layer multicast.Garrett Wollman1999-01-221-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-203-21/+28
* Fix bug in last commit (la was used uninitialized if no route was passed in).Bill Fenner1999-01-191-2/+2
* Use dynamic memory allocation instead of mbuf's for multicast routingBill Fenner1999-01-182-103/+86
* Rename igmp's MALLOC; it doesn't have anything to do with multicast routing.Bill Fenner1999-01-181-3/+3
* If arpresolve() gets passed a route with a null llinfo, callBill Fenner1999-01-181-2/+2
* ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(Eivind Eklund1999-01-121-3/+3