summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_nfe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Argument order fix for MCLGETI.kevlo2019-09-251-3/+3
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-5/+3
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-3/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* Do not include <net/if_vlan_var.h> when it's not necessary.mpi2015-11-141-6/+1
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert to if_input(), thanks to krw@ for testing.mpi2015-03-201-7/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* after allocating an mbuf and cluster you still need to init the lengthdlg2014-08-201-1/+3
* remove the custom jumbo allocator. its never been enabled or used.dlg2014-08-201-222/+33
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* The few network drivers that called their children's (ie. mii PHYderaadt2013-12-281-2/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-4/+4
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Rewrite receive filter and ioctl handling code.brad2013-04-011-44/+36
* Remove setting an initial assumed baudrate upon driver attach which is notbrad2012-11-291-2/+1
* Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg.stsp2012-08-311-6/+34
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-2/+2
* Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to allkettenis2011-01-101-3/+2
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-10/+1
* Add DVACT_QUIECE support. This is called before splhigh() and beforederaadt2010-08-311-1/+4
* activate function should return result of config_activate_childrenderaadt2010-08-311-4/+5
* Make the powerhook use the activate functions, which actually do the fullderaadt2010-08-271-15/+5
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* ca_activate function for nfe(4) for suspend/resumemlarkin2010-08-061-2/+26
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-7/+3
* Remove support for cancelled NVIDIA MCP7B and add initial support forjsg2009-06-181-2/+4
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-7/+7
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-19/+10
* Introduce bpf_mtap_ether(), which for the benefit of bpf listenersnaddy2008-11-091-3/+3
* Remove #if NVLAN.brad2008-10-281-4/+4
* Re-add support for RX VLAN tag stripping.brad2008-10-281-17/+21
* Switch the existing TX VLAN hardware support over to having thenaddy2008-10-161-6/+3
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-8/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* MCP79 are also capable of Jumbo frames. Add the Jumbo support flag.brad2008-08-091-2/+5
* Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asbrad2008-05-231-9/+3
* correct format after %x -> %b convertion. deraadt jsg ok.fgsch2008-05-191-3/+3
* Add the NFE_CORRECT_MACADDR flag for MCP77/79 chipsets.brad2008-02-051-2/+3
* add the NVIDIA MCP77/79 ids.brad2008-01-021-2/+20
* Fix check for pending interrupts as some other device is causingmikeb2007-12-111-2/+2
* Make sure newer adapters are not in powerdown mode.jsg2007-12-051-5/+18
* Disable jumbo allocator until the low number of buffers casejsg2007-11-171-1/+3
* In nfe_start() do a fast return if IFF_OACTIVE is set, injsg2007-09-121-1/+4