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_stge.c
Age
Commit message (
Expand
)
Author
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-30
Convert moar drivers to if_input().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-12-08
Remove a few foo_start() calls within ioctl handlers. Odd spot to have
Brad Smith
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2009-12-07
Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN.
Stuart Henderson
2009-12-03
Use 16-bit writes instead of 8-bit writes for writing the
Jasper Lievisse Adriaanse
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-08-10
A few more simple cases of shutdown hooks which only call xxstop, when
Theo de Raadt
2009-07-28
Replace "XXX ? from linux" with a descriptive comment. From Brad.
Stuart Henderson
2009-07-26
Fix flow control support:
Mark Kettenis
2009-07-21
Rewrite ioctl parts and rx filter handling. From Brad, tested by
Stuart Henderson
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-22
Fix a typo with the VLAN code.
Brad Smith
2008-10-22
Add support TX VLAN tag insertion and RX VLAN tag stripping.
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-10-23
Sort the PCI id table and remove a comment which is no longer true.
Brad Smith
2007-10-22
only output on situations where power state is D3. unify the message in
Federico G. Schwindt
2007-10-22
Use pci_set_powerstate(), shrinking the code and unifying the different
Federico G. Schwindt
2006-12-29
Pass MIIF_DOPAUSE to mii_attach().
Mark Kettenis
2006-10-26
Set Rx early threshold and Tx DMA thesholds.
Brad Smith
2006-10-23
use the Sundance TC9021 ids. this was done so that stge(4) will attach
Brad Smith
2006-08-04
simplify interface flags ioctl handler.
Brad Smith
2006-07-12
only call the init routine if the interface is not already running.
Brad Smith
2006-07-12
move a few structures and macros over to the header file.
Brad Smith
2006-07-12
use config space macros.
Brad Smith
2006-07-12
check ifp->if_hardmtu instead of ETHERMTU.
Brad Smith
2006-07-12
increase the maximum Jumbo frame length and correct the STGE_MaxFrameSize
Brad Smith
2006-06-11
show the number of DMA segments that were in the packet that just failed
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-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2005-09-11
Don't use a global variable to indicate that we are
Brad Smith
2005-07-28
add support for Sundance ST1023 Gigabit chipset.
Brad Smith
2005-07-24
don't need to enable bus mastering in stge_attach().
Brad Smith
2005-07-24
don't call stge_init() when changing the MTU.
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resources
Brad Smith
[next]