summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts created by import.darrenr1997-04-032-18/+21
* This commit was generated by cvs2svn to compensate for changes in r24586,darrenr1997-04-0310-319/+905
|\
| * Really import sys/netinet changes for IP Filter 3.2alpha4 this time.darrenr1997-04-0310-319/+905
* | Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-039-31/+38
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-242-4/+4
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* | Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-037-19/+22
* | This commit was generated by cvs2svn to compensate for changes in r23285,peter1997-03-025-42/+68
|\ \ | |/
| * Import ipfilter 3.1.8 kernel componentspeter1997-03-025-42/+68
* | This commit was generated by cvs2svn to compensate for changes in r23282,peter1997-03-0210-0/+4233
|\ \ | |/
| * Replacement import of ipfilter 3.1.7 components used in kernel.peter1997-03-0210-0/+4233
* Fix a comment and some commented-out code in ip_mloopback tofenner1997-02-281-11/+10
* Fix #include order.wollman1997-02-241-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2240-40/+40
* Properly notice error returns from if_allmulti().wollman1997-02-211-2/+2
* Fix potential crash where a user attempts to perform an impliedwollman1997-02-211-1/+14
* Fix the parameters of a call to in_setsockaddr().wollman1997-02-201-1/+1
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDdarrenr1997-02-192-15/+16
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-189-327/+183
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-147-469/+250
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfacewollman1997-02-136-5/+117
* Add IP Filter hooks (from patches).darrenr1997-02-103-0/+45
* Don't zero ip->ip_sum during sum validation. This should onlybrian1997-02-061-3/+4
* Reset ip_divert_ignore to zero immediately after use - also,brian1997-02-023-2/+3
* Count multicast packets received for groups of which we are notwollman1997-01-212-1/+2
* Who had the conical hat? Correct a typo, hidden by a bad cast,wollman1997-01-211-1/+1
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upjoerg1997-01-171-2/+6
* implement "not" keyword for inverting the address logicadam1997-01-162-2/+6
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1446-46/+46
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-134-268/+78
* Expose more of these structures to tthe user so that netstatwollman1997-01-031-3/+3
* Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.wollman1997-01-031-17/+1
* Add INADDR_LOOPBACK, moved from <rpc/rpc.h>peter1996-12-301-1/+2
* Some days, it just doesn't pay to get out of bed. Fix another brokenwollman1996-12-151-2/+2
* Somehow the removal of ia_next didn't make it in the last time. Hopewollman1996-12-151-2/+1
* Attempt to complete the fix in the previous revision. This versionbde1996-12-151-2/+2
* Missing TAILQ mod.dyson1996-12-141-2/+2
* Convert the interface address and IP interface address structureswollman1996-12-138-91/+70
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-111-3/+3
* Include <net/if_arp.h> in the one header that requires it,wollman1996-12-111-1/+2
* Only pay attention to the offset and the IP_MF flag in ip_off. Pointeddg1996-12-111-2/+2
* Allocate a header mbuf for the start of the encapsulated packet.fenner1996-11-231-3/+3
* Reword two messages:fenner1996-11-151-5/+6
* Forward-declare `struct inpcb' so that including this file doesn't causebde1996-11-121-1/+2
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-117-110/+126
* Re-enable the TCP SYN-attack protection code. I was the one who didn'tfenner1996-11-102-6/+2
* Fix braino on my part. When we have three different port ranges (default,peter1996-10-302-3/+8
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countfenner1996-10-255-8/+32
* Give ip_len and ip_off more natural, unsigned types.wollman1996-10-232-6/+6
* Changed args to the nat functions.sos1996-10-223-6/+6
OpenPOWER on IntegriCloud