]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Prepare for future integration between CAM and newbus. xpt_bus_register
[FreeBSD/FreeBSD.git] / sys / net /
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 csjp- Conditionally pickup Giant around the network interface
2007-06-13 thompsaAdd the vlan tag to the bridge route table. This allows...
2007-06-13 rwatsonRemove IPX over IP tunneling support, which allows...
2007-06-12 gallatinUse if_capenable to allow LRO enabled drivers to bypass
2007-06-12 thompsanon-functional cleanup
2007-06-11 andreAdd IFCAP_LRO flag for drivers to announce their TCP...
2007-06-11 gallatinMove the oversize ethernet frame size check into DIAGNO...
2007-06-11 gallatinBack out the previous commit which added an M_LRO mbuf...
2007-06-11 gallatinAllow drivers, such as cxgb and mxge, which support...
2007-06-11 phkAdd missing \n to printf
2007-06-11 samUpdate 802.11 wireless support:
2007-06-10 mjacobCast the ioctl define to the type of the variable being...
2007-06-08 gallatinCorrect the definition of PFIL_HOOKED() so that it...
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-05 simokawaRemove GIANT_REQUIRED for upcoming changes in FireWire...
2007-06-05 davidch- Added a new Ethernet media type (2500BaseSX) to suppo...
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-05-30 thompsaRemove a KASSERT intended to help the developer, the...
2007-05-29 yarSync ether_ioctl() with ioctl(2) and ifnet.if_ioctl
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-22 glebiusSome minor cleanups:
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-20 thompsa- packets on the input interface were counted twice
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 thompsaCompare the partner system priority when choosing the...
2007-05-19 thompsaImplement the Marker Protocol. A marker frame is placed...
2007-05-19 rwatsonCheck return value of m_pullup() in firewire_input().
2007-05-19 thompsaFix a mbuf leak where sc_start fails or the protocol...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 thompsaFix locking assert where we should hold the reader...
2007-05-16 brooksUpdate the comments on if_alloc(), if_free(), if_free_t...
2007-05-16 brooksThe struct if_data members ifi_recvquota and ifi_xmitqu...
2007-05-15 thompsaFix unused variable error with !INET6
2007-05-15 thompsaFeed ipv6 flowlabel to hash calculation.
2007-05-15 thompsaChange from a mutex to a read/write lock. This allows...
2007-05-13 rwatsonAdd prototypes for ether_aton_r() and ether_ntoa_r...
2007-05-09 gnnIntegrate the Camellia Block Cipher. For more informat...
2007-05-07 thompsa - Correctly check if lp_ioctl is null
2007-05-07 thompsaThe purgemulti call is not needed since all the ports...
2007-05-07 thompsaCall if_setlladdr() on the aggregation port from a...
2007-05-07 thompsaAvoid touching various unsafe parts if the interface...
2007-05-07 thompsaChange from using if_delmulti() to if_delmulti_ifma...
2007-05-03 thompsaFix flag descriptions.
2007-05-03 thompsa- Add a disabled state for ports that can not be aggregated
2007-05-02 yarFix a couple of typos in a comment.
2007-05-02 thompsaSet the master flag on the right variable.
2007-05-02 thompsaTest for IFM_FDX rather than IFM_HDX as the half-duplex...
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-17 thompsaRename the trunk(4) driver to lagg(4) as it is too...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-12 thompsaFix a case where the multicast addresses were not remov...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 thompsaFix an uninitialized variable warning.
2007-04-10 thompsaAdd the trunk(4) driver for providing link aggregation...
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-27 glebiusFix regression in rev. 1.140.
2007-03-27 bmsFix a case where hardware removal of an interface cause...
2007-03-26 yarFix some statements in disc(4) and about it:
2007-03-26 yarGive a hint that softc can contain many things besides...
2007-03-26 yarWe no longer embed ifnet in softc, and the pointer...
2007-03-26 yarIntroduce a new toy interface, edsc(4). It's a discard...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 bmsFix a typo, and update a comment.
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 glebiusWhen working on an RTM_CHANGE do the route editing...
2007-03-20 bmsMake the m_pullup() diagnostic message compile-time...
2007-03-20 bmsFix tinderbox; ng_ether needs to see if_findmulti().
2007-03-20 bmsImplement reference counting for ifmultiaddr, in_multi...
2007-03-19 thompsaetherbroadcastaddr is now unused.
2007-03-19 thompsaM_BCAST & M_MCAST are now set by ether_input before...
2007-03-19 bmsClean up the ether_input() path by using the M_PROMISC...
2007-03-19 bmsAdd a sysctl net.link.tap.up_on_open which defaults...
2007-03-19 yarNow <net/if_arp.h> is unused here.
2007-03-19 yarFix a nameless constant: 6 -> ETHER_ADDR_LEN
2007-03-19 yarNow that this driver uses ether_ioctl(), it no longer...
2007-03-18 rikGive a chance for packet to appear with a correct input...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 yarRemove a spurious blank line at the start of vlan_growh...
2007-03-14 thompsaProperly move the setting of bstp_linkstate_p to the...
next