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
/
dev
/
de
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide link up/down/media printfs behind bootverbose
phk
2004-11-08
1
-1
/
+2
*
fix (for me) the problems where if_de gets really slow after time
jmg
2004-10-18
1
-21
/
+0
*
Since the if_de driver doesn't contain locking, mark it as
rwatson
2004-08-13
1
-1
/
+1
*
Apply the long-overdue hatchet of style(9) death to this file.
bms
2004-07-09
1
-458
/
+547
*
style(9) pass on prototypes.
bms
2004-07-05
1
-21
/
+27
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
2
-3
/
+3
*
Bring in the first chunk of altq driver modifications. This covers the
mlaier
2004-07-02
1
-9
/
+14
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-23
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-6
/
+4
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-0
/
+2
*
Stop setting ifp->if_output to ether_output() since ether_ifattach()
mux
2004-03-11
1
-1
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
2
-79
/
+80
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Fix alignment requirements of tulip_rombuf by further increasing
ticso
2003-06-13
1
-4
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-4
/
+4
*
Move some FALLTHROUGH comments so they work.
phk
2003-05-31
2
-7
/
+6
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+1
*
- Use if_broadcastaddr from struct ifnet rather than relying on
mdodd
2003-03-21
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-8
/
+8
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-8
/
+8
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-2
/
+2
*
o track either_ifattach/ether_ifdetach API changes
sam
2002-11-14
1
-14
/
+5
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
3
-3
/
+3
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
No FreeBSD/vax here either.
peter
2001-11-03
1
-1
/
+1
*
Remove some unused stuff
peter
2001-03-25
1
-27
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-3
/
+3
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-6
/
+3
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-6
/
+6
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-8
/
+8
*
Convert the de driver into a loadable module. Still missing is an
markm
2000-10-31
1
-72
/
+14
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-4
/
+1
*
Use the correct name for the PCI command register (PCIR_COMMAND). Don't
peter
2000-05-28
1
-3
/
+3
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-27
/
+2
*
Use bus_space for all register accesses.
dfr
2000-05-13
2
-43
/
+25
*
Bounce a copy of the mbuf to the bpf listener when we submit the frames
jlemon
2000-05-06
1
-2
/
+6
*
Ignore tulip chips on LanMedia WAN cards.
phk
2000-04-25
1
-0
/
+7
*
A fairly simple newbusification of if_de
peter
2000-03-20
1
-84
/
+99
*
Include the file that defines PCIM_CMD_BUSMASTEREN.
mjacob
2000-02-16
1
-0
/
+1
*
Ensure that the busmaster enable bit is set; we can't assume that all
msmith
2000-02-16
1
-1
/
+8
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
Add missing include.
billf
1999-08-21
1
-0
/
+1
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-2
/
+3
*
Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI bus
peter
1999-08-19
1
-11
/
+2
*
A little more tidying up.
peter
1999-08-09
2
-63
/
+22
*
Expand a heap of macros that obscure readability and are no longer needed
peter
1999-08-09
2
-237
/
+122
*
More pre-lite2 support zapped and some more tidy-up.
peter
1999-08-09
2
-74
/
+1
[next]