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
/
mips
/
atheros
/
if_arge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a now unneeded ARGE_UNLOCK().
adrian
2012-03-13
1
-3
/
+0
*
Fix link status handling on if_arge upon system boot to allow bootp/NFS to
adrian
2012-03-13
1
-7
/
+16
*
Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop().
adrian
2012-03-13
1
-0
/
+43
*
Break long lines.
ray
2012-03-06
1
-25
/
+44
*
Remove EoL whitespaces.
ray
2012-03-06
1
-67
/
+66
*
Simplify arge_flush_ddr to use updated ar71xx_device_flush_ddr_ge(unit).
ray
2011-11-28
1
-4
/
+2
*
Fix build, fininshing r228018.
glebius
2011-11-28
1
-2
/
+2
*
Join chip depended methods for arge0 and arge1 into single call with unit.
ray
2011-11-27
1
-4
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-4
/
+2
*
if_arge has had a strange bug that only appears during high traffic
adrian
2011-04-05
1
-0
/
+21
*
* Add some more debugging to if_arge
adrian
2011-04-05
1
-2
/
+31
*
Put the ARGE_DEBUG behind a kernel config option.
adrian
2011-04-05
1
-4
/
+10
*
Begin fleshing out a functioning debugging setup for if_arge.
adrian
2011-04-05
1
-13
/
+22
*
A handful of the openwrt devices use a MAC address that's at a hard-coded
adrian
2011-04-02
1
-0
/
+21
*
Fix the TX underrun status reset; remove a now unused variable.
adrian
2011-03-13
1
-2
/
+1
*
Commit FIFO configuration fixes from OpenWRT. This fixes performance
adrian
2011-03-13
1
-4
/
+28
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-4
/
+5
*
Migrate if_arge to use the PLL cpuops.
adrian
2010-08-19
1
-28
/
+10
*
style(9) pick from imp@ .
adrian
2010-08-19
1
-3
/
+2
*
Make if_arge use the new cpuops rather than hard coding the DDR flush registers.
adrian
2010-08-19
1
-22
/
+8
*
Add TX-path aligned/unaligned stats for if_arge.
adrian
2010-07-08
1
-1
/
+11
*
Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checks
adrian
2010-07-08
1
-1
/
+23
*
Introduce a sysctl block for if_arge and, for now, a blank debug sysctl
adrian
2010-07-08
1
-0
/
+16
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
- Fix mutex type for miibus_mtx: it's not spinlock, it's def lock
gonzo
2010-04-08
1
-1
/
+1
*
- Handle multiphy MAC case: create interface with
gonzo
2009-11-12
1
-82
/
+197
*
- Access to all 5 PHYs goes through registers in MAC0 memory
gonzo
2009-11-08
1
-9
/
+25
*
- Fix: Wrong register is used for initial value reading
gonzo
2009-11-06
1
-1
/
+1
*
- Fix initialization of PLL registers (different shifts for
gonzo
2009-11-06
1
-8
/
+12
*
- Replace dumb cut'n'paste call with not to self (XXX)
gonzo
2009-11-05
1
-2
/
+4
*
- style(9): replace whitespaces with tabs
gonzo
2009-11-04
1
-23
/
+23
*
- Remove noisy "Implement me" stubs
gonzo
2009-11-04
1
-5
/
+20
*
- Fix build with DEVICE_POLLING enabled
gonzo
2009-10-30
1
-5
/
+12
*
- Fix phy address calculation
gonzo
2009-09-03
1
-3
/
+3
*
- Fix off-by-one bug in arge_fixup_rx. If mbuf is located
gonzo
2009-07-08
1
-12
/
+12
*
- Fix functions prototypes to make compiler happy
gonzo
2009-06-12
1
-2
/
+4
*
- Revert fix by dwhite that has been accidentally lost in r192783
gonzo
2009-05-28
1
-0
/
+4
*
- arge_poll should be decalred only if DEVICE_POLLING is enabled
gonzo
2009-05-26
1
-1
/
+3
*
- Add polling support
gonzo
2009-05-26
1
-216
/
+142
*
- Wrong logical operator was used for flag check
gonzo
2009-05-23
1
-1
/
+1
*
Remove unused variable.
dwhite
2009-05-22
1
-2
/
+0
*
Add some missing bits to arge:
dwhite
2009-05-21
1
-8
/
+46
*
- Set MAC Address obtained from RedBoot or generate random one
gonzo
2009-05-16
1
-7
/
+32
*
- accummulate interrupt causes in filter instead of rewriting old. The only
gonzo
2009-04-29
1
-1
/
+1
*
- Revert changes accidentally killed by merge operation
gonzo
2009-04-14
1
-0
/
+1657