aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can: mcp251x: Don't use pdata->model for chip selection anymoreMarc Kleine-Budde2010-10-182-16/+12
* can: mcp251x: write intf only when neededMarc Kleine-Budde2010-10-181-2/+13
* can: mcp251x: read-modify-write eflag only when neededSascha Hauer2010-10-181-1/+2
* can: mcp251x: allow to read two registers in one spi transferSascha Hauer2010-10-181-3/+17
* can: mcp251x: increase rx_errors on overflow, not only rx_over_errorsSascha Hauer2010-10-181-2/+6
* can: mcp251x: fix NOHZ local_softirq_pending 08 warningMarc Kleine-Budde2010-10-181-2/+2
* tipc: Kill tipc_get_mode() completely.David S. Miller2010-10-181-6/+0
* tg3: Update version to 3.115Matt Carlson2010-10-171-2/+2
* tg3: Report invalid link from tg3_get_settings()Matt Carlson2010-10-171-0/+3
* tg3: Don't allocate jumbo ring for 5780 class devsMatt Carlson2010-10-171-4/+7
* tg3: Cleanup tg3_alloc_rx_skb()Matt Carlson2010-10-171-2/+1
* tg3: Add EEE supportMatt Carlson2010-10-172-1/+146
* tg3: Add clause 45 register accessor methodsMatt Carlson2010-10-172-0/+50
* tg3: Disable unused transmit ringsMatt Carlson2010-10-171-0/+3
* tg3: Add support for selfboot format 1 v6Matt Carlson2010-10-172-0/+5
* fib_hash: RCU conversion phase 2Eric Dumazet2010-10-172-77/+101
* fib_hash: RCU conversion phase 1Eric Dumazet2010-10-171-19/+38
* fib_hash: embed initial hash table in fn_zoneEric Dumazet2010-10-171-29/+23
* drivers/net/pch_gbe: Use DEFINE_PCI_DEVICE_TABLEJoe Perches2010-10-171-1/+1
* netns: reorder fields in struct netEric Dumazet2010-10-172-11/+15
* tcp: use correct counters in CA_CWR state tooIlpo Järvinen2010-10-171-6/+7
* tcp: sack lost marking fixesIlpo Järvinen2010-10-171-10/+14
* stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.cGiuseppe Cavallaro2010-10-171-2/+0
* niu: introduce temp variables to avoid sparse warnings when swapping in-situHarvey Harrison2010-10-171-55/+37
* net: move MII outside of NET_ETHERNET, fix kconfig warningRandy Dunlap2010-10-161-7/+7
* infiniband: fix mlx4 kconfig dependency warningRandy Dunlap2010-10-161-0/+1
* stmmac: make function tables conststephen hemminger2010-10-1610-13/+13
* stmmac: make ethtool functions localstephen hemminger2010-10-161-11/+13
* tipc: cleanup function namespacestephen hemminger2010-10-1628-462/+84
* via-velocity: forced 1000 Mbps mode support.françois romieu2010-10-162-8/+79
* fib: avoid false sharing on fib_table_hashEric Dumazet2010-10-162-9/+11
* fib_trie: use fls() instead of open coded loopEric Dumazet2010-10-161-12/+4
* fib: remove a useless synchronize_rcu() callEric Dumazet2010-10-161-1/+0
* fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet2010-10-161-2/+1
* sundance: Add initial ethtool stats supportDenis Kirjanov2010-10-161-7/+87
* pch_gbe: fix if condition in set_settings()Dan Carpenter2010-10-161-1/+2
* dnet: mark methods static and annotate for correct endiannessHarvey Harrison2010-10-161-9/+9
* cxgb4vf: make single bit signed bitfields unsignedHarvey Harrison2010-10-161-13/+13
* net: allocate skbs on local nodeEric Dumazet2010-10-162-16/+17
* r8169: use 50% less ram for RX ringEric Dumazet2010-10-161-119/+64
* ixgbe: DCB: remove DCB check configJohn Fastabend2010-10-151-1/+0
* igb: add check for fiber/serdes devices to igb_set_spd_dplx;Carolyn Wyborny2010-10-141-0/+7
* ixgbe: declare functions as staticEmil Tantilov2010-10-1411-86/+40
* ixgbe: remove unused functionsEmil Tantilov2010-10-148-555/+0
* cnic: Add support for 57712 deviceMichael Chan2010-10-143-17/+103
* cnic: Decouple uio close from cnic shutdownMichael Chan2010-10-141-14/+42
* cnic: Add cnic_uio_dev structMichael Chan2010-10-142-100/+124
* cnic: Add cnic_free_uio()Michael Chan2010-10-141-10/+27
* cnic: Defer iscsi connection cleanupMichael Chan2010-10-143-4/+111
* cnic: Add cnic_bnx2x_destroy_ramrod()Michael Chan2010-10-141-14/+25