summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix braino in rev 1.30 fix; m_copy() the mbuf that has the headerfenner1996-07-121-2/+2
* Don't use NULL in non-pointer contexts.bde1996-07-121-2/+2
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-114-11/+450
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-108-57/+584
* Functionality for IPFIREWALL_VERBOSE logging:nate1996-07-091-1/+7
* Reject rules which try to mix ports with incompatible protocols.alex1996-06-291-1/+11
* Allow fragment checking to work with specific protocols.alex1996-06-251-16/+26
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicatebde1996-06-231-4/+4
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thepeter1996-06-211-1/+3
* Use the route that's guaranteed to exist when picking a source addressfenner1996-06-201-2/+2
* Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)fenner1996-06-201-2/+2
OpenPOWER on IntegriCloud