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
/
gem
/
if_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop the interface before detaching and freeing it, rather than after.
brooks
2005-06-12
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-13
/
+21
*
Since if_gem doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
- Remove a variable no longer used after the conversion to ether_crc32_le().
marius
2004-06-10
1
-4
/
+2
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-17
/
+1
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Clean up two printf()s that were on a line by themselves unintendedly
tmm
2004-04-23
1
-2
/
+2
*
Let ether_ifattach() announce our MAC address.
mdodd
2004-03-20
1
-5
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-3
/
+4
*
s=gem/foo=dev/gem/foo=
imp
2003-08-23
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-4
/
+4
*
Miscellaneous fixes:
tmm
2003-05-15
1
-5
/
+56
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
bus_dmamap_sync() overhaul:
tmm
2003-01-21
1
-17
/
+17
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Add detach, shutdown, suspend and resume methods. The latter two are
tmm
2003-01-08
1
-40
/
+49
*
- Convert to use bus_dmamap_load_mbuf().
tmm
2003-01-06
1
-370
/
+149
*
Catch up with sam's changes to network interfaces.
mux
2002-11-15
1
-2
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-5
/
+3
*
Call bpf_mtap() on outgoing packets.
tmm
2002-10-26
1
-3
/
+6
*
Fix warning.
jake
2002-07-24
1
-0
/
+4
*
Incorporate changes made to the NetBSD version of this driver.
benno
2002-07-10
1
-76
/
+132
*
Fully reset a gem on some error conditions; otherwise it would hang in
tmm
2002-05-24
1
-0
/
+4
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
In some cases, RX descriptors that are signalled to have been completed
tmm
2002-03-23
1
-3
/
+19
*
Remove __P.
alfred
2002-03-20
1
-34
/
+32
*
Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernet
tmm
2002-02-27
1
-0
/
+2017