summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reword two comments.alex1996-10-191-3/+3
* Forward-declared `struct route' for the KERNEL case so that <net/route.h>bde1996-10-151-5/+7
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-122-2/+4
* Log the interface name which received the packet.alex1996-10-121-8/+9
* Fix two bugs I accidently put into the syn code at the last minutepst1996-10-112-10/+18
* All three files: make COMPAT_IPFW==0 case work again.wollman1996-10-073-30/+46
* Improved in_pcblookuphash() to support wildcarding, and changed relaventdg1996-10-076-67/+60
* Increase robustness of FreeBSD against high-rate connection attemptpst1996-10-072-26/+46
* I don't understand, I committed this fix (move a counter and fixed a typo)pst1996-09-212-8/+6
* Syntax error: so_incom -> so_incompache1996-09-212-4/+4
* If the incomplete listen queue for a given socket is full,pst1996-09-202-10/+36
* Handle ICMP codes defined in RFC1812 more appropriatelypst1996-09-201-1/+7
* Move TCPCTL_KEEPINIT to end of MIB list (sigh)pst1996-09-131-4/+4
* Make the misnamed tcp initial keepalive timer value (which is really thepst1996-09-136-14/+21
* Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP]pst1996-09-132-12/+24
* Set subnetsarelocal to false. In a classless world, the other casewollman1996-09-091-2/+2
* Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash whendg1996-09-081-2/+5
* Fix the visibility of the sysctl variables.alex1996-08-311-5/+5
* Oops, send the operation type, not the name to the NAT code...sos1996-08-271-2/+2
* Mark sockets where the kernel chose the port# for.phk1996-08-232-2/+5
* Add hooks for an IP NAT module, much like the firewall stuff...sos1996-08-215-23/+60
* Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types.fenner1996-08-201-1/+4
* Completely rewrite handling of protocol field for firewalls, things arepst1996-08-132-98/+45
* Add two more portrange sysctls, which control the area of the belowpeter1996-08-122-17/+52
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-31/+17
* Filter by IP protocol.alex1996-08-051-21/+36
* Eliminate some more references to separate ip_v and ip_hl fields.wollman1996-07-245-16/+28
* Removed extraneous return.alex1996-07-201-2/+1
* Switch back to logging accepted packets with the text "Allow" insteadalex1996-07-141-2/+2
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whendg1996-07-122-3/+6
OpenPOWER on IntegriCloud