- Fix indentation in VarFind()
[dragonfly.git] / sys / dev / netif /
2004-07-29 Matthew DillonStage 1/many: mbuf/cluster accounting rewrite and mbuf...
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee80211.h.
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee8021...
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee80211.h
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee80211.h.
2004-07-27 Hiten PandyaRemove VAX conditionalized code.
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-17 Joerg SonnenbergerAdd if_broadcastaddr to struct ifnet to hold the link...
2004-07-17 Joerg SonnenbergerDon't return 0 from rl_probe, because rl(4) is not...
2004-07-14 Joerg SonnenbergerDon't init sc->re_timer twice.
2004-07-10 Joerg SonnenbergerStop using if_dname, use if_printf or ifp->if_xname...
2004-07-07 Joerg SonnenbergerAdd per-device polling support.
2004-07-07 Joerg SonnenbergerAdd re(4) as kernel module. After some feedback, this...
2004-07-02 Joerg SonnenbergerAnnounce MAC address in ether_ifattach, not in each...
2004-06-30 Eirik NygaardMake sure the xe driver found a supported card type...
2004-06-29 Matthew DillonFix a snafu in the last commit. In the normal non...
2004-06-27 Matthew DillonMake the VR device backdown to emergency polling if...
2004-06-25 Joerg SonnenbergerAdd missing WI_UNLOCK
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-05 Joerg Sonnenbergerem(4) assumes that bus_dmamap_destroy of bus_dmamap_loa...
2004-06-05 Joerg SonnenbergerFix a small bug in the last commit. ether_ifdetach...
2004-06-04 Joerg SonnenbergerContinue cleaning em(4).
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-01 Joerg SonnenbergerExplicitly cast-away volatile since it should be save...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-11 Joerg SonnenbergerReadd em_read_reg_io and em_write_reg_io for workaround...
2004-05-11 Joerg Sonnenberger- remove em_adapter_list, it was not used for anything...
2004-05-10 Joerg SonnenbergerSync em(4) with FreeBSD current. Most important is...
2004-05-06 Joerg SonnenbergerSwitch to the callout interface and rename the associat...
2004-05-04 Hiten Pandyanetif/cx/cx.c:
2004-05-04 Hiten PandyaBring le(4) up-to-speed with 64-bit physical addressing.
2004-05-04 Hiten PandyaCatch up with if_ioctl prototype changes (see rev....
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-16 Matthew DillonChange WAIT_FOR_AUTO_NEG_DEFAULT to 0. Do not wait...
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-04-14 Joerg SonnenbergerRemove unit from sis_softc and use device_printf and...
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-07 Matthew DillonGeneral netif malloc() flags cleanup. Use M_INTWAIT...
2004-04-02 Hiten PandyaAdd Makefile for the netif/ie ISA NIC driver.
2004-04-01 Joerg SonnenbergerConvert sis(4) from vtophys to busdma.
2004-04-01 Joerg SonnenbergerAdd the "struct ucred *" argument to the remaining...
2004-04-01 Joerg SonnenbergerRemove unused obsolete drivers.
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-22 Joerg SonnenbergerChange to PCI_VENDOR_DELL
2004-03-22 Joerg SonnenbergerAdd device IDs of BCM5788, BCM5901 and BCM5901A2. Fix...
2004-03-19 Matthew DillonIf XL cannot properly attach it tries to detach to...
2004-03-17 Matthew DillonUpdate the 825xx GigE support. Add a large number...
2004-03-16 Joerg SonnenbergerCleanup sis(4):
2004-03-15 Matthew DillonAdd a Makefile stub to build ep as a module.
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-03-14 Joerg SonnenbergerRemove macro definitions for BPF_MTAP
2004-03-12 Joerg SonnenbergerInitialize the interface name for if_de
2004-03-07 Joerg SonnenbergerFrom FreeBSD:
2004-02-27 Joerg SonnenbergerAdd bfe(4) support from FreeBSD.
2004-02-24 Joerg SonnenbergerFix argument order for snprintf, the size is the second...
2004-02-24 Joerg SonnenbergerRemove unused static declarations
2004-02-24 Joerg SonnenbergerFix some warnings
2004-02-19 Joerg SonnenbergerAdd proper match routines for PCCARD nics.
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-13 Joerg SonnenbergerFix warnings about casting const pointers.
2004-02-13 Joerg SonnenbergerSync if_ed with FreeBSD current
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Joerg SonnenbergerProbe via CIS lookup
2004-02-12 Matthew Dillonsys/dev __FreeBSD__ -> __DragonFly__ cleanups.
2004-02-11 Joerg SonnenbergerFix gcc3 compilation
2004-02-10 Hiten PandyaUpdate the Broadcom Gigabit Ethernet driver and the...
2004-02-09 Hiten PandyaInclude Makefile.miidevs, so we can just do:
2004-02-09 Hiten PandyaUpdate to devlist2h.awk and friends:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-05 Joerg SonnenbergerSecond part of the firewire sync. Add defined(__DragonF...
2004-02-05 Joerg SonnenbergerSync DragonFly and FreeBSD-current's FireWire driver.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-25 Hiten PandyaFix typo in a comment.
2004-01-24 Matthew DillonTurn off hardware assisted transmit checksums by defaul...
2004-01-24 Matthew DillonSynch the XL driver with FreeBSD-4.x.
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'weird' the way English expects it.
2004-01-08 Joerg SonnenbergerAdd card_if.h dependency
2004-01-08 Joerg SonnenbergerAdd/uncondionalize the sixt argument of set_memory_offs...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the netif...
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-12-17 Matthew DillonSupport multicast on the Marvell Yukon Chipset. The...
2003-12-16 Hiten PandyaImprove device identification strings.
2003-12-07 Matthew DillonPCI compat cleanup, part 1. This brings in the LNC...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-14 Matthew DillonPrep for GCC 3.x kernel compiles, stage 2/2: Remove...
2003-11-14 Matthew DillonBring in the MODULE_DEPEND() and DECLARE_MODULE() macro...
2003-11-12 Matthew DillonAdd Marvell chipset support. Adding the PCI ID is...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-09 Matthew Dillon3c940 bug fix update. This patch simplifies IFF_PROMIS...
next