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_tl.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-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-09-14
Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...
Stefan Sperling
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-30
Convert moar drivers to if_input().
Martin Pieuchot
2015-04-01
Kill useless comments talking about ether_input().
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-01-31
tl(4) already allowed for reception of frames up to MCLBYTES in size so
Brad Smith
2014-01-31
Rewrite the receive filter handling code, reinstate the hash filter and cleanup
Brad Smith
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-11-18
- ansify some function definitions
Brad Smith
2013-10-01
Use %z* for size_t
Stefan Fritsch
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2012-11-23
set ifp->if_baudrate with IF_Gbps() / IF_Mbps().
Gleydson Soares
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
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-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
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
2007-05-08
#if 0 a function that is only ever called in #if 0
Theo de Raadt
2006-06-29
no need to check io/mem enables before calling pci_mapreg_map()
Theo de Raadt
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
2006-03-20
de-register.
Brad Smith
2006-03-04
don't set the interface pointer twice in tl_init().
Brad Smith
2005-11-23
assume vtophys(vaddr_t) just what all the other archs expect; no functional c...
Michael Shalayeff
2005-11-07
- splimp -> splnet
Brad Smith
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2005-07-02
add TLPHY_MEDIA_NO_10_T flag for DP4000 model
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-09-14
Call tl_ifmedia_upd() in tl_init() for cards with bitrate devices
Brad Smith
2003-08-19
missing break.
Mike Pechkin
2003-06-30
remove the use of tl_unit
Anil Madhavapeddy
2003-01-15
Get rid of the remaining vm_offset_t in pci drivers.
Artur Grabowski
2002-07-08
tl* multicast filter is broken. use ALLMULTI for now.
Jun-ichiro itojun Hagino
2002-07-05
Typo; stobe -> strobe
Aaron Campbell
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
remove redundant vm includes
Michael Shalayeff
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-24
more ether_input_mbuf() conversion.
Federico G. Schwindt
2001-04-05
merge with freebsd/netbsd; mainly a conversion to mii
Jason Wright
[next]