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_xge.c
Age
Commit message (
Expand
)
Author
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-05-16
enable reception and transmission of jumbo frames.
David Gwynne
2016-04-28
correctly set up byteswapping so this chip works on big endian archs
David Gwynne
2016-04-27
whitespace fixes, no functional change
David Gwynne
2016-04-27
align rx buffers so ip packets will be aligned correctly for the stack
David Gwynne
2016-04-27
tweak some command list handling
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
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-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-08-10
xge_shutdown is not needed now that interface is stopped, since
Theo de Raadt
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-21
Re-add support for RX VLAN tag stripping.
Brad Smith
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-24
remove dead stores and newly created unused variables.
Charles Longeau
2007-09-19
Use the proper baudrate for 10Gb hw now that it can fit into the buadrate
Brad Smith
2007-05-28
fix C++ style comment
Chris Kuethe
2007-05-26
wrap the debug macro in do { } while (0)
David Gwynne
2007-05-26
reformat the softc to make it look like everything else we have.
David Gwynne
2007-05-26
get rid of #define sc_if sc_arpcom.ac_if
David Gwynne
2007-05-26
this isnt netbsd
David Gwynne
2007-02-27
Enable HW Tx checksum offloading and VLAN tag insertion. From brad@.
Mark Kettenis
2007-02-27
Don't strip off VLAN tags. From brad@.
Mark Kettenis
2006-10-24
remove useless chunks of code that do nothing, since endian adjustments
Brad Smith
2006-10-23
- remove the TODO comments at the top.
Brad Smith
2006-10-11
call xge_stop() at the top of xge_init().
Brad Smith
2006-10-10
- Only use the MAC address workaround for the Xframe chipset.
Brad Smith
2006-08-25
only write to the RMAC_CFG_KEY register for the Xframe chipset.
Brad Smith
2006-08-10
- xge_mcast_filter() -> xge_setmulti().
Brad Smith
2006-08-10
- Use BUS_DMA_NOWAIT flag with bus_dmamap_create() in xge_attach() for the
Brad Smith
2006-08-02
disable Jumbos until reception of Jumbo frames can be fixed.
Brad Smith
2006-07-21
lower the number of TX descriptors from 8192 to 2048.
Brad Smith
2006-07-14
debug message macros.
Brad Smith
2006-06-21
use the 10Gb SR media type for now.
Brad Smith
[next]