aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Extra sanity check when arp proxyall is enabled. Don't send an arpDavid Malone2000-07-131-0/+26
* re-enable the tcp newreno code.Jayanth Vijayaraghavan2000-07-121-1/+1
* remove m_pulldown statistics, which is highly experimental and does notJun-ichiro itojun Hagino2000-07-121-12/+4
* be more cautious about tcp option length field. drop bogus ones earlier.Jun-ichiro itojun Hagino2000-07-092-2/+6
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-0423-248/+1791
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-046-11/+11
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-036-11/+11
* Fixed PunchFWHole():Ruslan Ermilov2000-06-271-2/+3
* - Removed PacketAliasPptp() API function.Ruslan Ermilov2000-06-204-38/+1
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-207-11/+422
* return of the accept filter part IIAlfred Perlstein2000-06-202-0/+263
* - Improved passive mode FTP support by aliasing 229 replies.Ruslan Ermilov2000-06-161-311/+336
* - Added support for passive mode FTP by aliasing 227 replies.Ruslan Ermilov2000-06-143-15/+228
* Fix behaviour of "ipfw pipe show" -- previous code gaveLuigi Rizzo2000-06-141-5/+10
* Add tcpoptions to ipfw. This works much in the same way as ipoptions do.Dan Moschuk2000-06-082-0/+80
* Implement WF2Q+ in dummynet.Luigi Rizzo2000-06-084-346/+1306
* Add boundary checks against IP options.Jonathan Lemon2000-06-023-3/+12
* When attempting to transmit a packet, if the system fails to allocateJonathan Lemon2000-06-021-0/+4
* define CSUM_DELAY_DATA to match mergeDarren Reed2000-05-261-0/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-269-19/+19
* fix up #ifdef jungle for FreeBSDDarren Reed2000-05-251-4/+9
* remove duplicate prototypesDarren Reed2000-05-251-2/+0
* Mark the checksum as complete when looping back multicast packets.Jonathan Lemon2000-05-251-0/+6
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-1/+1
* fix duplicate rcsid'sDarren Reed2000-05-241-3/+0
* Fixed some style bugs (mainly convoluted logic for blackhole processing).Bruce Evans2000-05-241-6/+2
* It would have been nice if this actually compiled. Close the headerPeter Wemm2000-05-241-0/+1
* fix up conflictsDarren Reed2000-05-2411-173/+638
* fix conflictsDarren Reed2000-05-244-71/+190
* fix conflictsDarren Reed2000-05-242-258/+746
* fix conflictsDarren Reed2000-05-242-43/+78
* fix conflictsDarren Reed2000-05-241-240/+753
* fix conflictsDarren Reed2000-05-242-298/+609
* fix conflictsDarren Reed2000-05-243-189/+577
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-239-19/+19
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.Dan Moschuk2000-05-225-35/+10
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,Dan Moschuk2000-05-221-0/+2
* Compute the checksum before handing the packet off to IPFilter.Jonathan Lemon2000-05-213-2/+11
* Return ECONNRESET instead of EINVAL if the connection has been shotPeter Wemm2000-05-191-3/+3
* snd_cwnd was updated twice in the tcp_newreno function.Jayanth Vijayaraghavan2000-05-182-2/+0
* Sigh, fix a rookie patch merge error.Jayanth Vijayaraghavan2000-05-172-6/+0
* Cast sizeof() calls to be of type (int) when they appear in a signedJonathan Lemon2000-05-171-3/+4
* snd_una was being updated incorrectly, this resulted in the newrenoJayanth Vijayaraghavan2000-05-162-6/+16
* Do not call icmp_error() if ipfirewall(4) denied packet.Ruslan Ermilov2000-05-151-0/+4
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-142-233/+172
* Temporarily turn off the newreno flag until we can track down the knownJayanth Vijayaraghavan2000-05-111-1/+1
* Revert the default behaviour for incoming connections soBrian Somers2000-05-112-3/+3
* correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.Jun-ichiro itojun Hagino2000-05-101-0/+4
* Fix bug in dealing with "hlen == 1 and opt > 1"Darren Reed2000-05-091-4/+10
* Add missing include machine/in_cksum.h.Paul Saab2000-05-092-0/+3