]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Make ti(4) build with 'options TI_PRIVATE_JUMBOS'.
[FreeBSD/FreeBSD.git] / sys / netinet /
2011-11-04 bzAlways use the opt_*.h options for ipfw.ko, not just...
2011-11-02 pluknetRestore sysctl names for tcp_sendspace/tcp_recvspace.
2011-10-27 tuexenWhen add a new remote address using sctp_add_remote_addr(),
2011-10-27 tuexenSend out control chunks which have no specific destination.
2011-10-25 qingliExclude host routes when checking for prefix coverage...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 edAdd missing #includes.
2011-10-17 bzAdd syntactic sugar missed in r226437 and then not...
2011-10-16 andreMove the tcp_sendspace and tcp_recvspace sysctl's from
2011-10-16 andreRemove the ss_fltsz and ss_fltsz_local sysctl's which...
2011-10-16 andreVNET virtualize tcp_sendspace/tcp_recvspace and change the
2011-10-16 eadler- change "is is" to "is" or "it is"
2011-10-16 andreUpdate the comment and description of tcp_sendspace...
2011-10-16 edForward declare mbuf and inpcb.
2011-10-15 glebiusAdd support for IPv4 /31 prefixes, as described in...
2011-10-15 glebiusRemove last remnants of classful addressing:
2011-10-14 glebiusNever switch directly from INIT to MASTER, since this...
2011-10-13 glebiusDe-spl(9).
2011-10-12 npMake sure the inp wasn't dropped when rexmt let go...
2011-10-11 tuexenUse the most significant 6 bits of the dscp instead...
2011-10-10 qingliAll indirect routes will fail the rtcheck, except for...
2011-10-10 tuexenGet struct sctp_net_route in tune with struct route.
2011-10-10 tuexenWhen moving an stcb to a new inp and we copy over the...
2011-10-09 tuexenUpdate the inp stored in a HB-timer when moving an...
2011-10-07 qingliDo not try removing an ARP entry associated with a...
2011-10-07 qingliRemove the reference held on the loopback route when...
2011-10-07 andrePrevent TCP sessions from stalling indefinitely in...
2011-10-07 andreAdd back the IP header length to the total packet lengt...
2011-10-06 attilioFor the INP_TIMEWAIT case, there is no valid tcpcb...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-03 qingliA system may have multiple physical interfaces, all...
2011-10-03 qingliThis patch allows ARP to work properly in the presence of
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-27 bzUnbreak no-ip and no-inet6 module builds with ipfw...
2011-09-19 tuexenCleanup the iterator code, remove code that is never...
2011-09-17 tuexenFix the enabling/disabling of Heartbeats and path MTU
2011-09-15 tuexenFix a typo introduced in
2011-09-15 tuexenMake sure that SCTP rejects broadcast, multicast and...
2011-09-14 tuexenEnsure that 1-to-1 style SCTP sockets can only be conne...
2011-09-14 tuexenFix the handling of the flowlabel and DSCP value in...
2011-09-12 jhbAllow the ipfw.ko module built with a kernel to honor...
2011-09-09 tuexenImprove implementation of the Nagle algorithm for SCTP:
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-28 qingliWhen an interface address route is removed from the...
2011-08-25 bzIncrease the defaults for the maximum socket buffer...
2011-08-20 bzFix compilation in case of defined(INET) && defined...
2011-08-20 bzAdd support for IPv6 to ipfw fwd:
2011-08-20 bzHide IPv6 next header parsing warnings under the verbos...
2011-08-20 bzAfter r225032 fix logging in a similar way masking...
2011-08-20 bzIf we detect an IPv6 fragment header and it is not...
2011-08-20 bzipfw internally checks for offset == 0 to determine...
2011-08-20 bzWhile not explicitly allowed by RFC 2460, in case there...
2011-08-16 tuexenFix the handling of [gs]etsockopt() unconnected 1-to...
2011-08-14 tuexenAdd support for the spp_dscp field in the SCTP_PEER_ADD...
2011-08-10 kevloIf RTF_HOST flag is specified, then we are interested...
2011-08-03 tuexenThe result of a joint work between rrs@ and myself...
2011-08-01 glebiusAdd missing break; in r223593.
2011-07-17 bzAdd spares to the network stack for FreeBSD-9:
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-14 bzUnbreak no-INET kernels after r223839 adding the needed...
2011-07-12 tuexenDon't check for SOCK_DGRAM anymore. Also remove multicast
2011-07-12 tuexenThe socket API only specifies SCTP for SOCK_SEQPACKET and
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-08 zecPermit ARP to proceed for IPv4 host routes for which...
2011-07-07 aeAdd again the checking for log_arp_permanent_modify...
2011-07-07 andreRemove the TCP_SORECEIVE_STREAM compile time option...
2011-07-05 cpercivaRemove #ifdef notyet code dating back to 4.3BSD Net...
2011-07-05 cpercivaDon't allow lro->len to exceed 65535, as this will...
2011-07-04 gjb- General grammar and mdoc(7) fixes. [1] [2]
2011-07-04 eripf(4) tags now store the state key but tcp_respond...
2011-07-04 aeARP code reuses mbuf from ARP request to make a reply...
2011-06-30 tuexenAdd the missing sca_keylength field to the sctp_authkey...
2011-06-29 aeAdd new rule actions "call" and "return" to ipfw. They...
2011-06-28 bzUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-27 tuexenAdd support for SCTP_PR_SCTP_NONE which I misded to...
2011-06-27 glebiusAdd possibility to pass IPv6 packets to a divert(4...
2011-06-22 aeExport AddLink() function from libalias. It can be...
2011-06-22 aeDocument PKT_ALIAS_SKIP_GLOBAL option.
2011-06-21 aeDo not use SET_HOST_IPLEN() macro for IPv6 packets.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-20 bzFix a KASSERT from r212803 to check the correct length...
2011-06-18 bzRemove a these days incorrect comment left from before...
2011-06-16 tuexenAdd SCTP_DEFAULT_PRINFO socket option.
2011-06-16 tuexen* Fix the handling of addresses in sctp_sendv().
2011-06-16 hrsMerge from HEAD@222977.
2011-06-15 tuexenAdd support for the newly added SCTP API.
2011-06-14 aeImplement "global" mode for ipfw nat. It is similar...
2011-06-14 aeSort alias mode flags in the increasing order.
2011-06-14 aeAdd IPv6 support to the ipfw uid/gid check. Pass an...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-13 jhbAdvance the advertised window (rcv_adv) to the currentl...
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 hrsMerge from HEAD@222975.
2011-06-08 hrsMerge from HEAD@222848.
2011-06-08 bzCorrect comments and debug logging in ipsec to better...
2011-06-07 attilioMFC
2011-06-07 aeFix indentation.
next