aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Slightly rearrange a code in rev. 1.164:Maxim Konovalov2002-09-231-4/+8
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-232-26/+26
* Fix issue where shutdown(socket, SHUT_RD) was effectivelyMike Silbersack2002-09-222-6/+20
* Use m_fixhdr() rather than roll our own.Poul-Henning Kamp2002-09-181-6/+2
* Guido reported an interesting bug where an FTP connection between aMatthew Dillon2002-09-172-10/+46
* Remove __RCSID().Maxim Sobolev2002-09-171-3/+0
* Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreakMaxim Konovalov2002-09-171-1/+2
* In rare cases when there is no room for ip options ip_insertoptions()Maxim Konovalov2002-09-171-1/+3
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...Jennifer Yang2002-09-171-0/+2
* Remove superfluous break.Maxim Sobolev2002-09-101-1/+0
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREMaxim Sobolev2002-09-091-1/+1
* Reduce namespace pollution by staticizing everything, which doesn't need toMaxim Sobolev2002-09-061-4/+4
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)Maxim Sobolev2002-09-063-0/+415
* Fixed namespace pollution in uma changes:Bruce Evans2002-09-051-2/+3
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of dependingBruce Evans2002-09-051-8/+6
* Add in_hosteq() and in_nullhost() macros to make life of developersMaxim Sobolev2002-09-041-0/+3
* some ipfilter files that accidently got imported hereDarren Reed2002-08-293-696/+0
* This commit was generated by cvs2svn to compensate for changes in r102514,Darren Reed2002-08-283-0/+696
|\
| * Update IP Filter kernel sourcevendor/ipfilter-sys/v3-4-16Darren Reed2001-02-0422-15110/+0
| * Import IP filter 3.4.13Darren Reed2000-10-298-48/+58
| * Import IP Filter 3.4.12 into kernel source treeDarren Reed2000-10-2614-192/+613
| * Import IP Filter 3.4.9 bits into the kernelDarren Reed2000-08-1310-102/+367
| * import ipfilter 3.4.8Darren Reed2000-07-1913-112/+226
| * Import IP Filter 3.4.4 into the kernelDarren Reed2000-05-2420-2519/+6875
| * This commit was manufactured by cvs2svn to create branch 'DARRENR'.cvs2svn1999-12-063-0/+612
* | Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-253-3/+3
* | Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andCrist J. Clark2002-08-251-3/+6
* | Correct bug in t_bw_rtttime rollover, #undef USERTTMatthew Dillon2002-08-242-2/+10
* | Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* | o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-3/+3
* | Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-213-46/+72
* | Enclose IPv6 addresses in brackets when they are displayed printable with aJuli Mallett2002-08-192-6/+14
* | Raise limit for port lists to 30 entries/ranges.Luigi Rizzo2002-08-191-6/+4
* | Implement TCP bandwidth delay product window limiting, similar to (butMatthew Dillon2002-08-177-0/+338
* | Cosmetic-only changes for readability.Jeffrey Hsu2002-08-172-652/+556
* | sys/netinet/ip_fw2.c:Luigi Rizzo2002-08-161-47/+116
* | make the strings for tcptimers, tanames and prurequests const to silenceAlfred Perlstein2002-08-162-2/+2
* | Code formatting sync to trustedbsd_mac: don't perform an assignmentRobert Watson2002-08-151-2/+2
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatRobert Watson2002-08-154-6/+6
* | Reset dupack count in header prediction.Jeffrey Hsu2002-08-152-0/+2
* | Kernel support for a dummynet option:Luigi Rizzo2002-08-152-1/+2
* | It's now sufficient to rely on a nested include of _label.h to make sureRobert Watson2002-08-151-1/+0
* | Perform a nested include of _label.h if #ifdef _KERNEL. This willRobert Watson2002-08-151-0/+4
* | Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h whichRobert Watson2002-08-151-0/+1
* | remove spurious printfPoul-Henning Kamp2002-08-131-1/+1
* | Assert that the inpcb lock is held when calling tcp_output().Jennifer Yang2002-08-121-0/+2
* | One bugfix and one new feature.Luigi Rizzo2002-08-102-21/+98
* | Handle PMTU discovery in syn-ack packets slightly differently;Mike Silbersack2002-08-051-8/+6
* | bugfix: move check for udp_blackhole before the one for icmp_bandlim.Luigi Rizzo2002-08-041-2/+2
* | Fix handling of packets which matched an "ipfw fwd" rule on the input side.Luigi Rizzo2002-08-031-0/+13