| Commit message (Expand) | Author | Age | Files | Lines |
* | rt2x00: Move intf_work to mac82011 workqueue | Ivo van Doorn | 2009-02-09 | 1 | -1/+1 |
* | iwlwifi: unify iwlagn and 3945 power save management | Winkler, Tomas | 2009-02-09 | 5 | -242/+60 |
* | iwlwifi: don't use implicit priv in IWL_DEBUG | Tomas Winkler | 2009-02-09 | 22 | -839/+859 |
* | iwlwifi: check return value of pci_enable_device | Winkler, Tomas | 2009-02-09 | 2 | -2/+8 |
* | iwlwifi: iwl3945_send_tx_power must be static | Winkler, Tomas | 2009-02-09 | 1 | -1/+1 |
* | iwlwifi: suppress unused variable warning when compiling w/o IWLWIFI_DEBUG | Winkler, Tomas | 2009-02-09 | 2 | -6/+6 |
* | iwl3945: Getting rid of the *39_rxon iwl_priv fields | Samuel Ortiz | 2009-02-09 | 11 | -1087/+585 |
* | orinoco: checkpatch cleanup | Andrey Borzenkov | 2009-02-09 | 11 | -119/+143 |
* | gro: Optimise TCP packet reception | Herbert Xu | 2009-02-09 | 1 | -7/+8 |
* | gro: Optimise IPv4 packet reception | Herbert Xu | 2009-02-09 | 1 | -6/+7 |
* | gro: Optimise Ethernet header comparison | Herbert Xu | 2009-02-09 | 4 | -22/+33 |
* | gro: Remember number of held packets instead of counting every time | Herbert Xu | 2009-02-09 | 2 | -5/+10 |
* | net: Increase default NET_SKB_PAD to 32. | David S. Miller | 2009-02-09 | 1 | -3/+3 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-02-07 | 14 | -90/+180 |
|\ |
|
| * | sunhme: Don't match PCI devices in SBUS probe. | David S. Miller | 2009-02-07 | 1 | -4/+8 |
| * | 9p: fix endian issues [attempt 3] | Eric Van Hensbergen | 2009-02-07 | 1 | -9/+13 |
| * | net_dma: call dmaengine_get only if NET_DMA enabled | David S. Miller | 2009-02-07 | 2 | -2/+14 |
| * | 3c509: Fix resume from hibernation for PnP mode. | Ondrej Zary | 2009-02-07 | 1 | -0/+1 |
| * | sungem: Soft lockup in sungem on Netra AC200 when switching interface up | Ilkka Virta | 2009-02-07 | 1 | -4/+4 |
| * | RxRPC: Fix a potential NULL dereference | David Howells | 2009-02-07 | 1 | -2/+3 |
| * | r8169: Don't update statistics counters when interface is down | Ivan Vecera | 2009-02-07 | 1 | -35/+58 |
| * | udp: Fix potential wrong ip_hdr(skb) pointers | Jesper Dangaard Brouer | 2009-02-06 | 1 | -2/+4 |
| * | neigh: some entries can be skipped during dumping | Gautam Kachroo | 2009-02-06 | 1 | -6/+8 |
| * | ipv6: Disallow rediculious flowlabel option sizes. | David S. Miller | 2009-02-06 | 1 | -2/+6 |
| * | Revert "tcp: Always set urgent pointer if it's beyond snd_nxt" | David S. Miller | 2009-02-06 | 1 | -8/+4 |
| * | ipv6: Copy cork options in ip6_append_data | Herbert Xu | 2009-02-06 | 1 | -15/+52 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-02-06 | 3 | -0/+7 |
| |\ |
|
| | * | iwlwifi: save PCI state before suspend, restore after resume | Reinette Chatre | 2009-02-04 | 2 | -0/+4 |
| | * | iwlwifi: clean key table in iwl_clear_stations_table | Reinette Chatre | 2009-02-04 | 1 | -0/+3 |
| * | | udp: Fix UDP short packet false positive | Jesper Dangaard Brouer | 2009-02-06 | 1 | -1/+2 |
* | | | igb: remove dead code in transmit routine | Jesse Brandeburg | 2009-02-07 | 1 | -3/+0 |
* | | | igb: update version number and copyright dates | Alexander Duyck | 2009-02-07 | 14 | -16/+16 |
* | | | igb: fix two minor items found during code review | Alexander Duyck | 2009-02-07 | 1 | -2/+4 |
* | | | igb: update stats before doing reset in igb_down | Alexander Duyck | 2009-02-07 | 1 | -0/+4 |
* | | | igb: remove redundant count set and err_hw_init | Alexander Duyck | 2009-02-07 | 1 | -11/+4 |
* | | | igb: remove disable_av variable from mac_info struct | Alexander Duyck | 2009-02-07 | 2 | -2/+2 |
* | | | igb: change pba size determination from if to switch statement | Alexander Duyck | 2009-02-07 | 1 | -4/+7 |
* | | | igb: move get_hw_control within igb_resume. | Alexander Duyck | 2009-02-07 | 1 | -4/+5 |
* | | | igb: don't read eicr when responding to legacy interrupts | Alexander Duyck | 2009-02-07 | 1 | -4/+1 |
* | | | igb: remove unnecessary adapter->hw calls when just hw-> will do. | Alexander Duyck | 2009-02-07 | 1 | -11/+10 |
* | | | igb: rename igb_update_mc_addr_list_82575 to not include the 82575 | Alexander Duyck | 2009-02-07 | 3 | -9/+8 |
* | | | igb: remove redundant timer updates and cleanup watchdog_task | Alexander Duyck | 2009-02-07 | 1 | -5/+5 |
* | | | igb: cleanup igb_netpoll to be more friendly with napi & GRO | Alexander Duyck | 2009-02-07 | 2 | -19/+23 |
* | | | igb: add counter for dma out of sync errors | Alexander Duyck | 2009-02-07 | 4 | -3/+24 |
* | | | igb: update testing done by ethtool | Alexander Duyck | 2009-02-07 | 1 | -26/+61 |
* | | | igb: update feature flags supported in ethtool | Alexander Duyck | 2009-02-07 | 2 | -11/+10 |
* | | | igb: remove unused rx_hdr_split statistic | Alexander Duyck | 2009-02-07 | 2 | -2/+0 |
* | | | igb: rename nvm ops | Alexander Duyck | 2009-02-07 | 6 | -29/+27 |
* | | | igb: rename phy ops | Alexander Duyck | 2009-02-07 | 6 | -254/+162 |
* | | | igb: read address from RAH/RAL instead of from EEPROM | Alexander Duyck | 2009-02-07 | 2 | -17/+13 |