index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_nge.c
Age
Commit message (
Expand
)
Author
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-10-28
#if NVLAN > 0 in one more spot.
Brad Smith
2008-10-28
Implement a workaround for stupid hw when using VLAN stripping. Frames
Brad Smith
2008-10-28
Don't need NVLAN > 0 checks around this code.
Brad Smith
2008-10-28
Re-add support TX VLAN tag insertion and RX VLAN tag stripping.
Brad Smith
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-05-23
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
Brad Smith
2007-11-26
typos; ok jmc@
Martynas Venckus
2006-10-25
replace a few more instances of hand rolled code with the
Brad Smith
2006-05-28
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-27
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
Brad Smith
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
remove the colon between "address" and the MAC address.
Brad Smith
2006-02-16
Do not bother enabling HW TX checksum offload since the code to
Brad Smith
2005-11-23
assume vtophys(vaddr_t) just what all the other archs expect; no functional c...
Michael Shalayeff
2005-11-04
- splimp -> splnet
Brad Smith
2005-10-09
fix bus_dmamem_alloc() failure case.
Brad Smith
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-30
sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()
Brad Smith
2005-07-25
don't bother with printf in *_jalloc()
Brad Smith
2005-07-09
remove code for TX checksum
Brad Smith
2005-07-09
don't clear RUNNING here.
Brad Smith
2005-07-09
better
Brad Smith
2005-07-09
- mbuf external storage is of (caddr_t), not (caddr_t *).
Brad Smith
2005-07-09
fix SIOCSIFMTU
Brad Smith
2005-07-09
- disable TX checksum offload since this chip has a bug where
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-05-25
Fix instances of macros with improperly parenthasized arguments.
Brad Smith
2005-05-25
- Fixed resetting of the watchdog timer and queue full flag.
Brad Smith
2005-04-25
csum -> csum_flags
Brad Smith
2005-02-17
miscellaneous typo fixes:
Jean-Francois Brousseau
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-08-05
remove some separate per driver constants and use
Brad Smith
2004-05-30
Multicast fixups:
Ryan Thomas McBride
2004-04-09
do not whine if we cannot get mbufs. the countless printfd makes the machine
Henning Brauer
2003-08-06
Remove some double semicolons (hmm, do two semis equal a maxi?).
Todd C. Miller
2003-01-15
Get rid of the remaining vm_offset_t in pci drivers.
Artur Grabowski
2002-11-26
1000baseTX -> 1000baseT
Nathan Binkert
2002-09-22
use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386.
Nathan Binkert
2002-09-21
Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD)
Nathan Binkert
2002-09-21
cleanup, remove register
Nathan Binkert
2002-07-10
shorten address printout
Theo de Raadt
2002-07-05
Typo; stobe -> strobe
Aaron Campbell
2002-03-14
First round of __P removal in sys
Todd C. Miller
[next]