summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-11ixgb: cleanup checkpatch suggestions that are relevantJesse Brandeburg1-4/+4
2008-07-11ixgb: trivial fix space after forJesse Brandeburg5-31/+28
2008-07-11ixgb: fix spelling errorsJesse Brandeburg5-13/+13
2008-07-11ixgb: whitespace fixupsJesse Brandeburg5-65/+63
2008-07-11ixgb: cleanup space after whileJesse Brandeburg2-7/+7
2008-07-11ixgb: format all if( to be if (Jesse Brandeburg6-132/+130
2008-07-11ixgb: clean up un-necessary declarationsJesse Brandeburg1-18/+9
2008-07-11ixgb: add copybreak parameterJesse Brandeburg1-2/+7
2008-07-11ixgb: update readme textJesse Brandeburg1-99/+320
2008-07-11ixgb: remove lltx support and update tx routineJesse Brandeburg2-32/+1
2008-07-11ixgb: fix unload race with timersJesse Brandeburg1-0/+2
2008-07-11ixgb: fix race on rx_buffer_len in mtu changeJesse Brandeburg1-3/+7
2008-07-11ixgb: move time stamp set before setting dma pointerJesse Brandeburg1-2/+2
2008-07-11ixgb: don't allow too small MTUJesse Brandeburg1-3/+3
2008-07-11ixgb: check down state before enable irqJesse Brandeburg1-1/+2
2008-07-11ixgb: leave room for extra hardware memory usageJesse Brandeburg1-2/+2
2008-07-11ixgb: fix bug in descriptor ring due to prefetch corruptionJesse Brandeburg1-21/+6
2008-07-11ixgb: repeat 32 bit ioremap cleanupJesse Brandeburg1-10/+3
2008-07-11ixgb: maybe stop tx port missed a pieceJesse Brandeburg1-5/+10
2008-07-11ucc_geth: delete non NAPI code from the driver.Francois Romieu2-31/+2
2008-07-11gianfar: delete non NAPI code from the driver.Francois Romieu3-85/+6
2008-07-11via-rhine: delete non NAPI code from the driver.Francois Romieu2-36/+2
2008-07-11cxgb: delete non NAPI code from the driver.Francois Romieu3-75/+5
2008-07-11S2io: Version update for IOMMU overflow checking and enable msi-x link interr...Sreenivasa Honnur1-1/+1
2008-07-11S2io: Enable msi-x link interrupts.Sreenivasa Honnur2-17/+31
2008-07-11S2io: Fix IOMMU overflow checking.Sreenivasa Honnur1-19/+22
2008-07-11via-velocity: add velocity_set_rxbufsize helperFrancois Romieu1-3/+9
2008-07-11via-velocity: move residual free rx descriptors count register updateFrancois Romieu1-14/+14
2008-07-11via-velocity: lean and clean velocity_init_ringsFrancois Romieu1-27/+21
2008-07-11via-velocity: remove the bounce buffersFrancois Romieu2-59/+18
2008-07-10tun: Persistent devices can get stuck in xoff stateMax Krasnyansky1-0/+6
2008-07-10xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert2-2/+2
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev1-1/+1
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev3-21/+4
2008-07-10ipv4: fib_trie: Fix lookup error returnBen Hutchings1-11/+6
2008-07-10tcp: correct kcalloc usageMilton Miller1-1/+1
2008-07-10ip: sysctl documentation cleanupStephen Hemminger1-31/+29
2008-07-10Documentation: clarify tcp_{r,w}mem sysctl docsJ. Bruce Fields1-11/+15
2008-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-25/+63
2008-07-09netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells1-1/+1
2008-07-09netfilter: nf_conntrack_tcp: fix endless loopPatrick McHardy1-2/+8
2008-07-09libertas: fix memory alignment problems on the blackfinIhar Hrachyshka1-2/+2
2008-07-09zd1211rw: stop beacons on remove_interfaceLuis Carlos Cobo1-0/+1
2008-07-09rt2x00: Disable synchronization during initializationIvo van Doorn5-0/+47
2008-07-09rc80211_pid: Fix fast_start parameter handlingMattias Nissler2-23/+13
2008-07-08netdev: Move atomic queue state bits into netdev_queue.David S. Miller3-26/+51
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller9-212/+9
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller10-44/+145
2008-07-08pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller3-17/+21
2008-07-08netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller6-19/+27