summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add EHOSTDOWN and ENETUNREACH to the list of soft errors, that shouldn'tglebius2007-02-281-0/+2
* Toss the code, that handles errors from ip_output(), to make it moreglebius2007-02-281-30/+26
* Add INADDR_ALLRPTS_GROUP define for 224.0.0.22 for future IGMPv3 support.bms2007-02-271-0/+1
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-268-10/+53
* Unlock a mutex which should be unlocked before returning.bms2007-02-251-1/+3
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-3/+76
* Rename two identically named log_in_vain variables: tcp_input.c's staticrwatson2007-02-204-12/+12
* Gratuitous UDP restyling toward style(9) in 7.x.rwatson2007-02-203-175/+168
* #ifdef INET6 printing of inpcb IPv6 addresses in DDB. Patch committedrwatson2007-02-181-0/+4
* Add "show inpcb", "show tcpcb" DDB commands, which should come in handyrwatson2007-02-173-2/+578
* Remove unused inp6_ifindex field from inpcb, as well as unused macrorwatson2007-02-161-2/+0
* Remove unused in6p_ip6_hlim macro shortcut for non-presentrwatson2007-02-161-1/+0
* - Copyright updates (aka 2007)rrs2007-02-1219-1534/+1175
* Use MAXTTL.bms2007-02-101-1/+1
* If the rendezvous point for a group is not specified, do not sendbms2007-02-101-0/+15
* Build PIM by default as part of the IPv4 multicast forwarding path.bms2007-02-102-39/+54
* Store the cached route in vifp in the normal send_packet() case.bms2007-02-082-3/+2
* Nuke the token bucket filter code. Attempting to request rate limitingbms2007-02-082-312/+19
* eliminate redundant macro MC_SEND()bms2007-02-071-11/+2
* Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP hasbms2007-02-072-250/+8
* When fast-forwarding is enabled, do not forward directed IPv4 broadcastsbms2007-02-051-2/+4
* Include opt_ipdivert.h so that the message announcing ipfw correctlyalc2007-02-031-0/+1
* In fast forwarding path, defer processing of 169.254.0.0/16bms2007-02-031-0/+2
* In regular forwarding path, reject packets destined for 169.254.0.0/16bms2007-02-032-1/+7
* Comply with RFC 3927, by forcing ARP replies which contain a sourcebms2007-02-021-1/+13
* Expose smoothed RTT and RTT variance measurements to userland viabms2007-02-022-2/+6
* Since rev. 1.94 of netinet/in.c, the netinet layer frees all itsglebius2007-02-021-6/+24
* Auto sizing TCP socket buffers.andre2007-02-015-10/+236
* Change the way the advertized TCP window scaling is computed. Instead ofandre2007-02-012-4/+15
* Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL().bms2007-01-311-0/+10
* Make it possible that carpdetach() unlocks on return. Then, inglebius2007-01-251-8/+7
* Spacing.glebius2007-01-251-5/+5
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-1826-777/+175
* - Macroizes the V6ONLY flag check.rrs2007-01-1516-227/+392
* o Increment requests counter right before send out an ARP query actually.maxim2007-01-141-1/+2
* Marking this as __packed was needed to get the alignment and offset ofimp2007-01-121-1/+1
* Remove two lines that somehow snuck back in after testing.julian2007-01-091-2/+0
* o One more typo in the comment.maxim2007-01-061-1/+1
* Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined.piso2007-01-051-0/+4
* Wrap ipfw nat support in a new kernel config option namedpiso2007-01-031-1/+16
* Remove a bunch of dependencies in the IP header being the first thing in thejulian2007-01-021-57/+94
* Fix typo in comment.imp2007-01-011-1/+1
* Add comment about udp checksums being off in BSD 4.2 compatibility mode.imp2006-12-311-1/+8
* Whitespace fix and remove an extra cast.jhb2006-12-302-2/+4
* Summer of Code 2005: improve libalias - part 2 of 2piso2006-12-295-2/+621
* a) macro-ization of all mbuf and random numberrrs2006-12-2916-1315/+1208
* Some whitespace nits and remove a few casts.jhb2006-12-294-7/+11
* o made in kernel libalias mpsafepiso2006-12-156-94/+327
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-1416-403/+1075
* Fix LOR between the syncache and inpcb locks when MAC is present in thecsjp2006-12-131-43/+44
OpenPOWER on IntegriCloud