]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Merge from vendor/ntp/dist: r182856:
[FreeBSD/FreeBSD.git] / sys / net /
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
2008-09-05 Julian ElischerBe consistent about whether these multi-lined macros...
2008-09-05 Rui PauloMerge fix for P4 expansion from vendor branch.
2008-09-03 David SchultzMerge gdtoa 20080831. This fixes several bugs, includin...
2008-09-01 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P2 import
2008-09-01 Brooks DavisWrap a line that became too long with the addition...
2008-09-01 Dag-Erling SmørgravRemove some unused files.
2008-08-29 Jung-uk KimMake bpf_maxinsns visible from ng_bpf.c.
2008-08-29 Jung-uk KimFix the last missing parentheses for a return statement...
2008-08-29 Jung-uk KimMore convergence towards style(9).
2008-08-29 Jung-uk Kim- Directly match code wherever possible instead of...
2008-08-29 Jung-uk KimSimplify jump instruction range checks.
2008-08-28 Jack F VogelFix to bug kern/126850. Only dispatch event hander...
2008-08-28 Jung-uk KimCheck invalid BPF codes from bpf_validate(9).
2008-08-28 Jung-uk KimValidate scratch memory addresses for BPF_STX and BPF_L...
2008-08-28 Jung-uk KimInitialize scratch memory for JIT-compiled filter when...
2008-08-28 Gregory Neil ShapiroMerge sendmail 8.14.3 into HEAD.
2008-08-28 Rui PauloMerge ath_hal 0.10.5.10 to head.
2008-08-27 Ed MasteMove CTASSERT of ether header sizes out of the header...
2008-08-26 Jung-uk KimMove empty filter handling to MI source.
2008-08-26 Jung-uk KimRevert the previous commit to fix buildworld for now.
2008-08-26 Jung-uk KimMake sys/net/bpf_filter.c build cleanly on user land.
2008-08-25 Jung-uk KimFix a typo in copyrights.
2008-08-25 Jung-uk KimEmbed scratch memory in the filter structure.
2008-08-24 Warner LoshMFp4:
2008-08-24 Bjoern A. ZeebMake the checks for ptp interfaces in ifa_ifwithdstaddr...
2008-08-22 Ollivier RobertMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-20 Andrew Thompsonifnet_setbyindex() is only used locally, go back to...
2008-08-20 Kip MacyFix build
2008-08-20 Julian ElischerA bunch of formatting fixes brough to light by, or...
2008-08-18 Jung-uk Kim- Make these files compilable on user land.
2008-08-17 Bjoern A. ZeebCommit step 1 of the vimage project, (network stack)
2008-08-16 Andrew ThompsonLRO combined packets can actually be bridged as long...
2008-08-13 Ed SchoutenChange bpf(4) to use the cdevpriv API.
2008-08-12 VANHULLEBUS YvanIncrease statistic counters for enc0 interface when...
2008-08-08 Edwin GroothuisMFV on tzdata2008e:
2008-08-08 Edwin GroothuisMFV of tzdata2008d
2008-08-08 Edwin GroothuisMFV of tzdata2008c
2008-08-08 Edwin GroothuisCleanup (cont)
2008-08-04 Max LaierMerge state reuse for tcp.
2008-08-01 Antoine BrodinMake "1000baseT" the description and "1000baseTX" the...
2008-08-01 Antoine BrodinRemove trailing ';' in BPFD_LOCK_ASSERT macro.
2008-08-01 Christian S.J. PeronAnnotate why we do not call BPF_CHECK_DIRECTION() in...
2008-08-01 Robert WatsonRemove further trailing white space.
2008-08-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.1p1.
2008-07-30 John BaldwinTrim some noise from some #ifdef's. This had leaked...
2008-07-27 Julian ElischerAdd the ability to add new addresses for interfacesto...
2008-07-25 Tom RhodesFill in BPF sysctl descriptions.
2008-07-20 Julian ElischerAdd support for actually sending WCCP return packets...
2008-07-14 Jung-uk KimAllow injecting big packets via bpf(4) up to min(MTU...
2008-07-14 Jack F VogelAdd event notification at attach/detach so the NIC
2008-07-12 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P1 import...
2008-07-10 Peter WemmMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-09 Robert WatsonRather than checking for a NULL so_pcb in raw_attach...
2008-07-09 Robert WatsonAdd sysctl subtree net.raw for generic raw socket infra...
2008-07-09 Robert WatsonRemove unused support for local and foreign addresses...
2008-07-07 David MaloneAdd a new ioctl for changing the read filter (BIOCSETFN...
2008-07-05 Christian S.J. PeronMake sure we are clearing the ZBUF_FLAG_IMMUTABLE any...
2008-07-05 Robert WatsonClarify comments and prototypes in raw_cb.h:
2008-07-05 Robert WatsonImprove approximation of style(9) in raw socket code.
2008-07-04 Andrew Thompsonport % count will never be greater than LAGG_MAX_PORTS...
2008-07-04 Robert WatsonRemove NETISR_MPSAFE, which allows specific netisr...
2008-07-03 Andrew ThompsonBe smarter about disabling interface capabilities....
2008-07-01 Philip PaepsSet bridge MAC addresses to the MAC address of their...
2008-06-29 Ed SchoutenRemove the unused softc from the lo(4) driver.
2008-06-26 Robert WatsonIntroduce locking around use of ifindex_table, whose...
2008-06-26 Julian Elischerchange a variable name ot stop it from colliding with...
2008-06-20 Andrew ThompsonAdd support for the optional key in the GRE header.
2008-06-11 Jack F VogelDuh, wrong directory, needed to be in netinet
2008-06-11 Jack F VogelAdd generic TCP LRO code, moved from the ixgbe driver...
2008-06-11 Ed SchoutenDon't enforce unique device minor number policy anymore.
2008-05-30 Qing LiWhen RADIX_MPATH is enabled, the route selection is...
2008-05-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-17 Brooks DavisThe if_check() function performed three actions:
2008-05-16 Sean FarleySpelling and capitalization fixes.
2008-05-10 Antoine BrodinAdd missing braces in #if 0ed code.
2008-05-10 Julian Elischermove a #define from a place it shouldn't have been...
2008-05-10 Julian Elischerundef MAXFIBS before redefining it
2008-05-09 Julian ElischerAdd code to allow the system to handle multiple routing...
2008-05-09 Robert WatsonTrim trailing whitespace at ends of lines.
2008-05-09 John BaldwinSet D_TRACKCLOSE to avoid a race in devfs that could...
2008-05-09 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-05-08 Coleman KaneThis commit was generated by cvs2svn to compensate...
2008-05-08 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-04-29 Julian ElischerAdd an option (compiled out by default)
2008-04-28 Jung-uk KimCheck packet directions more properly instead of just...
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-24 Qing LiIn function rtalloc_mpath(), do not try to release...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-20 Antoine BrodinMove "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to
2008-04-19 Brooks DavisDelay the global registration of the struct ifnet in...
next