summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_xge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-121-2/+2
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Remove an unused header (dev/mii/miivar.h)kevlo2019-07-171-3/+1
* Remove duplicate line introduced in rev 1.72. Coverity CID 1452888.jsg2017-08-171-2/+1
* Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fitmikeb2017-06-091-13/+18
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-3/+2
* enable reception and transmission of jumbo frames.dlg2016-05-161-11/+7
* correctly set up byteswapping so this chip works on big endian archsdlg2016-04-281-17/+70
* whitespace fixes, no functional changedlg2016-04-271-15/+15
* align rx buffers so ip packets will be aligned correctly for the stackdlg2016-04-271-1/+3
* tweak some command list handlingdlg2016-04-271-91/+23
* 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
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-4/+7
* 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-3/+1
* Convert moar drivers to if_input().mpi2015-04-301-8/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Fewer <netinet/in_systm.h>mpi2014-07-221-5/+1
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-5/+4
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-3/+3
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-3/+3
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* xge_shutdown is not needed now that interface is stopped, sincederaadt2009-08-101-14/+1
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-20/+11
* Introduce bpf_mtap_ether(), which for the benefit of bpf listenersnaddy2008-11-091-3/+3
* Re-add support for RX VLAN tag stripping.brad2008-10-211-5/+15
* Switch the existing TX VLAN hardware support over to having thenaddy2008-10-161-9/+4
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-8/+2
* remove dead stores and newly created unused variables.chl2008-09-241-2/+2
* Use the proper baudrate for 10Gb hw now that it can fit into the buadratebrad2007-09-191-2/+2
* fix C++ style commentckuethe2007-05-281-2/+2
* wrap the debug macro in do { } while (0)dlg2007-05-261-3/+3
* reformat the softc to make it look like everything else we have.dlg2007-05-261-26/+29
* get rid of #define sc_if sc_arpcom.ac_ifdlg2007-05-261-3/+2
* this isnt netbsddlg2007-05-261-6/+1
* Enable HW Tx checksum offloading and VLAN tag insertion. From brad@.kettenis2007-02-271-7/+24
* Don't strip off VLAN tags. From brad@.kettenis2007-02-271-1/+6
* remove useless chunks of code that do nothing, since endian adjustmentsbrad2006-10-241-9/+1
* - remove the TODO comments at the top.brad2006-10-231-6/+8
* call xge_stop() at the top of xge_init().brad2006-10-111-2/+13
* - Only use the MAC address workaround for the Xframe chipset.brad2006-10-101-46/+120
* only write to the RMAC_CFG_KEY register for the Xframe chipset.brad2006-08-251-10/+20