summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/lemac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+1
* No trailers has been the default and only option for 20 years, yet sometedu2015-12-081-6/+2
* Network drivers should not include <net/route.h> or <net/netisr.h>mpi2015-11-251-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+6
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+5
* arp_ifinit() is no longer needed.mpi2015-10-251-10/+1
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-2/+2
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert to if_input(); ok mpi@miod2015-04-061-36/+23
* unifdef INETtedu2014-12-221-5/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-5/+1
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-7/+9
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* This does not need a shutdown function either (though the equilevantderaadt2009-08-101-7/+1
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-30/+9
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-8/+2
* Correctly computed the mac address checksum on big-endian platforms.miod2006-04-161-1/+13
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* register offsets [against bh] are expected bus_size_t and not bus_addr_tmickey2005-11-141-5/+5
* remove netns crud.henning2005-06-081-24/+1
* make sure interface is in RUNNING state before touching the multicast filtersbrad2005-01-151-2/+3
* array for multicast filter intialization mismatches. millert okitojun2003-10-301-2/+6
* typos from Tom Cosgrove;jmc2003-10-211-3/+3
* move ether_crc32_le to if_ethersubr.c. Add ether_crc32_benate2002-05-071-28/+1
* Accept ethernet broadcasts too :-) This patch contains a copy ofniklas2002-02-251-4/+29
* On my 10th wedding anniversary I am celebrating byniklas2001-07-131-0/+1111