index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
tx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+0
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-9
/
+9
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-30
/
+36
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return
imp
2005-03-01
1
-1
/
+1
*
Since if_tx doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+1
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-28
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Mark the VLAN_MTU capability as initially enabled since it's
yar
2004-05-23
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+2
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-3
/
+0
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-5
/
+5
*
Remove duplicate FBSDID's, move others to their right place.
obrien
2003-11-14
1
-4
/
+0
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-12
/
+9
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
- No need to bzero() the softc structure.
mux
2003-08-12
1
-7
/
+3
*
Mega busdma API commit.
scottl
2003-07-01
1
-4
/
+7
*
Convert the tx(4) driver to use the busdma API.
mux
2003-04-20
2
-126
/
+328
*
Better comment, more style(9) fixes.
mux
2003-04-20
1
-4
/
+4
*
style(9).
mux
2003-04-20
1
-8
/
+11
*
Make this file closer to style(9) paradigm.
mux
2003-04-19
1
-212
/
+215
*
- Enable interrupts only at the end of epic_attach() when all the
mux
2003-04-19
1
-39
/
+35
*
- Correct a comment made bogus by my last commit.
mux
2003-04-19
1
-2
/
+4
*
Various cleanups:
mux
2003-04-19
1
-20
/
+1
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore and
bmilekic
2003-02-21
1
-13
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-6
/
+6
*
Remove miidevs.h and generate it from miidevs at compile time.
obrien
2003-01-19
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-14
/
+8
*
o m_adj rx buffer so IP header is 32-bit aligned
sam
2002-10-25
2
-18
/
+21
*
Remove the OpenBSD comatibility stuff. Many changes to be more style(9)
semenu
2002-10-22
3
-621
/
+355
*
Stop trying to align malloc()ed memory. Rely on malloc() instead, just like
semenu
2002-08-19
2
-25
/
+18
*
Do not reset card in epic_freebsd_attach() as reset is done in
semenu
2002-08-19
1
-7
/
+0
*
Add an epic_stats_update() function (called once per second). Even though
semenu
2002-05-01
1
-9
/
+27
*
Implement true multicast filtering.
semenu
2002-04-25
1
-16
/
+64
*
Update the email appearing in copyright string.
semenu
2002-04-20
1
-1
/
+1
*
Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effect
semenu
2002-04-20
1
-1
/
+1
*
Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants
semenu
2002-04-19
3
-380
/
+12
*
Remove __P.
alfred
2002-03-20
1
-41
/
+41
*
Cast pointers to uintptr_t rather than u_int32_t. This doesn't work too
peter
2002-03-19
1
-1
/
+1
*
Remove mbuf exhaustion warning messages; these are handled by the
silby
2002-02-11
1
-2
/
+0
*
Update tx(4) to always enable vlan(4) support.
brooks
2001-09-05
1
-6
/
+0
*
Fix an bug in FreeBSD attach routine - attaching MII interfaces before doing
semenu
2001-08-13
1
-9
/
+7
*
Add support for 802.1Q VLAN and oversized ethernet frames.
semenu
2001-08-13
3
-4
/
+34
*
Add initializetion of NVCTL register with EEPROM stored value.
semenu
2001-06-23
3
-0
/
+29
[next]