bce: Put interrupt reenabling into each interrupt handlers
[dragonfly.git] / sys / dev / netif /
2013-02-26 Sepherosa Ziehaubce: Put interrupt reenabling into each interrupt handlers
2013-02-26 Sepherosa Ziehaubce: Move status index's location and cached status...
2013-02-24 Sepherosa Ziehaubce: Cache TX/RX consumer indices' location
2013-02-24 Sepherosa Ziehaubce: Save CID into related TX/RX ring struct
2013-02-24 Sascha Wildnerath(4): s/long long unsigned/unsigned long long/
2013-02-22 Sepherosa Ziehaubce: Move RX serializers before TX serializers
2013-02-22 Sepherosa Ziehaubce: Free serializer array in detach path
2013-02-21 Sepherosa Ziehaubce: Fix tick/pulse callout target CPU setting
2013-02-21 Sepherosa Ziehauigb: Fix timer cpuid settings when entering/exiting...
2013-02-21 Sepherosa Ziehaubce: RX and TX ring counts are not required to be same
2013-02-20 Sepherosa Ziehaubce: Switch to IFQ subqueue functions and use per-TX...
2013-02-20 Sascha Wildnerkernel: Use DEVMETHOD_END in the drivers.
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-19 Sepherosa Ziehaubce: Reimplement polling in non-compat mode
2013-02-19 Sepherosa Ziehaubce: Split TX/RX serializer
2013-02-19 Sepherosa Ziehaubce: Defer interrupt allocation until the TX/RX rings...
2013-02-19 Sepherosa Ziehaubce: Regroup function declaration
2013-02-19 Sepherosa Ziehaubce: Fix supported devices list in comment
2013-02-19 Sepherosa Ziehaubce: Put RX related fields into bce_rx_ring
2013-02-17 Sepherosa Ziehaubce: Put TX related fields into bce_tx_ring
2013-02-17 Sepherosa Ziehaubce: Factor out bce_xmit()
2013-02-16 Sepherosa Ziehaubnx: Support 5717 C0, which is almost same as 5720 A0
2013-02-16 Sepherosa Ziehaubce: Remove debug stuffs
2013-02-16 Sepherosa Ziehaujme: Avoid using magic number for TX register writing...
2013-02-16 Sepherosa Ziehaubce: Make TX register writing aggregation tunable
2013-02-16 Sepherosa Ziehaubnx: Avoid using magic number for TX register writing...
2013-02-16 Sepherosa Ziehaubge: Avoid using magic number for TX register writing...
2013-02-16 Sepherosa Ziehauem/emx: Avoid using magic number for TX register writin...
2013-02-16 Sepherosa Ziehauigb: Fix comment
2013-02-16 Sepherosa Ziehauigb: Remove unused macros
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 1/3
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-09 Sepherosa Ziehauath: Partly fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehauiwn: Fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehaural: Fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehausln: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehaumxge: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehaubce: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehaubfe: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehaubge: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehautl: Fix set-bu-unused gcc47 warning
2013-02-08 Sepherosa Ziehaukue: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehaubnx: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehaude: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehauemx: Implement multiple hardware TX queue support;...
2013-02-07 Sepherosa Ziehauem/emx: Clear bit 28 of TARC1 for 82571/82572/es2lan
2013-02-06 Sepherosa Ziehauigb: Sync w/ intel igb-2.3.7
2013-02-06 Sepherosa Ziehauem: Sync w/ intel em-7.3.4
2013-02-06 Sepherosa Ziehauemx: Sync w/ intel em-7.3.4
2013-02-06 Sepherosa Ziehauig_hal: Merge intel em-7.3.4 and igb-2.3.7 hardware...
2013-01-29 Sepherosa Ziehauigb: Enable multiple hardware TX queues
2013-01-29 Sepherosa Ziehauigb: Implement aggregated RX/TX MSI-X support
2013-01-29 Sepherosa Ziehauigb: Rework serializer array setup
2013-01-29 Sepherosa Ziehauigb: Setup TX rings' intr CPUID properly if MSI/legacy...
2013-01-29 Sepherosa Ziehauigb: Fix up TX rings' MSI-X setup
2013-01-28 Sepherosa Ziehauigb: Utilize power of 2 mask based CPUID to subqueue...
2013-01-28 Sepherosa Ziehauigb: Setup subqueue count properly
2013-01-28 Sepherosa Ziehauigb: Add per-TX ring tx_pkt sysctl node, if IGB_TSS_DEB...
2013-01-28 Sepherosa Ziehauigb: Add per-TX ring enable flag.
2013-01-28 Sepherosa Ziehauigb: Move IGB_FLAG_TSO_IPLEN0 into TX rings
2013-01-28 Sepherosa Ziehauigb: Define macros for wreg_nsegs, instead of using...
2013-01-27 Sepherosa Ziehauigb: Make tx_intr_nsegs and tx_wreg_nsegs nodes aware...
2013-01-27 Sepherosa Ziehauigb: Merge per-RX queue rx_wregs into single rx_wreg_ns...
2013-01-25 Sepherosa Ziehauigb: Don't assume only one TX queue will be enabled.
2013-01-25 Sepherosa Ziehauigb: Use ifsq_devstart_sched in watchdog and resume...
2013-01-25 Sepherosa Ziehauigb: Setup subqueue CPUID before possible calling of...
2013-01-25 Sepherosa Ziehauigb: Utilize subqueue watchdog functions
2013-01-24 Sepherosa Ziehauigb: Properly set RX ring in use upon enter/exit pollin...
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 Sascha Wildnerkernel: Fix the build of the SOEKRIS kernel config.
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-15 Antonio Huete Jimenezkern - More work replacing %D
2013-01-15 Antonio Huete Jimenezkern - Utilize new way of printing MAC addresses.
2013-01-13 Sepherosa Ziehauif: Multiple TX queue support step 1 of many; introduce...
2013-01-09 Sascha Wildnerkernel: Remove some more unused variables in the networ...
2013-01-07 Sascha Wildnerkernel: Replace the remaining __amd64__ with __x86_64__...
2013-01-05 Sepherosa Ziehauif: Move if_cpuid into ifaltq; prepare multiple TX...
2013-01-05 Sepherosa Ziehauigb: Save TX interrupt CPUID into tx_ring struct
2013-01-05 Sepherosa Ziehaujme: Always save TX interrupt CPUID
2013-01-03 Sascha Wildnerkernel: Remove some unused variables in network drivers.
2013-01-03 Sepherosa Ziehauif: Add if_devstart_sched to schedule ifnet.if_start...
2013-01-03 Sepherosa Ziehaunet: Don't use IF_{EN,DE}QUEUE on ifnet.if_snd
2013-01-03 Sepherosa Ziehauwi: Don't use IF_ macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehaude: Don't use IF_ macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehaural: Don't use IF_ macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehauiwi: Dont' use IF_ macros on ifnet.if_snd
2013-01-02 Sepherosa Ziehauif: Move IFF_OACTIVE bit into ifaltq; prepare multiple...
2013-01-02 Sascha WildnerRemove some emacs variable settings.
2012-12-28 YONETANI Tomokazure: RealTek8111F found in ASUS C60M1-I
2012-12-28 Sepherosa Ziehauem: Don't update TDT upon very packets transmitted
2012-12-28 Sepherosa Ziehauigb: Fix comment
2012-12-28 Sepherosa Ziehauemx: Fix comment
2012-12-27 Sepherosa Ziehauifq: Use ifq_set_maxlen for ifnet.if_snd
2012-12-22 Sascha Wildnerkernel/ndis: We want the ctx_list and oid for now.
2012-12-12 Sepherosa Ziehaubce: Disable RX max BDs based interrupt moderation
2012-12-10 Sepherosa Ziehaubge: Obey the RX polling count
2012-12-10 Sepherosa Ziehaubge: Avoid unnecessary local scope stack variable resetting
2012-12-10 Sepherosa Ziehaubnx: Avoid unnecessary local scope stack variable resetting
2012-12-09 Sepherosa Ziehaubnx: Obey the RX polling count
next