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
/
nge
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make vlan(4) loadable, unloadable, and clonable. As a side effect,
brooks
2001-09-05
1
-22
/
+6
*
IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this change
brooks
2001-07-25
1
-1
/
+1
*
Change the interrupt handler a bit so that we call the nge_rxeof() handler
wpaul
2001-07-16
1
-3
/
+2
*
Two optimizations:
wpaul
2001-07-10
1
-10
/
+35
*
Apply patch supplied by Jonathan Chen: use the correct arguments to
wpaul
2001-07-09
1
-2
/
+2
*
Do not set the MODE_1000 bit unless we actually have a gigabit link.
wpaul
2001-07-08
1
-1
/
+9
*
Change m_devget()'s outdated and unused `offset' argument to actually mean
bmilekic
2001-06-20
1
-3
/
+2
*
Fix some memory bugs with regard to jumbo buffers. I made a mistake when
wpaul
2001-06-18
2
-8
/
+5
*
Mind-o in last commit: s/==/>=/ when checking MTU size. *blush*
wpaul
2001-06-16
1
-1
/
+1
*
Fix the last serious bug I've been chasing:
wpaul
2001-06-16
1
-23
/
+41
*
Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out where
wpaul
2001-06-15
1
-3
/
+1
*
Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chip
wpaul
2001-06-15
1
-4
/
+4
*
- Remember to set the 'extsts enable' bit in the CFG register to enable the
wpaul
2001-06-06
2
-16
/
+16
*
Disable extra TCP/UCP checksum checking in nge_rxeof() for now.
wpaul
2001-06-06
1
-0
/
+2
*
Per jlemon: add code to nge_rxeof() to allow verification of TCP and
wpaul
2001-05-29
1
-0
/
+8
*
Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead of
wpaul
2001-05-29
1
-1
/
+1
*
Fix instance of (struct ti_softc *) that should have been
wpaul
2001-05-15
1
-1
/
+1
*
Adjust the descriptor structures a little by making the software parts
wpaul
2001-05-15
1
-4
/
+12
*
Unbreak release. *sigh*
wpaul
2001-05-12
1
-1
/
+1
*
It's vlan.h, not opt_vlan.h.
wpaul
2001-05-11
1
-1
/
+1
*
Add support for gigabit ethernet cards based on the NatSemi DP83820
wpaul
2001-05-11
2
-0
/
+2712
[prev]