| Commit message (Expand) | Author | Age | Files | Lines |
* | ixgbe: Look inside vlan when determining offload protocol. | Hao Zheng | 2010-11-12 | 1 | -28/+32 |
* | ixgbe: DCB, fix TX hang occurring in stress condition with PFC | John Fastabend | 2010-10-28 | 5 | -10/+54 |
* | ixgbe: add a refcnt when turning on/off FCoE offload capability | Yi Zou | 2010-10-21 | 2 | -0/+7 |
* | ixgbe: fix stats handling | Eric Dumazet | 2010-10-21 | 3 | -16/+56 |
* | ixgbe: update copyright info | Emil Tantilov | 2010-10-21 | 4 | -4/+4 |
* | ixgbe: Update ixgbe to use new vlan accleration. | Jesse Gross | 2010-10-21 | 3 | -79/+74 |
* | vlan: Don't check for vlan group before vlan_tx_tag_present. | Jesse Gross | 2010-10-21 | 1 | -1/+1 |
* | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 2010-10-21 | 1 | -1/+1 |
* | ixgbe: DCB: remove DCB check config | John Fastabend | 2010-10-15 | 1 | -1/+0 |
* | ixgbe: declare functions as static | Emil Tantilov | 2010-10-14 | 11 | -86/+40 |
* | ixgbe: remove unused functions | Emil Tantilov | 2010-10-14 | 8 | -555/+0 |
* | ixgbe: Use affinity_hint when Flow Director is enabled | Peter Waskiewicz | 2010-10-07 | 2 | -0/+27 |
* | ixgbe: fix link issues and panic with shared interrupts for 82598 | Emil Tantilov | 2010-10-01 | 1 | -10/+26 |
* | ixgbe: Use netif_set_real_num_{rx,tx}_queues() | Ben Hutchings | 2010-09-28 | 1 | -5/+11 |
* | drivers/net: return operator cleanup | Eric Dumazet | 2010-09-27 | 2 | -4/+4 |
* | e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags | Yi Zou | 2010-09-23 | 1 | -1/+3 |
* | ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool | Ben Hutchings | 2010-09-18 | 1 | -43/+14 |
* | drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psum | Joe Perches | 2010-09-08 | 1 | -146/+151 |
* | drivers/net/ixgbe/ixgbe_main.c: Use pr_<level> | Joe Perches | 2010-09-08 | 1 | -38/+36 |
* | drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanups | Joe Perches | 2010-09-08 | 1 | -231/+236 |
* | ixgbe: fix TX ring enable issues seen when VMDQ is enabled | Alexander Duyck | 2010-09-08 | 1 | -1/+1 |
* | drivers/net: avoid some skb->ip_summed initializations | Eric Dumazet | 2010-09-03 | 2 | -3/+4 |
* | drivers/net: Remove address use from assignments of function pointers | Joe Perches | 2010-08-26 | 1 | -2/+2 |
* | ixgbe: rewrite ethtool test to use standard config functions | Alexander Duyck | 2010-08-20 | 3 | -253/+169 |
* | ixgbe: update all DESC_ADV macros to accept a ring pointer | Alexander Duyck | 2010-08-20 | 4 | -18/+18 |
* | ixgbe: combine Rx into into ixgbe_configure_rx | Alexander Duyck | 2010-08-20 | 1 | -57/+95 |
* | ixgbe: pull all Tx init into ixgbe_configure_tx | Alexander Duyck | 2010-08-20 | 1 | -39/+52 |
* | ixgbe: move all GPIE register config into a single function | Alexander Duyck | 2010-08-20 | 1 | -42/+30 |
* | ixgbe: Move virtualization config into a separate function | Alexander Duyck | 2010-08-20 | 1 | -38/+46 |
* | ixgbe: move all Rx DMA control register writes to one central location | Alexander Duyck | 2010-08-20 | 2 | -43/+50 |
* | ixgbe: Move max frame size and Rx buffer length configuration into a function | Alexander Duyck | 2010-08-20 | 1 | -48/+60 |
* | ixgbe: remove redundant configuration of vmolr, rename generic variable | Alexander Duyck | 2010-08-20 | 1 | -7/+4 |
* | ixgbe: bump PS header size to 512 bytes | Alexander Duyck | 2010-08-20 | 1 | -4/+9 |
* | ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_mode | Alexander Duyck | 2010-08-20 | 1 | -7/+6 |
* | ixgbe: pull PSRTYPE configuration into a separate function | Alexander Duyck | 2010-08-20 | 1 | -11/+25 |
* | ixgbe: pull ring configuration into it's own function | Alexander Duyck | 2010-08-20 | 1 | -13/+20 |
* | ixgbe: consolidate all setting of MRQC into one function | Alexander Duyck | 2010-08-20 | 1 | -57/+43 |
* | ixgbe: move Tx ring configuration into a separate function | Alexander Duyck | 2010-08-20 | 1 | -40/+29 |
* | ixgbe: move configuration of the MTQC register into it's own function | Alexander Duyck | 2010-08-20 | 1 | -33/+40 |
* | ixgbe: combine two modifications of TXDCTL into one | Alexander Duyck | 2010-08-20 | 1 | -12/+6 |
* | ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcb | Alexander Duyck | 2010-08-20 | 1 | -11/+10 |
* | ixgbe: remove redundant DMA alignment code | Alexander Duyck | 2010-08-20 | 1 | -12/+12 |
* | ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundaries | Don Skidmore | 2010-08-20 | 1 | -10/+13 |
* | e100/e1000*/igb*/ixgb*: Add missing read memory barrier | Jeff Kirsher | 2010-08-09 | 1 | -0/+1 |
* | ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIG | John Fastabend | 2010-08-09 | 1 | -4/+10 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-07-28 | 1 | -0/+9 |
|\ |
|
| * | ixgbe/igb: catch invalid VF settings | Andy Gospodarek | 2010-07-21 | 1 | -0/+9 |
* | | ixgbe: potential null dereference | Dan Carpenter | 2010-07-28 | 1 | -3/+4 |
* | | ixgbe: priority tagging FCoE frames without FCoE offload | John Fastabend | 2010-07-27 | 1 | -21/+24 |
* | | ixgbe: fix ethtool stats | Eric Dumazet | 2010-07-25 | 1 | -21/+21 |