summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-17ixgbe: Add FCoE related statistics to 82599Yi Zou3-0/+22
2009-05-17ixgbe: Implement FCoE Rx side large receive offload feature to 82599Yi Zou2-0/+23
2009-05-17ixgbe: Add infrastructure code for FCoE large receive offload to 82599Yi Zou3-1/+344
2009-05-17ixgbe: Implement FCoE Tx side offload features in base driver of 82599Yi Zou5-20/+101
2009-05-17ixgbe: Add infrastructure code for FCoE large send offload to 82599Yi Zou1-0/+132
2009-05-17ixgbe: Add FCoE feature code to 82599Yi Zou1-0/+60
2009-05-17ixgbe: Add FCoE feature header to 82599Yi Zou1-0/+66
2009-05-17ixgbe: Add FCoE feature register defines to 82599Yi Zou1-0/+84
2009-05-17mv643xx_eth: Remove a stale PPC_MULTIPLATFORMEmil Medve1-2/+1
2009-05-17net: remove needless (now buggy) & from dev->dev_addr (part2)Jiri Pirko1-1/+1
2009-05-17drivers/net/82596.c: suppress warningsAndrew Morton1-7/+7
2009-05-17sfc: modify allocation error messageMike Travis1-2/+2
2009-05-17cls_cgroup: remove unneeded cgroup_lockLi Zefan1-6/+0
2009-05-17net: remove needless (now buggy) & from dev->dev_addrJiri Pirko6-9/+10
2009-05-17ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen5-5/+4
2009-05-10tun: add tun_flags, owner, group attributes in sysfsDavid Woodhouse1-15/+52
2009-05-10Remove duplicate slow protocol define in bond_3ad.hRichard Genoud1-2/+2
2009-05-10net: check retval of dev_addr_init()Jiri Pirko1-3/+12
2009-05-10decnet: Use data ready call back, rather than hand coding itSteven Whitehouse1-13/+4
2009-05-10netxen: trivial register access cleanupDhananjay Phadke1-8/+5
2009-05-10netxen: disable msi-x for NC512m adapterDhananjay Phadke1-1/+0
2009-05-10netxen: fix irq tear down and msix leak.Dhananjay Phadke1-31/+43
2009-05-10netxen: cache msi register offsetDhananjay Phadke2-1/+6
2009-05-09Network Drop Monitor: Fix skb_kill_datagramJohn Dykstra1-1/+3
2009-05-09bnx2x: do not return negative number of received packagesStanislaw Gruszka1-1/+1
2009-05-09bnx2x: free workqueue when driver fail to registerStanislaw Gruszka1-1/+8
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller125-1883/+17180
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller32-173/+612
2009-05-08net: remove stale reference to fastroute from Kconfig help textAshish Karkare1-6/+0
2009-05-08smsc911x: fix calculation of res_size for ioremapMatthias Ludwig1-1/+1
2009-05-08e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg4-0/+8
2009-05-08ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon1-3/+3
2009-05-08ixgbe: fix failing to log fan failuresDon Skidmore1-2/+26
2009-05-08ixgbe: Enable L2 header split in 82599Yi Zou2-1/+3
2009-05-08ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck1-1/+12
2009-05-08ixgbe: always set header length in SRRCTLAlexander Duyck1-18/+10
2009-05-08tcp: tcp_prequeue() can use keyed wakeupsEric Dumazet1-1/+2
2009-05-08tcp: tcp_prequeue() cleanupEric Dumazet1-22/+23
2009-05-07net: Add missing rculist.h include to netdevice.hDavid S. Miller1-0/+1
2009-05-07net: Make inet_twsk_put similar to sock_putArnaldo Carvalho de Melo1-10/+13
2009-05-07net: update skb_recycle_check() for hardware timestamping changesLennert Buytenhek1-0/+2
2009-05-07bnx2: Fix panic in bnx2_poll_work().Michael Chan1-2/+4
2009-05-07net-sched: fix bfifo default limitPatrick McHardy1-1/+1
2009-05-07igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck1-7/+5
2009-05-07Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2-7/+21
2009-05-07ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC drivergouji-new1-7/+12
2009-05-07ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabledBreno Leitao1-0/+3
2009-05-07ixgbe: remove ixgbe_napi_add/del_all referencesAlexander Duyck1-2/+0
2009-05-07ixgbe: skb_record_rx_queue should record rx queue instead of vectorAlexander Duyck1-2/+3
2009-05-07ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck4-133/+158