summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_tl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* consistently uppercase pci product definesjsg2020-01-051-7/+7
* Fix multicast reception: use unsigned chars to avoid accidental signnaddy2017-07-131-3/+3
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-5/+6
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...stsp2015-09-141-3/+3
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert moar drivers to if_input().mpi2015-04-301-8/+5
* Kill useless comments talking about ether_input().mpi2015-04-011-13/+6
* unifdef INETtedu2014-12-221-5/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* tl(4) already allowed for reception of frames up to MCLBYTES in size sobrad2014-01-311-1/+3
* Rewrite the receive filter handling code, reinstate the hash filter and cleanupbrad2014-01-311-70/+39
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-16/+1
* - ansify some function definitionsbrad2013-11-181-206/+110
* Use %z* for size_tsf2013-10-011-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Remove setting an initial assumed baudrate upon driver attach which is notbrad2012-11-291-2/+1
* set ifp->if_baudrate with IF_Gbps() / IF_Mbps().gsoares2012-11-231-2/+2
* kill a few more casts that aren't helpful. ok krw miodtedu2011-06-221-8/+6
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-3/+2
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* A few more simple cases of shutdown hooks which only call xxstop, whenderaadt2009-08-101-13/+1
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-3/+3
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-17/+11
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-9/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-4/+4
* #if 0 a function that is only ever called in #if 0deraadt2007-05-081-1/+5
* no need to check io/mem enables before calling pci_mapreg_map()deraadt2006-06-291-10/+1
* unknown ioctl is ENOTTY not EINVALjason2006-05-281-2/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+4
* de-register.brad2006-03-201-5/+5
* don't set the interface pointer twice in tl_init().brad2006-03-041-3/+1
* assume vtophys(vaddr_t) just what all the other archs expect; no functional changemickey2005-11-231-12/+13
* - splimp -> splnetbrad2005-11-071-6/+6
* do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okmickey2005-09-111-21/+18
* add TLPHY_MEDIA_NO_10_T flag for DP4000 modelbrad2005-07-021-2/+2
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-3/+1
* Call tl_ifmedia_upd() in tl_init() for cards with bitrate devicesbrad2004-09-141-2/+5
* missing break.mpech2003-08-191-1/+2
* remove the use of tl_unitavsm2003-06-301-15/+14
* Get rid of the remaining vm_offset_t in pci drivers.art2003-01-151-2/+2
* tl* multicast filter is broken. use ALLMULTI for now.itojun2002-07-081-26/+27
* Typo; stobe -> strobeaaron2002-07-051-2/+2
* First round of __P removal in sysmillert2002-03-141-59/+59
* Don't cast nonexistent return value from splx to (void). ok art@nordin2002-02-151-3/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2