summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add for public examination the beginnings of the per-host cache supportwollman1997-06-182-0/+241
* make it compile with -Walljulian1997-06-041-12/+11
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-025-278/+528
* typo fix, s/imp/inp'; move lookup call inside splnet since there werepeter1997-06-011-2/+2
* Uninitialised inp variable in div_bind().peter1997-05-261-1/+2
* This commit was generated by cvs2svn to compensate for changes in r26124,darrenr1997-05-2515-316/+1759
|\
| * Import version 3.2alpha7darrenr1997-05-2515-316/+1759
* | Connect the ipdivert div_usrreqs struct to the ip proto switch tablepeter1997-05-252-5/+5
* | Attempt to convert the ip_divert code to use the new-style protocol requestpeter1997-05-241-101/+87
* | submitted by: archie@whistle.comjulian1997-05-231-2/+2
* | Create the alias library. This is currently only used bybrian1997-05-238-0/+3984
* | Disallow writing raw IP packets shorter than the IP header.fenner1997-05-221-2/+3
* | Break apart initialization of s and inp from the declarations integge1997-05-191-5/+9
* | Disallow network interrupts while the address is found and copied integge1997-05-191-1/+13
* | Don't send arp request for the ip address 0.0.0.0.tegge1997-05-141-3/+4
* | Bring in some kernel bootp support. This removes the need for netboottegge1997-05-111-1/+5
* | This commit was generated by cvs2svn to compensate for changes in r25603,kjc1997-05-092-0/+326
|\ \
| * | import Chuck Cranor's ATM driverkjc1997-05-092-0/+326
| /
* | Pull up the IP header in ip_mloopback(). This makes sure that thefenner1997-05-061-6/+8
* | Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.alex1997-05-061-1/+2
* | The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-2713-78/+99
* | Make MOD_* macros almost consistent:dufault1997-04-061-2/+3
* | 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
OpenPOWER on IntegriCloud