summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* strtok -> strsep (no strtok allowed in libraries)ache2000-08-291-3/+6
* Apply appropriate patch.darrenr2000-08-291-0/+1
* Remove obsolete comment.archie2000-08-221-1/+0
* Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.bde2000-08-191-1/+3
* repair endianness issue in IN_MULTICAST().itojun2000-08-151-2/+2
* Fixed PunchFW code segmentation violation bug.ru2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.ru2000-08-141-65/+18
* resolve conflictsdarrenr2000-08-139-91/+356
* - Do not modify Peer's Call ID in outgoing Incoming-Call-Connectedru2000-08-091-18/+25
* Adjust TCP checksum rather than compute it afresh.ru2000-08-071-4/+8
* Improve performance in the case where ip_output() returns an error.archie2000-08-031-0/+15
* Make netstat(1) to be aware of divert(4) sockets.ru2000-08-032-1/+91
* Change __FreeBSD_Version into the proper __FreeBSD_version.roberto2000-08-012-6/+6
* Add missing '0' to FreeBSD_version test: 50011 -> 500011ache2000-08-011-5/+5
* Nonexistent <sys/pfil.h> -> <net/pfil.h>ache2000-07-311-1/+1
* Whitespace only:sheldonh2000-07-311-4/+4
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-315-24/+69
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-268-3/+819
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-216-2/+64
* fix conflictsdarrenr2000-07-1913-109/+221
* Fix a comment which was broken in rev 1.36.sheldonh2000-07-181-1/+1
* close PR 19544 - ipfw pipe delete causes panic when no pipes definedluigi2000-07-171-2/+2
* Extra sanity check when arp proxyall is enabled. Don't send an arpdwmalone2000-07-131-0/+26
* re-enable the tcp newreno code.jayanth2000-07-121-1/+1
* remove m_pulldown statistics, which is highly experimental and does notitojun2000-07-121-12/+4
* be more cautious about tcp option length field. drop bogus ones earlier.itojun2000-07-092-2/+6
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-0423-248/+1791
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-046-11/+11
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-036-11/+11
* Fixed PunchFWHole():ru2000-06-271-2/+3
* - Removed PacketAliasPptp() API function.ru2000-06-204-38/+1
* Added true support for PPTP aliasing. Some nice features include:ru2000-06-207-11/+422
* return of the accept filter part IIalfred2000-06-202-0/+263
* - Improved passive mode FTP support by aliasing 229 replies.ru2000-06-161-312/+337
* - Added support for passive mode FTP by aliasing 227 replies.ru2000-06-143-15/+228
* Fix behaviour of "ipfw pipe show" -- previous code gaveluigi2000-06-141-5/+10
* Add tcpoptions to ipfw. This works much in the same way as ipoptions do.dan2000-06-082-0/+80
* Implement WF2Q+ in dummynet.luigi2000-06-084-346/+1306
* Add boundary checks against IP options.jlemon2000-06-023-3/+12
* When attempting to transmit a packet, if the system fails to allocatejlemon2000-06-021-0/+4
* define CSUM_DELAY_DATA to match mergedarrenr2000-05-261-0/+4
* Back out the previous change to the queue(3) interface.jake2000-05-269-19/+19
* fix up #ifdef jungle for FreeBSDdarrenr2000-05-251-4/+9
* remove duplicate prototypesdarrenr2000-05-251-2/+0
* Mark the checksum as complete when looping back multicast packets.jlemon2000-05-251-0/+6
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+1
* fix duplicate rcsid'sdarrenr2000-05-241-3/+0
* Fixed some style bugs (mainly convoluted logic for blackhole processing).bde2000-05-241-6/+2
* It would have been nice if this actually compiled. Close the headerpeter2000-05-241-0/+1
* fix up conflictsdarrenr2000-05-2411-174/+639
OpenPOWER on IntegriCloud