Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | ixgbe: Move poll routine in order to improve readability | Alexander Duyck | 2012-03-19 | 1 | -49/+49 | |
| | * | | | | | ixgbe: cleanup logic for the service timer and VF hang detection | Alexander Duyck | 2012-03-19 | 1 | -19/+10 | |
| | * | | | | | ixgbe: Update layout of ixgbe_ring structure to improve cache performance | Alexander Duyck | 2012-03-19 | 1 | -9/+9 | |
| | * | | | | | ixgbe: Store Tx flags and protocol information to tx_buffer sooner | Alexander Duyck | 2012-03-19 | 3 | -51/+51 | |
| * | | | | | | rtlwifi: Remove unused ETH_ADDR_LEN defines | Joe Perches | 2012-03-19 | 2 | -2/+0 | |
| * | | | | | | igbvf: Use ETH_ALEN | Joe Perches | 2012-03-19 | 2 | -9/+2 | |
| * | | | | | | atlx: Use ETH_ALEN | Joe Perches | 2012-03-19 | 3 | -12/+7 | |
| * | | | | | | bnx2x: validate FW trace prior to its printing | Dmitry Kravkov | 2012-03-19 | 2 | -1/+13 | |
| * | | | | | | bnx2x: consistent statistics for old FW | Yuval Mintz | 2012-03-19 | 3 | -41/+6 | |
| * | | | | | | bnx2x: changed iscsi/fcoe mac init and macros | Dmitry Kravkov | 2012-03-19 | 4 | -44/+64 | |
| * | | | | | | bnx2x: added TLV_NOT_FOUND flags to the dcb | Dmitry Kravkov | 2012-03-19 | 2 | -7/+17 | |
| * | | | | | | bnx2x: changed initial dcb configuration | Dmitry Kravkov | 2012-03-19 | 1 | -29/+16 | |
| * | | | | | | bnx2x: removed dcb unused code | Yuval Mintz | 2012-03-19 | 1 | -20/+0 | |
| * | | | | | | bnx2x: reduced sparse warnings | Yuval Mintz | 2012-03-19 | 6 | -29/+18 | |
| * | | | | | | bnx2x: revised driver prints | Merav Sicron | 2012-03-19 | 9 | -727/+694 | |
| * | | | | | | bnx2x: added 'likely' to fast-path skb existence | Yuval Mintz | 2012-03-19 | 1 | -1/+2 | |
| * | | | | | | be2net: fix programming of VLAN tags for VF | Ajit Khaparde | 2012-03-19 | 4 | -5/+157 | |
| * | | | | | | be2net: Fix number of vlan slots in flex mode | Ajit Khaparde | 2012-03-19 | 1 | -1/+1 | |
| * | | | | | | be2net: Program secondary UC MAC address into MAC filter | Ajit Khaparde | 2012-03-19 | 2 | -6/+53 | |
| * | | | | | | be2net: enable WOL by default if h/w supports it | Ajit Khaparde | 2012-03-19 | 5 | -17/+136 | |
| * | | | | | | Merge branch 'gianfar-bql' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | David S. Miller | 2012-03-19 | 3 | -10/+17 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stopped | Paul Gortmaker | 2012-03-18 | 1 | -1/+1 | |
| | * | | | | | gianfar: delete orphaned version strings and dead macros | Paul Gortmaker | 2012-03-15 | 2 | -6/+0 | |
| | * | | | | | gianfar: constify giant block of status descriptor strings | Paul Gortmaker | 2012-03-15 | 1 | -1/+1 | |
| | * | | | | | gianfar: Add support for byte queue limits. | Paul Gortmaker | 2012-03-15 | 1 | -3/+16 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-19 | 16 | -78/+93 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2012-03-17 | 6 | -628/+772 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ixgbe: always write DMA for single_mapped value with skb | Alexander Duyck | 2012-03-17 | 2 | -118/+153 | |
| | * | | | | | | ixgbe: Write gso_segs and bytcount to the ring sooner | Alexander Duyck | 2012-03-17 | 2 | -25/+21 | |
| | * | | | | | | ixgbe: Place skb on first buffer_info structure to avoid using stack space | Alexander Duyck | 2012-03-17 | 3 | -29/+40 | |
| | * | | | | | | ixgbe: Use packets to track Tx completions instead of a seperate value | Alexander Duyck | 2012-03-17 | 2 | -5/+1 | |
| | * | | | | | | ixgbe: Modify setup of descriptor flags to avoid conditional jumps | Alexander Duyck | 2012-03-17 | 1 | -17/+17 | |
| | * | | | | | | ixgbe: Make certain that all frames fit minimum size requirements | Alexander Duyck | 2012-03-17 | 1 | -1/+17 | |
| | * | | | | | | ixgbe: cleanup logic in ixgbe_change_mtu | Alexander Duyck | 2012-03-17 | 1 | -8/+12 | |
| | * | | | | | | ixgbe: Replace standard receive path with a page based receive | Alexander Duyck | 2012-03-17 | 3 | -430/+457 | |
| | * | | | | | | ixgbe: Support RX-ALL feature flag. | Ben Greear | 2012-03-17 | 1 | -2/+23 | |
| | * | | | | | | ixgbe: Support sending custom Ethernet FCS. | Ben Greear | 2012-03-17 | 1 | -0/+3 | |
| | * | | | | | | igb: Support RX-ALL feature flag. | Ben Greear | 2012-03-17 | 2 | -2/+33 | |
| | * | | | | | | igb: Support sending custom Ethernet FCS. | Ben Greear | 2012-03-17 | 1 | -0/+4 | |
| * | | | | | | | phc: Update author's email address. | Richard Cochran | 2012-03-17 | 2 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | net/irda: add clk_prepare/clk_unprepare to pxaficp_ir | Philipp Zabel | 2012-03-17 | 1 | -3/+3 | |
| * | | | | | | usbnet: use netif_tx_wake_queue instead of netif_start_queue | Alexey Orishko | 2012-03-17 | 1 | -1/+1 | |
| * | | | | | | stmmac: Add device-tree support | Stefan Roese | 2012-03-17 | 1 | -2/+72 | |
| * | | | | | | netxen: qlogic ethernet : Fix endian bug. | Santosh Nayak | 2012-03-17 | 3 | -9/+9 | |
| * | | | | | | pxa168: remove unused stats member. | Rami Rosen | 2012-03-17 | 1 | -1/+0 | |
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-03-16 | 112 | -3143/+3574 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | libertas: remove dump_survey implementation | Daniel Drake | 2012-03-15 | 1 | -37/+0 | |
| | * | | | | | | ath9k_hw: remove unused initvals | Felix Fietkau | 2012-03-15 | 1 | -302/+0 | |
| | * | | | | | | ath9k: inline AR9271 1.0 INI overrides | Felix Fietkau | 2012-03-15 | 5 | -13/+6 | |
| | * | | | | | | ath9k_hw: remove iniModes_*_tx_gain_9271 | Felix Fietkau | 2012-03-15 | 3 | -26/+19 |