aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sun3_82586.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-05ipv4: use skb_dst_copy() in ip_copy_metadata()Eric Dumazet1-1/+1
2010-07-05ks8842: Replace usage of dev_dbg with netdev_dbgRichard Röjfors1-24/+18
2010-07-05usbnet: remove direct access to urb->statusOliver Neukum2-9/+12
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov7-86/+89
2010-07-05igb: drop support for UDP hashing w/ RSSAlexander Duyck1-8/+10
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings2-2/+13
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh2-0/+4
2010-07-04bnx2: Update version to 2.0.16.Michael Chan1-2/+2
2010-07-04bnx2: Dump some config space registers during TX timeout.Michael Chan1-3/+8
2010-07-04bnx2: Add support for skb->rxhash.Michael Chan2-1/+17
2010-07-04bnx2: Always enable MSI-X on 5709.Michael Chan1-1/+1
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches1-7/+13
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2-19/+79
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2-26/+150
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches2-0/+14
2010-07-02virtio_net: fix oom handling on txRusty Russell1-8/+13
2010-07-02virtio_net: do not reschedule rx refill foreverMichael S. Tsirkin1-4/+3
2010-07-02s2io: resolve statistics issuesJon Mason2-41/+64
2010-07-02linux/net.h: fix kernel-doc warningsRandy Dunlap1-2/+1
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend4-5/+30
2010-07-02sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lockJohn Fastabend1-2/+10
2010-07-02qlge: fix a eeh handler to not add a pending timerBreno Leitao1-0/+2
2010-07-02qlge: Replacing add_timer() to mod_timer()Breno Leitao1-6/+3
2010-07-02usbnet: Set parent device early for netdev_printk()Ben Hutchings1-2/+3
2010-07-02net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings1-12/+6
2010-07-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet1-2/+4
2010-07-02bridge: add per bridge device controls for invoking iptablesPatrick McHardy3-9/+97
2010-07-01ixgbe: use NETIF_F_LROStanislaw Gruszka1-1/+1
2010-07-01igb: Add commentGreg Rose1-0/+4
2010-07-01igb: correct link test not being run when link is downAlexander Duyck1-5/+3
2010-07-01igb: Fix Tx hangs seen when loading igb with max_vfs > 7.Emil Tantilov1-4/+1
2010-07-01igb: Use only a single Tx queue in SR-IOV modeGreg Rose1-4/+4
2010-07-01igb: fix PHY config access on 82580Nick Nunley2-0/+10
2010-07-01x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGNAlexander Duyck1-2/+0
2010-07-01ll_temac: add error checking to DMA init pathDenis Kirjanov1-2/+23
2010-07-01be2net: changes to properly provide phy detailsAjit Khaparde4-14/+104
2010-07-01ehea: Allocate stats buffer with GFP_KERNELBrian King1-1/+1
2010-07-01drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.hCody Rester1-1/+1
2010-07-01vhost: add unlikely annotations to error pathMichael S. Tsirkin2-28/+29
2010-06-30x86: Align skb w/ start of cacheline on newer core 2/Xeon ArchAlexander Duyck1-0/+9
2010-06-30ixgbe: add 1g PHY support for 82599Don Skidmore5-4/+52
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings5-10/+105
2010-06-30ethtool: Add support for control of RX flow hash indirectionBen Hutchings2-0/+95
2010-06-30vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings1-7/+1
2010-06-30netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings4-4/+4
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings10-60/+32
2010-06-30cxgb4vf: Use correct shift factor for extracting the SGE DMA Ingress Padding BoundaryCasey Leedom1-1/+1
2010-06-30cxgb4vf: Remove obsolete comment about the lack of a TX Timer CallbackCasey Leedom1-12/+1
2010-06-30bonding: check if clients MAC addr has changedFlavio Leitner1-1/+2
2010-06-30fragment: add fast path for in-order fragmentsChangli Gao3-0/+24