aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Improved performance of hash algorithm while (hopefully) not reducingDavid Greenman1997-03-037-19/+22
* This commit was generated by cvs2svn to compensate for changes in r23285,Peter Wemm1997-03-025-42/+68
|\
| * Import ipfilter 3.1.8 kernel componentsvendor/ipfilter-sys/ipfilter3_1_8Peter Wemm1997-03-025-42/+68
* | This commit was generated by cvs2svn to compensate for changes in r23282,Peter Wemm1997-03-0210-0/+4233
|\|
| * Replacement import of ipfilter 3.1.7 components used in kernel.vendor/ipfilter-sys/ipfilter3_1_7Peter Wemm1997-03-0210-0/+4233
* Fix a comment and some commented-out code in ip_mloopback toBill Fenner1997-02-281-11/+10
* Fix #include order.Garrett Wollman1997-02-241-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2240-40/+40
* Properly notice error returns from if_allmulti().Garrett Wollman1997-02-211-2/+2
* Fix potential crash where a user attempts to perform an impliedGarrett Wollman1997-02-211-1/+14
* Fix the parameters of a call to in_setsockaddr().Garrett Wollman1997-02-201-1/+1
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDDarren Reed1997-02-192-15/+16
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-189-322/+178
* Fix the mechanism for choosing wehether to save the slow-start thresholdGarrett Wollman1997-02-147-464/+245
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-136-5/+117
* Add IP Filter hooks (from patches).Darren Reed1997-02-103-0/+45
* Don't zero ip->ip_sum during sum validation. This should onlyBrian Somers1997-02-061-3/+4
* Reset ip_divert_ignore to zero immediately after use - also,Brian Somers1997-02-023-2/+3
* Count multicast packets received for groups of which we are notGarrett Wollman1997-01-212-1/+2
* Who had the conical hat? Correct a typo, hidden by a bad cast,Garrett Wollman1997-01-211-1/+1
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upJoerg Wunsch1997-01-171-2/+6
* implement "not" keyword for inverting the address logicAdam David1997-01-162-2/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1446-46/+46
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-134-268/+78
* Expose more of these structures to tthe user so that netstatGarrett Wollman1997-01-031-3/+3
* Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.Garrett Wollman1997-01-031-17/+1
* Add INADDR_LOOPBACK, moved from <rpc/rpc.h>Peter Wemm1996-12-301-1/+2
* Some days, it just doesn't pay to get out of bed. Fix another brokenGarrett Wollman1996-12-151-2/+2
* Somehow the removal of ia_next didn't make it in the last time. HopeGarrett Wollman1996-12-151-2/+1
* Attempt to complete the fix in the previous revision. This versionBruce Evans1996-12-151-2/+2
* Missing TAILQ mod.John Dyson1996-12-141-2/+2
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-138-90/+69
* Use queue macros for the list of interfaces. Next stop: ifaddrs!Garrett Wollman1996-12-111-3/+3
* Include <net/if_arp.h> in the one header that requires it,Garrett Wollman1996-12-111-1/+2
* Only pay attention to the offset and the IP_MF flag in ip_off. PointedDavid Greenman1996-12-111-2/+2
* Allocate a header mbuf for the start of the encapsulated packet.Bill Fenner1996-11-231-3/+3
* Reword two messages:Bill Fenner1996-11-151-5/+6
* Forward-declare `struct inpcb' so that including this file doesn't causeBruce Evans1996-11-121-1/+2
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-117-110/+126
* Re-enable the TCP SYN-attack protection code. I was the one who didn'tBill Fenner1996-11-102-6/+2
* Fix braino on my part. When we have three different port ranges (default,Peter Wemm1996-10-302-3/+8
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countBill Fenner1996-10-255-8/+32
* Give ip_len and ip_off more natural, unsigned types.Garrett Wollman1996-10-232-6/+6
* Changed args to the nat functions.Søren Schmidt1996-10-223-6/+6
* Reword two comments.Alexander Langer1996-10-191-3/+3
* Forward-declared `struct route' for the KERNEL case so that <net/route.h>Bruce Evans1996-10-151-5/+7
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-122-2/+4
* Log the interface name which received the packet.Alexander Langer1996-10-121-8/+9
* Fix two bugs I accidently put into the syn code at the last minutePaul Traina1996-10-112-10/+18
* All three files: make COMPAT_IPFW==0 case work again.Garrett Wollman1996-10-073-30/+46