]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix an issue that caused the kernel to panic inside CTL when trying
[FreeBSD/FreeBSD.git] / sys / netinet /
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 Gleb SmirnoffWhen we receive an ICMP unreach need fragmentation...
2012-04-14 Michael TuexenSend always HBs when in PF state.
2012-04-14 Michael TuexenBugfix: Don't send HBs on path which are not idle.
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-11 Gleb SmirnoffIt is a logical error that in carp_multicast_cleanup()
2012-04-10 Gleb SmirnoffM_DONTWAIT is a flag from historical mbuf(9)
2012-04-10 Gleb SmirnoffCARP should be capable to run on if_bridge(4). Unfortun...
2012-04-08 Stanislav Sedov- Update FreeBSD's Heimdal distribution to 1.5.2. ...
2012-04-06 Michael TuexenRemove duplicate condition in if statement.
2012-04-05 Doug BartonUpdate to version 9.8.2, the latest from ISC, which...
2012-03-31 Gleb SmirnoffDon't check malloc(M_WAITOK) results.
2012-03-30 Doug AmbriskoMFhead_mfi r233621
2012-03-30 Doug AmbriskoMFhead_mfi r227068
2012-03-29 Randall StewartMake stream our stream reset implementation
2012-03-28 Jung-uk KimMFV: r233615
2012-03-28 Marko ZecPermit tcpdrop in VNET jails.
2012-03-28 Michael TuexenHonor the net.inet.udp.checksum sysctl when using SCTP...
2012-03-27 Jung-uk KimMFV: r233551
2012-03-27 Jung-uk KimMFV: r233550
2012-03-27 Bjoern A. ZeebExport the udp_cksum sysctl for upcoming SCTP work...
2012-03-25 Alexander V. Chernikov- Permit number of ipfw tables to be changed in runtime.
2012-03-25 Edwin GroothuisMFV of 233442, tzdata2012a
2012-03-22 Michael TuexenSmall cleanup of the code. No functional change (in...
2012-03-22 Stanislav Sedov- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-17 Robert MillanHide a few declarations from userland (including `struc...
2012-03-15 Michael TuexenClean up, no functional change.
2012-03-15 Michael TuexenFix bugs which can result in a panic when an non-SCTP...
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-12 Alexander V. ChernikovFix VNET build broken by r232865.
2012-03-12 Randall StewartThis fixes PR 165210. Basically we just
2012-03-12 Alexander V. Chernikov- Add ipfw eXtended tables permitting radix to be used...
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 Michael TuexenFix a warning reported by bz@
2012-03-09 Michael TuexenAdd support for stf interfaces.
2012-03-09 Michael TuexenFix a bug reported by Peter Holm which results in a...
2012-03-04 Marko ZecChange SYSINIT priorities so that ip_mroute_modevent...
2012-03-04 Bjoern A. ZeebCorrect typo in the RFC number for the constants based...
2012-02-28 Oleg Bulyzhin- Refresh dynamic tcp rule only if both sides answered...
2012-02-28 Oleg Bulyzhinlookup_dyn_rule_locked(): style(9) cleanup
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-23 Kip MacyWhen using flowtable llentrys can outlive the interface...
2012-02-22 Andrey V. ElsukovDon't use `m' after m_megapullup.
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-18 Michael TuexenRemove two clang warnings.
2012-02-17 Bjoern A. ZeebMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-15 Bjoern A. ZeebFix PAWS (Protect Against Wrapped Sequence numbers...
2012-02-14 Michael TuexenFix a bug where the wrong protocol overhead was used...
2012-02-08 Gleb SmirnoffSet vnet context in callouts and taskqueues.
2012-02-06 Gleb SmirnoffMake the 'tcpwin' option of ipfw(8) accept ranges and...
2012-02-06 Michael TuexenFix a typo which was already fixed by eadler in r227489...
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 Gleb SmirnoffAdd new socket options: TCP_KEEPINIT, TCP_KEEPIDLE...
2012-02-03 Bjoern A. ZeebDocument the fact that multi-FIB support for SCTP had...
2012-02-03 Bjoern A. ZeebMake ipfw verify_path6() multi-FIB aware.
2012-02-03 Bjoern A. ZeebAdd multi-FIB IPv6 support to the core network stack...
2012-02-01 Gleb Smirnoffo Provide functions carp_ifa_addroute()/carp_ifa_delroute()
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-27 Luigi Rizzoa variable was erroneously declared as 32 bit instead...
2012-01-24 Gleb SmirnoffRemove unused variable.
2012-01-22 Bjoern A. ZeebMake #error messages string-literals and remove punctua...
2012-01-22 Bjoern A. ZeebFix ip_divert handling of inet and inet6 and module...
2012-01-22 Bjoern A. ZeebClean up some #endif comments removing from short secti...
2012-01-20 Bjoern A. ZeebRemove a superfluous INET6 check (no opt_inet6.h includ...
2012-01-20 Michael TuexenFix a problem when using the CBAPI.
2012-01-16 Gleb SmirnoffDrop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBR...
2012-01-15 Michael TuexenTwo cleanups. No functional change.
2012-01-14 Michael TuexenFix two bugs, which result in a panic when calling...
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-09 Gleb SmirnoffBunch of fixes to pfsync(4) module load/unload:
2012-01-08 Gleb SmirnoffMake it possible to use alternative source hardware...
2012-01-08 Gleb SmirnoffProvide IA_MASKSIN() macro similar to IA_SIN() and...
2012-01-08 Gleb SmirnoffMove arprequest() declaration to if_ether.h.
2012-01-08 Michael TuexenAdd an SCTP sysctl "blackhole", similar to the one...
2012-01-07 Michael TuexenRetire the SCTP sysctl "strict_init". We always perform...
2012-01-07 Michael TuexenImprove the handling of received INITs. Send an ABORT...
2012-01-07 Eitan Adler- Fix sysctl description
2012-01-06 Michael TuexenUse NULL instead of 0.
2012-01-06 Navdeep ParharAlways release the inp lock before returning from tcp_d...
2012-01-06 John BaldwinTweak the last fix to match what was actually tested.
2012-01-06 Sergey KandaurovFix a typo.
2012-01-05 John BaldwinRemove the assertion from tcp_input() that rcv_nxt...
2012-01-05 John BaldwinConvert all users of IF_ADDR_LOCK to use new locking...
2012-01-04 John BaldwinUse a helper variable to wrap a long line.
2012-01-04 John BaldwinIn the handling of the SIOC[DG]LIFADDR icotls in in_lif...
2012-01-04 John BaldwinFix the SIOC[DG]LIFADDR ioctls in in_lifaddr_ioctl...
2012-01-03 John BaldwinWhen cancelling multicast timers on an interface, don...
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-03 John BaldwinUse TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE(...
2012-01-02 Bjoern A. ZeebAs I came by and noticed add a comment that inp locking...
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
2011-12-29 John BaldwinDefer the work of freeing IPv4 multicast options from...
2011-12-29 John BaldwinUse queue(3) macros instead of home-rolled versions...
2011-12-29 Gleb SmirnoffDon't fallback to a CARP address in BACKUP state.
next