Age | Commit message (Expand) | Author |
2013-12-07 | Some fixes for jme_encap().. | Brad Smith |
2013-11-03 | Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using the | Brad Smith |
2013-11-03 | Enable TX checksum offload. | Brad Smith |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2012-10-22 | Add flow control support. | Brad Smith |
2012-02-28 | - Always try to reclaim transmitted frames instead of returning | Jonathan Gray |
2012-02-08 | Remove the init path of jme_newbuf that used M_WAITOK | Jonathan Gray |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-01-07 | Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@ | Stuart Henderson |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-06-05 | enable IPv6 receive TCP/UDP checksum offload; from Brad | Christian Weisgerber |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-02-25 | Fix up multicast support, from brad. | Jonathan Gray |
2009-02-25 | On full mask revision 2 or later default to | Jonathan Gray |
2009-01-10 | - remove unused variable | Kevin Lo |
2008-12-01 | Configure the clock sources for tx mac/offload engines, required | Jonathan Gray |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-10-29 | - Add a workaround field to the softc struct. | Brad Smith |
2008-10-21 | Make sure to read the last byte of EEPROM descriptor. Previously | Brad Smith |
2008-10-21 | Don't bounce transmitted packets up to the BPF listeners twice. | Brad Smith |
2008-10-20 | oops, testing printf shouldn't have been commited. | Brad Smith |
2008-10-20 | Enable support for RX checksum offload, RX VLAN tag stripping and TX | Brad Smith |
2008-10-20 | Remove ioctl handlers for MTU changing and multicast, they're already | Brad Smith |
2008-10-14 | remove C99/C++ style comments | Jonathan Gray |
2008-10-14 | Don't be so pessimistic about the prospects of getting a | Jonathan Gray |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-29 | always need the vlan includes; ok jsg | Theo de Raadt |
2008-09-27 | remove a debug printf that is no longer required | Jonathan Gray |
2008-09-26 | Add drivers for the JMicron JMC250/JMC260 Ethernet controllers | Jonathan Gray |