| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r200696,200740,200756,200758-200759,200972 | Pyun YongHyeon | 2010-01-09 | 3 | -26/+244 |
| * | MFC r200638: | Pyun YongHyeon | 2010-01-09 | 3 | -80/+103 |
| * | MFC r200616-200617,200635,200639,200644 | Pyun YongHyeon | 2010-01-09 | 2 | -20/+8 |
| * | MFC 200615: | Pyun YongHyeon | 2010-01-09 | 3 | -3/+322 |
| * | MFC r200551-200552,200555,200558,200609,200613 | Pyun YongHyeon | 2010-01-09 | 1 | -70/+91 |
| * | MFC r200538,200540-200541,200543,200545,200548 | Pyun YongHyeon | 2010-01-08 | 2 | -82/+114 |
| * | MFC r200526-200527,200529,200531-200533,200536 | Pyun YongHyeon | 2010-01-08 | 3 | -236/+157 |
| * | MFC r200525: | Pyun YongHyeon | 2010-01-08 | 3 | -687/+835 |
| * | MFC r200519-200522 | Pyun YongHyeon | 2010-01-08 | 1 | -15/+14 |
| * | MFC r198987,199414,199543,200422 | Pyun YongHyeon | 2010-01-08 | 2 | -103/+92 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | When user_frac in the polling subsystem is low it is going to busy the | Attilio Rao | 2009-05-30 | 1 | -5/+7 |
| * | Remove unused variable. | Christian Brueffer | 2009-05-12 | 1 | -2/+0 |
| * | remove now-redunant cardbus attachment. | Warner Losh | 2009-03-09 | 1 | -1/+0 |
| * | Fix Rx/Tx checksum offload ioctl handling. Now checksum offload | Pyun YongHyeon | 2008-11-13 | 1 | -7/+9 |
| * | Fix function prototype for device_shutdown method. | Pyun YongHyeon | 2007-11-22 | 1 | -2/+4 |
| * | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | Christian S.J. Peron | 2007-03-04 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Complete the support for altq(4). | Christian Brueffer | 2007-02-21 | 1 | -1/+3 |
| * | Fix the hardware VLAN tagging. TX was broken on little-endian | Ruslan Ermilov | 2006-11-30 | 1 | -2/+7 |
| * | Remove pre-5.3 compatibility ifdefs. | Christian Brueffer | 2006-11-29 | 1 | -61/+0 |
| * | Move ethernet VLAN tags from mtags to its own mbuf packet header field | Andre Oppermann | 2006-09-17 | 1 | -8/+5 |
| * | Add locking to vge_ifmedia_upd(). | Michael Reifenberger | 2006-09-04 | 1 | -0/+2 |
| * | Do not touch ifp->if_baudrate in miibus aware drivers. | Gleb Smirnoff | 2006-02-14 | 1 | -1/+0 |
| * | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | Gleb Smirnoff | 2005-12-18 | 1 | -2/+5 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
| * | Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax | Warner Losh | 2005-10-22 | 1 | -1/+1 |
| * | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | Gleb Smirnoff | 2005-10-05 | 1 | -0/+4 |
| * | Big polling(4) cleanup. | Gleb Smirnoff | 2005-10-01 | 1 | -54/+51 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -2/+2 |
| * | Fix "struct ifnet" leaks when attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 1 | -1/+2 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -10/+10 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Move if_alloc() up so it's before mii_phy_probe(). | Brooks Davis | 2005-06-11 | 1 | -6/+7 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 2 | -16/+22 |
| * | Remove some variables the last commit stopped using so the code compiles. | Brooks Davis | 2005-06-06 | 1 | -2/+0 |
| * | The PCI bus code saves/restores these config registers now. | Warner Losh | 2005-06-05 | 2 | -21/+0 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | Remove the extra EEPROM reload step I added before. vge_reset() | Bill Paul | 2005-04-25 | 1 | -2/+0 |
| * | Correct the if_link_state_change() logic: when the link went down, | Bill Paul | 2005-04-25 | 1 | -2/+2 |
| * | Reading the EEPROM to learn the station address doesn't seem to work | Bill Paul | 2005-04-25 | 1 | -0/+11 |
| * | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | Warner Losh | 2005-03-01 | 1 | -1/+1 |
| * | Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h. | Gleb Smirnoff | 2005-02-07 | 1 | -9/+4 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 3 | -3/+3 |
| * | Remove unneeded TX channel wakeup from vge_txeof(). This was put | Bill Paul | 2004-09-11 | 1 | -1/+0 |
| * | Remove unneeded VGE_UNLOCK() in vge_detach(). | Bill Paul | 2004-09-11 | 1 | -1/+0 |
| * | Add device driver support for the VIA Networking Technologies | Bill Paul | 2004-09-10 | 3 | -0/+3316 |