summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add a missing bzero which could be the source of instabilityluigi1999-01-111-12/+21
* Remove check from where arp replies are coming from -- when doing bridging,luigi1999-01-101-1/+3
* If we can't open alias.log, don't try to write to thebrian1999-01-101-2/+4
* Partial fix for when ipfw is used with bridging. Bridged packetsluigi1998-12-311-24/+22
* Remove some unused variables.luigi1998-12-311-4/+4
* 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot beluigi1998-12-221-3/+3
* Recover from previous dummynet screwupluigi1998-12-212-38/+71
* Restore 1.82->1.83 change deleted by mistake< per Bruce suggestionluigi1998-12-211-1/+2
* Add missing "break"s to allow multicast routing to work.fenner1998-12-161-1/+3
* Last bits (i think) of dummynet for -current.luigi1998-12-149-182/+503
* Reviewed by: freebsd-currentdillon1998-12-143-44/+192
* PR: kern/8990dillon1998-12-121-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-079-44/+37
* Clean up some pointer usage.eivind1998-12-071-2/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-043-12/+14
* Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIMdillon1998-12-042-15/+19
* Obtained from: "Andrey A. Chernov" <ache@nagual.pp.ru>dillon1998-12-041-1/+3
* Reviewed by: freebsd-currentdillon1998-12-035-7/+120
* Staticize some more.eivind1998-11-268-30/+30
* Fix a couple of typos.jdp1998-11-191-3/+3
* Remove stale references to ih_next and ih_prev.dfr1998-11-171-3/+1
* Make the previous fix more portable.dfr1998-11-161-4/+4
* The below patch helps to reduce the leakage of internal socket informationguido1998-11-152-4/+6
* Fix printf format errors on alpha.dfr1998-11-151-4/+4
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* Be sure to pullup entire IP header when dealing with fragment packets.dg1998-11-111-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Some optimisations to the fragment reassembly code.dfr1998-10-271-19/+14
* Fix a bug in the new fragment reassembly code which was tickled by recievingdfr1998-10-271-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-162-12/+51
* Dike out some obsolete defines which referenced ih_next and ih_prev fromdfr1998-09-261-3/+1
* Fix the bind security fix introduced in rev 1.38 to work with multicast:fenner1998-09-171-3/+9
* Prevent modification of permanent ARP entries (PR kern/7649)fenner1998-09-171-4/+21
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-151-2/+2
* Bring in new files for dummynet supportluigi1998-09-122-0/+709
* Fix RST validation.wollman1998-09-112-84/+224
* Ensure that m_nextpkt is set to NULL after reassembling fragments.dfr1998-09-101-1/+3
* RFC 1644 has the status "Experimental Protocol", which means:phk1998-09-062-4/+4
* Widen and change the layout of the IPFW structures flag element.phk1998-09-021-29/+29
* Properly fragment multicast packets.wollman1998-09-021-1/+2
* Remove OpenBSD build support - let the Makefile vary perbrian1998-08-311-10/+5
* Add OpenBSD build supportbrian1998-08-301-3/+9
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-248-247/+210
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-2312-664/+684
* Fixed printf format errors.bde1998-08-173-42/+46
* Made some disgusting ifdefs even more disgusting to enable the supportbde1998-08-155-11/+11
* Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != longbde1998-08-111-5/+6
* Converted the last instance of hzto() to tvtohz().bde1998-08-051-3/+3
* Use explicitly sized types when digging through packet headers.dfr1998-08-031-9/+9
* Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.peter1998-08-011-3/+2
OpenPOWER on IntegriCloud