]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
[FreeBSD/FreeBSD.git] / sys / net /
2007-02-09 cognetUse __NO_STRICT_ALIGNMENT, instead of special casing...
2007-02-05 bmsFix devfs cloning for non-superusers when net.link...
2007-02-05 bmsClean up after tun(4) properly; remove routes whose...
2007-02-04 bmsImplement ifnet cloning for tun(4)/tap(4).
2007-02-03 bmsDrop unicast Ethernet frames not destined for the confi...
2007-02-02 bmsUse int instead of u_int for the 'extra' argument to the
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-29 rwatsonUpdate comment for struct bpf_d: we now store buffered...
2007-01-28 rwatsonRemove slightly dubious comment; add descriptive string...
2007-01-27 rwatsonRemove BSD < 199103 compatibility entries in the bpf_d...
2007-01-27 rwatsonRemove now unused bpf_compat.h. This compatibility...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-18 thompsaSet topology change propagation on all ports _except_...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2007-01-01 csjpstyle(9) nit. Prefer struct[space]name[space]{ to make...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-30 yar- Don't defer the removal of an 802.1q header for no...
2006-12-29 jhbVarious bpf(4) related fixes to catch places up to...
2006-12-27 samFirst cut at half/quarter-rate 11a channel support...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-24 yarNote that rev. 1.221 introduced a local workaround...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-12 bzMFp4: 92972, 98913 + one more change
2006-12-11 thompsaThese days P2P means peer-2-peer (also well known from...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-08 luigiFix an oscure bug triggered by a recent change in kern_...
2006-12-05 umeUse callout mechanism instead of timeout()/untimeout().
2006-12-04 syrinxAdd two new flags to if_bridge(4) indicating whether...
2006-12-03 syrinxFix SIOCGDRVSPEC/BRDGGIFSSTP ioctl: make it copyin...
2006-12-01 rwatsonRemove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x...
2006-12-01 impfix typo in last commit
2006-12-01 impUse FreeBDS standard __packed as opposed to the gcc...
2006-12-01 impMove the __packed declarations. This makes sizeof...
2006-12-01 impUse CTASSERT to make sure:
2006-11-30 glebiusThe recent issues with em(4) interface has shown that...
2006-11-28 rwatsonChange net.isr.direct from defaulting to 0 to 1 in...
2006-11-27 thompsaSync with the OpenBSD port of RSTP
2006-11-26 thompsaInitialize the port info, this shouldnt have been remov...
2006-11-26 thompsaRemove redundant setting of port state.
2006-11-26 thompsause two stage creation of stp ports, this means that...
2006-11-23 bdeInitialize a local variable in 2 places just before...
2006-11-19 thompsaDo not call bstp_stop() internally as it clears the...
2006-11-18 csjpFix typo in comment
2006-11-18 csjpCurrently, drivers that support hardware offload of...
2006-11-18 sammark struct ether_header packed so gcc honors alignment
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-11 umeTeach an IPv6 to ppp(4).
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-09 thompsaMFp4
2006-11-09 thompsaAdd a new address cache type called sticky. On an inter...
2006-11-06 rwatsonSweep kernel replacing suser(9) calls with priv(9)...
2006-11-05 csjpFix possible leak when bridge is in monitor mode. Use...
2006-11-04 csjpCurrently, we initialize "error" to zero when it's...
2006-11-04 thompsaWhen the packet is for the bridge then note which inter...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-03 rrsOk, here it is, we finally add SCTP to current. Note...
2006-11-03 thompsaDefer sending the bpdu from bstp_update_info as all...
2006-11-02 andreRename m_getm() to m_getm2() and rewrite it to allocate...
2006-11-02 thompsaDo not test all the conditions if the port is already...
2006-11-02 thompsaFix a resource leak when the mbuf pointer changes.
2006-11-02 thompsaIf the port is agreed or edge then allow it go go strai...
2006-11-01 thompsaBring in support for the Rapid Spanning Tree Protocol...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
2006-10-21 glebiusFix error in rev. 1.68. The intention was to break...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-11 glebius- Update the baudrate every time the parent changes...
2006-10-09 thompsaUse LIST_FOREACH_SAFE instead of a hand rolled version.
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 thompsaRemove licence clauses 3 & 4
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-27 ruFix our ioctl(2) implementation when the argument is...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-22 thompsaRevert r1.80 as the ethernet header was inadvertently...
2006-09-22 suzfixed a bug that local IPv6 traffic (to an address...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-17 andreMove ethernet VLAN tags from mtags to its own mbuf...
2006-09-17 thompsaRearrange things so that ARP packets can be filtered...
2006-09-06 andreFirst step of TSO (TCP segmentation offload) support...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-06 andreImprove description of if_capabilities, if_capenable...
2006-09-06 andreFix the socket option IP_ONESBCAST by giving it its...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 sammore juniper dlt's
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
next