]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix typo in a printf string: "specificed" -> "specified".
[FreeBSD/FreeBSD.git] / sys / netinet /
2012-02-15 bzFix PAWS (Protect Against Wrapped Sequence numbers...
2012-02-14 tuexenFix a bug where the wrong protocol overhead was used...
2012-02-08 glebiusSet vnet context in callouts and taskqueues.
2012-02-06 glebiusMake the 'tcpwin' option of ipfw(8) accept ranges and...
2012-02-06 tuexenFix a typo which was already fixed by eadler in r227489...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 glebiusAdd new socket options: TCP_KEEPINIT, TCP_KEEPIDLE...
2012-02-01 glebiuso Provide functions carp_ifa_addroute()/carp_ifa_delroute()
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-27 luigia variable was erroneously declared as 32 bit instead...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-24 glebiusRemove unused variable.
2012-01-22 bzMake #error messages string-literals and remove punctua...
2012-01-22 bzFix ip_divert handling of inet and inet6 and module...
2012-01-22 bzClean up some #endif comments removing from short secti...
2012-01-20 bzRemove a superfluous INET6 check (no opt_inet6.h includ...
2012-01-20 tuexenFix a problem when using the CBAPI.
2012-01-16 glebiusDrop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBR...
2012-01-15 tuexenTwo cleanups. No functional change.
2012-01-14 tuexenFix two bugs, which result in a panic when calling...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-09 glebiusBunch of fixes to pfsync(4) module load/unload:
2012-01-08 glebiusMake it possible to use alternative source hardware...
2012-01-08 glebiusProvide IA_MASKSIN() macro similar to IA_SIN() and...
2012-01-08 glebiusMove arprequest() declaration to if_ether.h.
2012-01-08 tuexenAdd an SCTP sysctl "blackhole", similar to the one...
2012-01-07 tuexenRetire the SCTP sysctl "strict_init". We always perform...
2012-01-07 tuexenImprove the handling of received INITs. Send an ABORT...
2012-01-07 eadler- Fix sysctl description
2012-01-06 tuexenUse NULL instead of 0.
2012-01-06 npAlways release the inp lock before returning from tcp_d...
2012-01-06 jhbTweak the last fix to match what was actually tested.
2012-01-06 pluknetFix a typo.
2012-01-05 jhbRemove the assertion from tcp_input() that rcv_nxt...
2012-01-05 jhbConvert all users of IF_ADDR_LOCK to use new locking...
2012-01-04 jhbUse a helper variable to wrap a long line.
2012-01-04 jhbIn the handling of the SIOC[DG]LIFADDR icotls in in_lif...
2012-01-04 jhbFix the SIOC[DG]LIFADDR ioctls in in_lifaddr_ioctl...
2012-01-03 jhbWhen cancelling multicast timers on an interface, don...
2012-01-03 jhbUse TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE(...
2012-01-02 bzAs I came by and noticed add a comment that inp locking...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-29 jhbDefer the work of freeing IPv4 multicast options from...
2011-12-29 jhbUse queue(3) macros instead of home-rolled versions...
2011-12-29 glebiusDon't fallback to a CARP address in BACKUP state.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-27 tuexenAddress issues found by clang. While there, fix also...
2011-12-22 glebiusUse a better log message for master down event.
2011-12-21 glebiusProvide ABI compatibility shim to enable configuring...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-20 glebiusRestore a feature that was present in 5.x and 6.x,...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 tuexenFix unused parameter warnings.
2011-12-16 glebiusSince size of struct in_aliasreq has just been changed...
2011-12-16 glebiusA major overhaul of the CARP implementation. The ip_car...
2011-12-13 glebiusBelatedly catch up with r151555. in_scrubprefix() also...
2011-12-10 tuexenFix a bug reported by Irene Ruengeler which resulted...
2011-12-06 glebiusFix a very special case when SIOCAIFADDR supplies mask...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-28 tuexenRemove debug code.
2011-11-28 glebiusFix one more fallout from r227791: do not overwrite...
2011-11-27 tuexenFix a warning reported by arundel@.
2011-11-27 lstewartPlug a TCP reassembly UMA zone leak introduced in r2261...
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-24 glebiusRemove superfluous check: SIOCAIFADDR must have ifra_ad...
2011-11-24 glebiusFix stupid typo in r227830.
2011-11-24 tuexenMove up the address to the top of the sctp_udencaps...
2011-11-24 tuexenMove up the address to the top of the sctp_paddrthlds...
2011-11-22 glebiusstyle(9) nit
2011-11-22 glebiusFix SIOCDIFADDR semantics: if no address is specified...
2011-11-21 glebiusThis check isn't needed now, sanity checking done in...
2011-11-21 glebiusHistorically in_control() did not check sockaddrs suppl...
2011-11-21 glebiusBe more informative for "unknown hardware address forma...
2011-11-21 glebius- Reduce severity for all ARP events, that can be trigg...
2011-11-20 tuexenAdd support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket...
2011-11-18 tuexenCleanup comparison of interface names.
2011-11-15 tuexenSet the MTU of an path to an approriate value if the...
2011-11-13 eadler- fix duplicate "a a" in some comments
2011-11-13 tuexenDon't copy uninitialized memory. Also simplify the...
2011-11-11 brooksIn r191367 the need for if_free_type() was removed...
2011-11-11 eadler- add a missing "be" and "in"
2011-11-07 tuexenWhen loading addresses from INITs, always use the correct
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-06 tuexenInitialize all components of the sent COOKIE.
2011-11-06 trocinyCache SO_REUSEPORT socket option in inpcb-layer in...
2011-11-06 trocinyFix the typo made in r157474.
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
next