]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Commit part of accmode_t changes that I missed in previous commit.
[FreeBSD/FreeBSD.git] / sys / net /
2008-10-23 desFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-02 zecStep 1.5 of importing the network stack virtualization...
2008-09-30 glebius Do not mangle if_oerrors of the underlying interface...
2008-09-27 edReplace all calls to minor() with dev2unit().
2008-09-26 edRemove unit2minor() use from kernel code.
2008-09-25 dwmaloneSome people's 6to4 routers seem to have been blowing...
2008-09-20 thompsaFix clone destruction, can't use the simple api because...
2008-09-20 zecMove #defines for MRT-related constants from net/route...
2008-09-18 thompsaMove the protocol and port count checks to outside...
2008-09-18 thompsaMake sure there is at least one port to avoid divide...
2008-09-15 julianHey, committed the same typo twice! must be a record
2008-09-15 julianrewrite rt_check. Ztake into account that whiel teh...
2008-09-14 juliancome on Julian, make up if you're committing one change...
2008-09-14 julianRevert a part of the MRT commit that proved un-needed.
2008-09-10 bmsAdd a missing break statement; IFDATA_LINKSPECIFIC...
2008-09-08 emaxAdd new TAPGIFNAME tap(4) character device ioctl. This...
2008-09-08 thompsaPut the bridge mac inheritance behind a sysctl with...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-05 julianBe consistent about whether these multi-lined macros...
2008-09-01 brooksWrap a line that became too long with the addition...
2008-08-29 jkimMake bpf_maxinsns visible from ng_bpf.c.
2008-08-29 jkimFix the last missing parentheses for a return statement...
2008-08-29 jkimMore convergence towards style(9).
2008-08-29 jkim- Directly match code wherever possible instead of...
2008-08-29 jkimSimplify jump instruction range checks.
2008-08-28 jfvFix to bug kern/126850. Only dispatch event hander...
2008-08-28 jkimCheck invalid BPF codes from bpf_validate(9).
2008-08-28 jkimValidate scratch memory addresses for BPF_STX and BPF_L...
2008-08-28 jkimInitialize scratch memory for JIT-compiled filter when...
2008-08-27 emasteMove CTASSERT of ether header sizes out of the header...
2008-08-26 jkimMove empty filter handling to MI source.
2008-08-26 jkimRevert the previous commit to fix buildworld for now.
2008-08-26 jkimMake sys/net/bpf_filter.c build cleanly on user land.
2008-08-25 jkimFix a typo in copyrights.
2008-08-25 jkimEmbed scratch memory in the filter structure.
2008-08-24 impMFp4:
2008-08-24 bzMake the checks for ptp interfaces in ifa_ifwithdstaddr...
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-20 thompsaifnet_setbyindex() is only used locally, go back to...
2008-08-20 kmacyFix build
2008-08-20 julianA bunch of formatting fixes brough to light by, or...
2008-08-18 jkim- Make these files compilable on user land.
2008-08-17 bzCommit step 1 of the vimage project, (network stack)
2008-08-16 thompsaLRO combined packets can actually be bridged as long...
2008-08-13 edChange bpf(4) to use the cdevpriv API.
2008-08-12 vanhuIncrease statistic counters for enc0 interface when...
2008-08-01 antoineMake "1000baseT" the description and "1000baseTX" the...
2008-08-01 antoineRemove trailing ';' in BPFD_LOCK_ASSERT macro.
2008-08-01 csjpAnnotate why we do not call BPF_CHECK_DIRECTION() in...
2008-08-01 rwatsonRemove further trailing white space.
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-30 jhbTrim some noise from some #ifdef's. This had leaked...
2008-07-27 julianAdd the ability to add new addresses for interfacesto...
2008-07-25 trhodesFill in BPF sysctl descriptions.
2008-07-20 julianAdd support for actually sending WCCP return packets...
2008-07-14 jkimAllow injecting big packets via bpf(4) up to min(MTU...
2008-07-14 jfvAdd event notification at attach/detach so the NIC
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-09 rwatsonRather than checking for a NULL so_pcb in raw_attach...
2008-07-09 rwatsonAdd sysctl subtree net.raw for generic raw socket infra...
2008-07-09 rwatsonRemove unused support for local and foreign addresses...
2008-07-07 dwmaloneAdd a new ioctl for changing the read filter (BIOCSETFN...
2008-07-05 csjpMake sure we are clearing the ZBUF_FLAG_IMMUTABLE any...
2008-07-05 rwatsonClarify comments and prototypes in raw_cb.h:
2008-07-05 rwatsonImprove approximation of style(9) in raw socket code.
2008-07-04 thompsaport % count will never be greater than LAGG_MAX_PORTS...
2008-07-04 rwatsonRemove NETISR_MPSAFE, which allows specific netisr...
2008-07-03 thompsaBe smarter about disabling interface capabilities....
2008-07-01 philipSet bridge MAC addresses to the MAC address of their...
2008-06-29 edRemove the unused softc from the lo(4) driver.
2008-06-26 rwatsonIntroduce locking around use of ifindex_table, whose...
2008-06-26 julianchange a variable name ot stop it from colliding with...
2008-06-20 thompsaAdd support for the optional key in the GRE header.
2008-06-11 jfvDuh, wrong directory, needed to be in netinet
2008-06-11 jfvAdd generic TCP LRO code, moved from the ixgbe driver...
2008-06-11 edDon't enforce unique device minor number policy anymore.
2008-05-30 qingliWhen RADIX_MPATH is enabled, the route selection is...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-17 brooksThe if_check() function performed three actions:
2008-05-16 scfSpelling and capitalization fixes.
2008-05-10 antoineAdd missing braces in #if 0ed code.
2008-05-10 julianmove a #define from a place it shouldn't have been...
2008-05-10 julianundef MAXFIBS before redefining it
2008-05-09 julianAdd code to allow the system to handle multiple routing...
2008-05-09 rwatsonTrim trailing whitespace at ends of lines.
2008-05-09 jhbSet D_TRACKCLOSE to avoid a race in devfs that could...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-29 julianAdd an option (compiled out by default)
2008-04-28 jkimCheck packet directions more properly instead of just...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
next