| Age | Commit message (Expand) | Author |
| 2013-10-25 | Remove unused stuff | martin |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-09-02 | Use a proper local variable. | tsutsui |
| 2009-09-02 | Make local functions static. | tsutsui |
| 2009-09-02 | Invert logic around nested pmf(9) registrations for readability. | tsutsui |
| 2009-09-01 | Also call pmf_class_network_register(9). | tsutsui |
| 2009-09-01 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2008-08-23 | Fix typo in comment. | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-23 | Split softc/device_t and misc cleanup for sn(4). | tsutsui |
| 2008-04-19 | The DP83932C manual says the CAM enable register (CER) can't be | tsutsui |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-14 | Enable ETHERCAP_VLAN_MTU. | tsutsui |
| 2008-03-12 | sonic_stop: clear IFF_RUNNING before disabling. | dyoung |
| 2008-01-19 | There is really no use for switch when there is no case labels | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-06-08 | Set DCR_TFT[01] and DCR_RFT[01] bits of DCR register for TX/RX thresholds | tsutsui |
| 2007-06-02 | In sonic_reset(), make sure to stop TX, RX and timer | tsutsui |
| 2007-06-02 | Sync tda_status and rda_status DMA descriptors also after they are polled | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-31 | Eliminate use of M_HASFCS. | thorpej |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2003-10-29 | Fix bogus GCC uninitialized variable warning. | tsutsui |
| 2003-01-18 | When the extra pad buffer is used, the number of TX segments | tsutsui |
| 2003-01-18 | Fix pasto and typos. | tsutsui |
| 2003-01-15 | Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN-ETHER_CRC_LEN | bouyer |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-07-23 | Make sure to initialize the all Rx descriptors properly in sonic_init() | tsutsui |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-05 | Do a little manual CSE, taking unneeded comparisons out of loops, | thorpej |
| 2001-07-05 | A new DP83932 ``SONIC'' driver, which uses bus_dma(9) and does I/O | thorpej |