]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
- Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL using
[FreeBSD/FreeBSD.git] / sys / netinet /
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.
2011-06-07 aeMake a behaviour of the libalias based in-kernel NAT...
2011-06-06 attilioMFC
2011-06-06 bzUnbreak kernels with non-default PCBGROUP included...
2011-06-06 attilioMFC
2011-06-06 rwatsonImplement a CPU-affine TCP and UDP connection lookup...
2011-06-06 aeDo not return EINVAL when user does `ipfw set N flush...
2011-06-06 hrs- Implement RDNSS and DNSSL options (RFC 6106, IPv6...
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
2011-06-04 rwatsonAdd _mbuf() variants of various inpcb-related interface...
2011-06-04 rwatsonIP divert sockets use their inpcbinfo for port reservat...
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-02 attilioMFC
2011-06-02 rwatsonDo not leak the pcbinfohash lock in the case where...
2011-06-01 aeO_FORWARD_IP is only action which depends from the...
2011-06-01 attilioMFC
2011-06-01 aeHide some debug messages under debug macro.
2011-06-01 aeHide useless warning under debug macro.
2011-05-31 attilioMFC
2011-05-30 bzUnbreak NOINET kernels after r222488.
2011-05-30 rwatsonDecompose the current single inpcbinfo lock into two...
2011-05-30 aeWrap long line.
2011-05-30 aeAdd tablearg support for ipfw setfib.
2011-05-29 tuexenGet rid of unused functions.
2011-05-29 attilioMFC
2011-05-29 hrsCorrect bogus ND_OPT_ROUTE_INFO value to one in RFC...
2011-05-29 hrsImplemnt RDNSS and DNSSL options (RFC 6106, IPv6 Router...
2011-05-29 hrsMerge from head@222434.
2011-05-29 qingliSupply the LLE_STATIC flag bit to in_ifscurb() when...
2011-05-26 attilioMFC
2011-05-25 bzAdd FEATURE() definitions for IPv4 and IPv6 so that...
2011-05-24 rwatsonAn inpcb lock is no longer required in in_pcbref()...
2011-05-23 attilioMFC
2011-05-23 rwatsonContinue to refine inpcb reference counting and locking...
2011-05-23 rwatsonMove from passing a wildcard boolean to a general set...
2011-05-23 rwatsonA number of quite incremental refinements to struct...
2011-05-21 attilioMFC
2011-05-20 qingliThe statically configured (permanent) ARP entries are...
2011-05-19 attilioMFC
2011-05-18 tuexenUnbreak INET-less build.
2011-05-17 attilioMFC
2011-05-17 tuexenCopy out the mtu when calling getsockopt() with SCTP_GE...
2011-05-17 tuexenFix whitespacing.
2011-05-14 attilioMFC
2011-05-14 tuexenFix the source address selection for boundall sockets
2011-05-14 jhbOops, fix order of sequence numbers in KASSERT()'s...
2011-05-09 attilioMFC
2011-05-09 mavRefactor TCP ISN increment logic. Instead of firing...
2011-05-08 attilioMFC
2011-05-08 tuexenFix a locking issue showing up on Mac OS X when subscri...
2011-05-06 attilioMFC
2011-05-06 tuexenChange the name of an internal structure, since the...
2011-05-06 aeConvert delay parameter back to ms when reporting to...
2011-05-05 attilioMFC
2011-05-04 tuexenImplement Resource Pooling V2 and an MPTCP like congestion
2011-05-04 attilioMFC
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
next