summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix garbage inputs to ifa_ifwithaddr().Julian Elischer1999-02-081-1/+9
* MFC: kernel tunable for TCBHASHSIZEMike Smith1999-02-041-4/+14
* MFC: Move kernel-only declarations to within #ifdef KERNELArchie Cobbs1999-01-251-4/+9
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-2115-9170/+0
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-203-21/+28
* Fix bug in last commit (la was used uninitialized if no route was passed in).Bill Fenner1999-01-191-2/+2
* Use dynamic memory allocation instead of mbuf's for multicast routingBill Fenner1999-01-182-103/+86
* Rename igmp's MALLOC; it doesn't have anything to do with multicast routing.Bill Fenner1999-01-181-3/+3
* If arpresolve() gets passed a route with a null llinfo, callBill Fenner1999-01-181-2/+2
* ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(Eivind Eklund1999-01-121-3/+3
* Avoid unnecessary GCCism - I hadn't noticed the __unused macro.Eivind Eklund1999-01-121-2/+3
* * Print pointers using the correct type (%p) instead of %x.Eivind Eklund1999-01-121-6/+8
* Add #ifdef's to avoid unused label warning in some cases.Eivind Eklund1999-01-121-1/+3
* Remove unused statics.Eivind Eklund1999-01-121-5/+1
* Add a missing bzero which could be the source of instabilityLuigi Rizzo1999-01-111-12/+21
* Remove check from where arp replies are coming from -- when doing bridging,Luigi Rizzo1999-01-101-1/+3
* If we can't open alias.log, don't try to write to theBrian Somers1999-01-101-2/+4
* Partial fix for when ipfw is used with bridging. Bridged packetsLuigi Rizzo1998-12-311-24/+22
* Remove some unused variables.Luigi Rizzo1998-12-311-4/+4
* 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot beLuigi Rizzo1998-12-221-3/+3
* Recover from previous dummynet screwupLuigi Rizzo1998-12-212-38/+71
* Restore 1.82->1.83 change deleted by mistake< per Bruce suggestionLuigi Rizzo1998-12-211-1/+2
* Add missing "break"s to allow multicast routing to work.Bill Fenner1998-12-161-1/+3
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-149-182/+503
* Reviewed by: freebsd-currentMatthew Dillon1998-12-143-44/+192
* PR: kern/8990Matthew Dillon1998-12-121-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-079-44/+37
* Clean up some pointer usage.Eivind Eklund1998-12-071-2/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-043-12/+14
* Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIMMatthew Dillon1998-12-042-15/+19
* Obtained from: "Andrey A. Chernov" <ache@nagual.pp.ru>Matthew Dillon1998-12-041-1/+3
* Reviewed by: freebsd-currentMatthew Dillon1998-12-035-7/+120
* Staticize some more.Eivind Eklund1998-11-268-30/+30
* Fix a couple of typos.John Polstra1998-11-191-3/+3
* Remove stale references to ih_next and ih_prev.Doug Rabson1998-11-171-3/+1
* Make the previous fix more portable.Doug Rabson1998-11-161-4/+4
* The below patch helps to reduce the leakage of internal socket informationGuido van Rooij1998-11-152-4/+6
* Fix printf format errors on alpha.Doug Rabson1998-11-151-4/+4
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+2
* Be sure to pullup entire IP header when dealing with fragment packets.David Greenman1998-11-111-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Some optimisations to the fragment reassembly code.Doug Rabson1998-10-271-19/+14
* Fix a bug in the new fragment reassembly code which was tickled by recievingDoug Rabson1998-10-271-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-162-12/+51
* Dike out some obsolete defines which referenced ih_next and ih_prev fromDoug Rabson1998-09-261-3/+1
* Fix the bind security fix introduced in rev 1.38 to work with multicast:Bill Fenner1998-09-171-3/+9
* Prevent modification of permanent ARP entries (PR kern/7649)Bill Fenner1998-09-171-4/+21
* Turn off replies to ICMP echo requests for broadcast and multicastJoseph Koshy1998-09-151-2/+2
* Bring in new files for dummynet supportLuigi Rizzo1998-09-122-0/+709
* Fix RST validation.Garrett Wollman1998-09-112-84/+224