aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete comment.Archie Cobbs2000-08-221-1/+0
* Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.Bruce Evans2000-08-191-1/+3
* repair endianness issue in IN_MULTICAST().Jun-ichiro itojun Hagino2000-08-151-2/+2
* Fixed PunchFW code segmentation violation bug.Ruslan Ermilov2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.Ruslan Ermilov2000-08-141-65/+18
* resolve conflictsDarren Reed2000-08-139-91/+356
* - Do not modify Peer's Call ID in outgoing Incoming-Call-ConnectedRuslan Ermilov2000-08-091-18/+25
* Adjust TCP checksum rather than compute it afresh.Ruslan Ermilov2000-08-071-4/+8
* Improve performance in the case where ip_output() returns an error.Archie Cobbs2000-08-031-0/+15
* Make netstat(1) to be aware of divert(4) sockets.Ruslan Ermilov2000-08-032-1/+91
* Change __FreeBSD_Version into the proper __FreeBSD_version.Ollivier Robert2000-08-012-6/+6
* Add missing '0' to FreeBSD_version test: 50011 -> 500011Andrey A. Chernov2000-08-011-5/+5
* Nonexistent <sys/pfil.h> -> <net/pfil.h>Andrey A. Chernov2000-07-311-1/+1
* Whitespace only:Sheldon Hearn2000-07-311-4/+4
* activate pfil_hooks and covert ipfilter to use itDarren Reed2000-07-315-24/+69
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-268-3/+819
* When a connection is being dropped due to a listen queue overflow,Jayanth Vijayaraghavan2000-07-216-2/+64
* fix conflictsDarren Reed2000-07-1913-109/+221
* Fix a comment which was broken in rev 1.36.Sheldon Hearn2000-07-181-1/+1
* close PR 19544 - ipfw pipe delete causes panic when no pipes definedLuigi Rizzo2000-07-171-2/+2
* 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-312/+337
* - 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-174/+639
* fix conflictsDarren Reed2000-05-244-71/+190
* fix conflictsDarren Reed2000-05-242-258/+746