summaryrefslogtreecommitdiff
path: root/sys/dev/ic/re.c
AgeCommit message (Expand)Author
2005-11-07splimp -> splnetBrad Smith
2005-08-01remove device polling leftovers from wpaul driverPeter Valchev
2005-05-24disable TX HW checksumming, some revs of the chip can cause packet corruption.Brad Smith
2005-04-30don't set MTU if its the same as what's currently being used.Brad Smith
2005-04-30check for ETHERMIN in SIOCSIFMTU ioctl; from bradPeter Valchev
2005-04-30From NetBSD, pt to by brad (might fix csum problems, else they mayPeter Valchev
2005-04-25csum -> csum_flagsBrad Smith
2005-04-15re(4) cannot handle a standard sized Jumbo frame.Brad Smith
2005-04-14enable HW transmit checksum offloadBrad Smith
2005-04-08- enable reception of VLAN sized framesBrad Smith
2005-03-15use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work onHenning Brauer
2005-02-25Correct usage of bus_dma which makes re(4) work on alpha.Jonathan Gray
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-14clean PCI leftoversPeter Valchev
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev