summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC:Ruslan Ermilov2000-09-216-31/+38
* MFC: r1.60 change the evaluation order of the rsvp socket in rsvp_input()Kenjiro Cho2000-09-211-31/+19
* MFC: [rev 1.2] Add forgotten include of sysctl.hPaul Saab2000-09-201-0/+1
* MFC:Paul Saab2000-09-201-79/+255
* MFC: r1.38, close race window for TCP timer callbacks.Jonathan Lemon2000-09-191-5/+5
* MFC: r1.141, do not reference fragment after calling m_cat().Jonathan Lemon2000-09-141-1/+1
* MFC: (rev. 1.47) no snd_nxt rollback optimization for SYN packetsArchie Cobbs2000-09-131-3/+2
* MFC: (rev 1.45) return error not zero from div_bind().Ruslan Ermilov2000-08-301-1/+1
* MFC; IN_MULTICAST has different endian on *BSD.Jun-ichiro itojun Hagino2000-08-301-2/+2
* MFC: remove obsolete comment.Archie Cobbs2000-08-221-1/+0
* MFC (rev.1.46: fixed a missing splx() in if_addmulti()).Bruce Evans2000-08-191-1/+3
* MFC: make netstat(1) to be aware of divert(4) sockets.Archie Cobbs2000-08-162-1/+91
* MFC:Jayanth Vijayaraghavan2000-08-164-2/+44
* MFC: (rev. 1.46) improved performance when ip_output() returns an error.Archie Cobbs2000-08-151-0/+15
* MFC: s/__FreeBSD_Version/__FreeBSD_version/Peter Wemm2000-08-041-1/+1
* MFC: $FreeBSD$Peter Wemm2000-08-031-0/+1
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-035-8/+8
* MFCBill Fumerola2000-07-282-1/+81
* commit 3.4.8 to releng4Darren Reed2000-07-1920-1155/+2931
* pullup changes from -currentDarren Reed2000-07-1913-148/+806
* MFC rev 1.60: fix a comment for TCPCTL_KEEPINIT.Sheldon Hearn2000-07-181-1/+1
* MFC: close pr 19544 - ipfw pipe delete causes panic when no pipes defineLuigi Rizzo2000-07-171-2/+2
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-1519-228/+1173
* Merged undocumented bug fix from rev 1.41: Fix for timer race that canDavid Greenman2000-07-131-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-102-0/+598
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-262-0/+263
* MFC: fix behaviour of "ipfw pipe show"Luigi Rizzo2000-06-141-5/+10
* MFC: (rev 1.133) do not call icmp_error() if ipfirewall(4) denied packet.Ruslan Ermilov2000-06-131-0/+4
* MFC: Bring WF2Q+ support in dummynet. Read the ipfw(8) manpage forLuigi Rizzo2000-06-114-345/+1305
* MFC: r1.43, fix for connections hanging in LAST_ACK state.Jonathan Lemon2000-06-081-0/+4
* MFC: correct boundary checks against IP optionsJonathan Lemon2000-06-083-3/+16
* MFC: only pass the address family to if_simloop()Archie Cobbs2000-06-021-1/+1
* define CSUM_DELAY_DATA to match mergeDarren Reed2000-05-261-0/+4
* MFC: rev 1.106, checksums for multicast loopback.Jonathan Lemon2000-05-251-0/+6
* MFC: rev 1.134, cast sizeof() calls to keep things signed.Jonathan Lemon2000-05-251-3/+4
* do not add state upon RSTDarren Reed2000-05-241-0/+2
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-242-233/+172
* MFC: fix problem with interaction between delayed checksums & IPFilter.Jonathan Lemon2000-05-213-2/+11
* MFC 1.63: return ECONNRESET instead of EINVAL when trying to do aPeter Wemm2000-05-191-3/+3
* Fix bug in dealing with "hlen == 1 and opt > 1"Darren Reed2000-05-101-5/+11
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-056-80/+200
* remove a useless error messageLuigi Rizzo2000-05-021-0/+2
* MFC: ND6_HINT() should not be called unless the connection status isMunechika SUMIKAWA2000-04-171-1/+0
* De-pessimize checking of runt packets. Patch was created vs.Wes Peters2000-04-111-10/+3
* MFC: add trailing newlines to the log() calls introduced in rev 1.64.Joerg Wunsch2000-03-291-3/+3
* MFC 1.66, fix NULL pointer dereference panic when dealing with ARPMatthew Dillon2000-03-231-1/+1
* MFC:Brian Feldman2000-03-231-1/+2
* MFC: (rev 1.132) Fix logging of src and dst IP addresses.Ruslan Ermilov2000-03-141-5/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1315-11516/+0
* Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security.Yoshinobu Inoue2000-03-111-1/+12