em: Increase RX/TX descriptor count to 512
[dragonfly.git] / sys /
2012-08-15 Sepherosa Ziehauem: Increase RX/TX descriptor count to 512
2012-08-14 Sepherosa Ziehaubge: Allow max BDs based coalesce to be disabled
2012-08-14 Sepherosa Ziehaubge: Don't peek at the TX descriptor in txeof()
2012-08-14 François Tigeotixgbe: Remove the multicast spinlock
2012-08-14 Sepherosa Ziehaubnx: Don't peek at the TX descriptor in txeof()
2012-08-14 Sepherosa Ziehauemx: Pack boolean fields into flags
2012-08-14 Sepherosa Ziehauigb: Remove no longer referenced code
2012-08-14 Sepherosa Ziehauigb: Remove unused code; adjust and add comment
2012-08-14 Sepherosa Ziehauigb: Remove unused field
2012-08-14 François Tigeotixgbe: Remove a useless assertion
2012-08-13 Sepherosa Ziehaubce: Unbreak LINT building
2012-08-13 Sascha Wildnerahci(4)/sili(4): Fix for drives >2TB.
2012-08-12 François Tigeotixgbe: replace direct lockmgr calls by macros
2012-08-12 Sepherosa Ziehaubge: Add TSO support for BCM5755 family chips
2012-08-12 François Tigeotixgbe(4): remove a lockinit() call
2012-08-12 Matthew Dillonboot - Fix boot probe ordering
2012-08-10 Sepherosa Ziehaubce: Add TSO support
2012-08-10 Sepherosa Ziehaubce: Remove debug stuffs from polling code
2012-08-10 Sepherosa Ziehaubce: Remove debug stuffs from output path
2012-08-10 Sepherosa Ziehaubce: Set RX interrupt rate ~6000Hz
2012-08-10 Sepherosa Ziehaubce: Don't loop in the interrupt handler to drain TX/RX
2012-08-10 Sepherosa Ziehaubce: Remove debug stuffs on RX/TX interrupt path
2012-08-10 Sepherosa Ziehaubce: Remove debugging stuffs in interrupt handler
2012-08-09 François Tigeotixgbe(4): Sync with FreeBSD
2012-08-09 François Tigeotixgbe: compilation fix for debug routines
2012-08-09 Sepherosa Ziehauemx: Status change is protected by main serializer
2012-08-08 Sascha Wildnerhpt27xx(4): Use NULL for pointers.
2012-08-08 Sascha WildnerAdd the hpt27xx(4) driver for HighPoint RocketRAID...
2012-08-08 Sepherosa Ziehaubnx: Disable RX max BDs based interrupt moderation
2012-08-08 Sepherosa Ziehaubnx: Allow TX/RX max coalesce BDs to be 0; mainly for...
2012-08-08 Sepherosa Ziehaubnx: Correct debug messages
2012-08-08 Sepherosa Ziehaubnx: Rearrange the code to check the spare TX descripor...
2012-08-08 Sepherosa Ziehaubnx: Increase spare TX descriptors to 33 to incorporate...
2012-08-08 Sepherosa Ziehauemx: emx_timer() only requires main serializer
2012-08-08 Sepherosa Ziehauem/emx: Fix up detach path
2012-08-08 Sepherosa Ziehauemx: Increase spare TX descriprors to 33 incorporate...
2012-08-08 Sepherosa Ziehauemx: Make sure that mbuf is changed before busdma sync
2012-08-08 Sepherosa Ziehauigb: Make sure that mbuf is changed before busdma sync
2012-08-08 Sepherosa Ziehaualc: Stablize this driver and fix various porting overlooks
2012-08-07 Sascha Wildnerarcmsr(4): Use cam_calc_geometry().
2012-08-07 Sascha Wildnermpt(4): Fix a porting mistake I did in 6d259fc1.
2012-08-07 Sascha Wildnerkernel/dsched: Add a version parameter to the DSCHED_PO...
2012-08-07 Sascha Wildnerhptmv(4): Use cam_calc_geometry().
2012-08-07 Sascha Wildnerhptiop(4): Add some more PCI IDs.
2012-08-06 Sascha Wildnerkernel/x86_64: Fix kernel build without DDB.
2012-08-04 Sascha Wildnerhptrr(4): Add a __printflike().
2012-08-03 François Tigeotkernel: add a flags argument to LOCK_SYSINIT
2012-08-03 Sepherosa Ziehaubnx: Remove unused code
2012-08-03 François Tigeotkernel: add a LOCK_SYSINIT helper macro
2012-08-03 Nuno Antuneskernel: Fix kernel build when compiled without INVARIANTS.
2012-08-03 Sascha WildnerAdd the hptrr(4) driver for HighPoint RocketRAID 17xx...
2012-08-03 Sascha Wildnerhptmv(4): Reduce si_iosize_max to 64KB.
2012-08-03 Sascha Wildnerkernel/cam: Make si_iosize_max overridable by drivers.
2012-08-02 Sepherosa Ziehauigb: Add TSO support
2012-08-02 Sepherosa Ziehauigb: Change TXCSUM does not require reinitialize hardware
2012-08-02 Sepherosa Ziehauigb: Utilize mbuf's header length to setup TX context
2012-08-02 Sepherosa Ziehaustatclock: Fix intr% counting on heavily interrupted...
2012-08-02 Sepherosa Ziehauem/emx: Reduce the default interrupt rate to 6000Hz
2012-08-01 Sepherosa Ziehauemx: Add EMX_TSO_DEBUG
2012-08-01 Sepherosa Ziehauemx: Remove dependency on opt_rss.h; RSS is always...
2012-08-01 Sepherosa Ziehauemx: Add TSO support
2012-08-01 Sepherosa Ziehauemx: Remove unused macros
2012-08-01 Sepherosa Ziehauemx: Utilize mbuf's header lengthes
2012-08-01 Sepherosa Ziehaumbuf: segsz -> tso_segsz, which is more expressive
2012-08-01 Sepherosa Ziehaubnx: Utilize header lengthes in mbuf to setup TSO
2012-08-01 Sepherosa Ziehaumbuf: Regroup fields, mainly to improve cache utilization
2012-08-01 Sepherosa Ziehaumbuf: Save linker layer, IP and TCP/UDP header length
2012-07-31 François Tigeotixgbe: remove some FreeBSD version checks
2012-07-31 Sascha WildnerLINT/LINT64: Add BNX_TSO_DEBUG.
2012-07-31 François Tigeotkernel: Implement O_CLOEXEC
2012-07-30 Sascha Wildner<sys/fcntl.h>: Mark O_DIRECTORY as being new in POSIX...
2012-07-30 Alex Hornungimplement linkat
2012-07-30 Alex Hornungopen - implement O_DIRECTORY
2012-07-30 François Tigeotkernel: remove O_FRNONBLOCKING
2012-07-30 François Tigeotkernel: remove O_ROOTCRED
2012-07-30 Sepherosa Ziehautcp: Increase tcp_sosend_agglim from 2 to 3
2012-07-30 Sepherosa Ziehaubnx: Add TSO support
2012-07-30 Sepherosa Ziehauixgbe: Unbreak compile
2012-07-30 Sepherosa Ziehautcp: Add TSO support for IPv4
2012-07-29 Sascha Wildnerciss(4): Sync with FreeBSD.
2012-07-29 Alex Hornungmptable - use the table's cpu_flags
2012-07-29 Alex Hornungx86_64 mptable - maximum lapic id is 64
2012-07-26 Sepherosa Ziehaubnx: Utilize BNX_IS_5717_PLUS
2012-07-26 Sepherosa Ziehaubnx: Enable software workaround for possiblely hosed...
2012-07-26 Sepherosa Ziehaubnx: Dispatch state timer to the same CPU as MSI/legacy...
2012-07-26 Sepherosa Ziehaucallout: Add callout_reset_bycpu, which dispatches...
2012-07-26 Sepherosa Ziehaubnx: Use MPSAFE callout
2012-07-26 Sepherosa Ziehaubnx: Add support for BCM57766 chips
2012-07-26 Sepherosa Ziehaupcidevs: regen
2012-07-26 Sepherosa Ziehaupcidevs: Add more PCI ids for BCM57785 family chips
2012-07-26 Sepherosa Ziehaubnx: BCM57791 and BCM57795 are 10/100 only
2012-07-26 Sepherosa Ziehaubnx: Reconfigure DMA read/write control register
2012-07-26 Sepherosa Ziehaubnx: Enable MBUF low attention on buffer manager
2012-07-26 Sepherosa Ziehaubnx: Using 57765_FAMILY to conf Low Watermark Maximum...
2012-07-26 Sepherosa Ziehaubnx: Properly configure PCI-E PL/DL registers and MAC...
2012-07-26 Sepherosa Ziehaubnx: Adjust RX/TX ring limit for BCM57785 family
2012-07-26 Sepherosa Ziehaubnx: Remove unused code
2012-07-26 Sepherosa Ziehaubge/bnx: Avoid using magic register name
2012-07-26 Sepherosa Ziehaubnx: UDP hardware checksum offloading works
2012-07-26 Sepherosa Ziehaubnx: Utilize BNX_IS_5717_PLUS
next