summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg2009-05-074-0/+8
* ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon2009-05-071-3/+3
* ixgbe: fix failing to log fan failuresDon Skidmore2009-05-071-2/+26
* ixgbe: Enable L2 header split in 82599Yi Zou2009-05-072-1/+3
* ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck2009-05-071-1/+12
* ixgbe: always set header length in SRRCTLAlexander Duyck2009-05-071-18/+10
* tcp: tcp_prequeue() can use keyed wakeupsEric Dumazet2009-05-071-1/+2
* tcp: tcp_prequeue() cleanupEric Dumazet2009-05-071-22/+23
* net: Add missing rculist.h include to netdevice.hDavid S. Miller2009-05-071-0/+1
* net: Make inet_twsk_put similar to sock_putArnaldo Carvalho de Melo2009-05-071-10/+13
* ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC drivergouji-new2009-05-071-7/+12
* ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabledBreno Leitao2009-05-071-0/+3
* ixgbe: remove ixgbe_napi_add/del_all referencesAlexander Duyck2009-05-071-2/+0
* ixgbe: skb_record_rx_queue should record rx queue instead of vectorAlexander Duyck2009-05-071-2/+3
* ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck2009-05-074-133/+158
* pci: update 82576 sr-iov quirk with latest device IDsAlexander Duyck2009-05-071-0/+2
* igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck2009-05-073-10/+12
* igbvf: cleanup flags and allow for rx checksum to be disabledAlexander Duyck2009-05-073-33/+26
* mv643xx_eth: only unmask RX and TX_END interrupts for available queuesSaeed Bishara2009-05-071-6/+14
* mv643xx_eth: rework receive skb cache alignmentLennert Buytenhek2009-05-071-8/+13
* mv643xx_eth: minor register definition cleanupLennert Buytenhek2009-05-071-23/+21
* mv643xx_eth: count handling a link event as one unit of napi workLennert Buytenhek2009-05-071-0/+1
* mv643xx_eth: fix variable shadowing sparse warningLennert Buytenhek2009-05-071-1/+0
* netxen: fix bonding supportDhananjay Phadke2009-05-076-168/+82
* netxen: fix mac list managementDhananjay Phadke2009-05-073-79/+58
* netxen: fix race in tx ring acccessDhananjay Phadke2009-05-073-7/+8
* lasi_82596: fix printk format warningAlexander Beregalov2009-05-051-3/+3
* tcp:fix the code indentShan Wei2009-05-051-1/+1
* r6040: bump version to 0.23 and date to 05May2009Florian Fainelli2009-05-051-2/+2
* r6040: check for absent PHYFlorian Fainelli2009-05-051-0/+8
* bonding: get rid of CONFIG_PROC_FS ifdefsJiri Pirko2009-05-051-10/+20
* net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko2009-05-053-2/+312
* net: smsc911x: add power management functionsDaniel Mack2009-05-051-0/+46
* net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman2009-05-053-11/+11
* netns 2/2: extract net_create()Alexey Dobriyan2009-05-041-24/+20
* netns 1/2: don't get/put old netns on CLONE_NEWNETAlexey Dobriyan2009-05-041-4/+1
* macb: Add support of the netpoll APIThomas Petazzoni2009-05-041-0/+18
* tcp: extend ECN sysctl to allow server-side only ECNIlpo Järvinen2009-05-043-3/+12
* net: Avoid modulus in skb_tx_hash() for forwarding case.David S. Miller2009-05-031-2/+6
* ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h.Rami Rosen2009-05-031-2/+0
* ne2k-pci: use dev->addr_len instead of "6"Jiri Pirko2009-05-031-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-033-5/+5
|\
| * ne2k-pci: Do not register device until initialized.Lubomir Rintel2009-05-021-4/+3
| * Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent2009-05-021-0/+1
| * net: Only store high 16 bits of kernel generated filter prioritiesRobert Love2009-05-021-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-0311-54/+79
|\|
| * virtio_net: Fix function name typoAlex Williamson2009-05-021-4/+4
| * virtio_net: Cleanup command queue scatterlist usageAlex Williamson2009-05-021-6/+10
| * bonding: correct the cleanup in bond_create()Jiri Pirko2009-05-021-7/+6
| * virtio: add missing include to virtio_net.hGrant Likely2009-05-021-0/+1