summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* | Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-091-1/+2
* | Make INET a proper option.eivind1998-01-086-21/+33
* | Bump up packet and byte counters to 64-bit unsigned ints. As aalex1998-01-082-11/+14
* | Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_firstalex1998-01-051-22/+22
* | Added missing parens from previous commit.alex1998-01-051-3/+3
* | Bound the ICMP type bitmap now that it doesn't cover all possiblealex1998-01-051-2/+3
* | Reduce the amount of time that network interrupts are blocked whilealex1998-01-041-17/+42
* | Bring back part of rev 1.44 which was commented out by rev 1.58.alex1997-12-271-7/+8
* | The spl fixes in in_setsockaddr and in_setpeeraddr that were meant todg1997-12-251-11/+17
* | Removed unnecessary setting of 'error' -- binding to a privileged portalex1997-12-231-2/+2
* | Fixed gratuitous ANSIisms.bde1997-12-201-2/+2
* | Don't use ANSI string concatenation to misformat a string.bde1997-12-193-15/+15
* | Removed a stale comment. (We don't declare ip_len and ip_offset asbde1997-12-191-5/+1
* | Fix an incredibly horrible bug in the ipfw codejulian1997-12-193-11/+16
* | Fixed a missing splx(s) bug in tcp_usr_send().dg1997-12-181-2/+3
* | Call in_pcballoc() at splnet(). As near as I can tell, this won't fixdg1997-12-182-8/+18
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* | Add Matt Dillon's quick fix hack for the self-connect DoS.wollman1997-11-202-2/+28
* | This commit was generated by cvs2svn to compensate for changes in r31187,peter1997-11-1616-916/+3681
|\ \ | |/
| * Import kernel parts of ipfilter-3.2.1peter1997-11-1616-916/+3681
* | Submitted by: Archie cobbs (IPDIVERT author)julian1997-11-131-1/+7
* | Rename some local variables to avoid shadowing other local variables.phk1997-11-071-6/+6
* | Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-6/+3
* | Make IPDIVERT a supported option. Alas, in_var.h depends on it, ijoerg1997-11-054-4/+10
* | Return the entire if info, rather than just the index number. (at least try)julian1997-11-051-9/+31
* | Fix bugs from my previous commitguido1997-10-281-4/+4
* | Removed unused #includes.bde1997-10-2811-55/+11
* | When dosourcerouting is set do not sourceoute....guido1997-10-271-1/+4
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-124-7/+9
* | Distribute and statizice a lot of the malloc M_* types.phk1997-10-113-3/+9
* | Don't allow the window to be increased beyond what is possible tofenner1997-10-071-3/+3
* | Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimatedg1997-10-022-12/+2
* | Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCPfenner1997-09-302-18/+22
* | Export ipstat via sysctl. Don't understand why this wasn't done before.wollman1997-09-252-3/+7
* | Update for new callout interface.gibbs1997-09-211-4/+6
* | Make TCPDEBUG a new-style option.joerg1997-09-169-9/+27
* | Fixed gratuitous ANSIisms.bde1997-09-165-14/+16
* | Prevent overflow with fragmented packetsache1997-09-151-26/+67
* | Update network code to use poll support.peter1997-09-144-8/+8
* | Some mbuf -> sockaddr changes seem to have been missed here.peter1997-09-131-7/+7
* | Allow a compile-time override of the ipfw deny rule. For a 'firewall'peter1997-09-101-8/+16
* | Some staticized variables were still declared to be extern.bde1997-09-076-20/+6
* | Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)brian1997-09-065-4/+17
* | Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* | ICMP Timestamp Request messages could have harbored the same sort ofwollman1997-08-252-2/+9
* | Configurably don't reply to broadcast or multicast echos. There are stillwollman1997-08-252-2/+13
* | Fixed logging of verbose limited packets.alex1997-08-231-4/+5
* | Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-169-78/+87
* | Fix file descriptor leak.brian1997-08-114-2/+11
* | Support interface names up to 15 characters in length. In order toalex1997-08-081-3/+5
OpenPOWER on IntegriCloud