summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_jme.c
AgeCommit message (Expand)Author
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
2008-10-20Enable support for RX checksum offload, RX VLAN tag stripping and TXBrad Smith
2008-10-20Remove ioctl handlers for MTU changing and multicast, they're alreadyBrad Smith
2008-10-14remove C99/C++ style commentsJonathan Gray
2008-10-14Don't be so pessimistic about the prospects of getting aJonathan Gray
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-29always need the vlan includes; ok jsgTheo de Raadt
2008-09-27remove a debug printf that is no longer requiredJonathan Gray
2008-09-26Add drivers for the JMicron JMC250/JMC260 Ethernet controllersJonathan Gray