summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_jme.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-01-09spellingJonathan Gray
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2019-05-27spelling fixes in comments and one printf; from j sissonJason McIntyre
2019-03-29typo in printf; leo_tck at volny czStuart Henderson
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-15Ethernet drivers no longer need to include if_vlan_var.h for the VLANChristian Weisgerber
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need to include <net/if_types.h> for <net/if_vlan_var.h>Martin Pieuchot
2015-11-09rework the start routines to avoid IF_PREPEND.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-04-30No need to set `rcvif', if_input() does it for you!Martin Pieuchot
2015-04-10Convert to if_input().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-01-27Enable IPv6 checksum offload.Brad Smith
2014-01-10Add MSI support.Brad Smith
2013-12-07Some fixes for jme_encap()..Brad Smith
2013-11-03Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using theBrad Smith
2013-11-03Enable TX checksum offload.Brad Smith
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-10-22Add flow control support.Brad Smith
2012-02-28- Always try to reclaim transmitted frames instead of returningJonathan Gray
2012-02-08Remove the init path of jme_newbuf that used M_WAITOKJonathan Gray
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-01-07Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@Stuart Henderson
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-06-05enable IPv6 receive TCP/UDP checksum offload; from BradChristian Weisgerber
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-02-25Fix up multicast support, from brad.Jonathan Gray
2009-02-25On full mask revision 2 or later default toJonathan Gray
2009-01-10- remove unused variableKevin Lo
2008-12-01Configure the clock sources for tx mac/offload engines, requiredJonathan Gray
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-10-29- Add a workaround field to the softc struct.Brad Smith
2008-10-21Make sure to read the last byte of EEPROM descriptor. PreviouslyBrad Smith
2008-10-21Don't bounce transmitted packets up to the BPF listeners twice.Brad Smith
2008-10-20oops, testing printf shouldn't have been commited.Brad Smith