summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras7-7/+7
2012-03-05ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras2-4/+4
2012-03-05ppp: Change copyright notices from ANU to mePaul Mackerras1-26/+4
2012-03-05tg3: Fix poor tx performance on 57766 after MTU changeMichael Chan1-2/+8
2012-03-05tg3: Add memory barriers to sync BD dataMichael Chan1-0/+9
2012-03-05tg3: Fix jumbo loopback test on 5719Michael Chan1-3/+11
2012-03-03net: dcb: getnumtcs()/setnumtcs() should return an intJohn Fastabend2-4/+4
2012-03-03ixgbe: dcb: check setup_tc return codesJohn Fastabend1-8/+18
2012-03-03e100: Show short v/s long rx length errors in ethtool stats.Ben Greear1-0/+3
2012-03-03e100: Fix rx-over-length statistics.Ben Greear1-1/+4
2012-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-65/+67
2012-03-02enic: fix an endian bug in enic_probe()Dan Carpenter2-2/+2
2012-03-02pch_gbe: memory corruption calling pch_gbe_validate_option()Dan Carpenter1-7/+8
2012-03-02be2net: Remove unused OFFSET_IN_PAGE() macroRoland Dreier1-4/+0
2012-03-02ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdBen Hutchings2-2/+5
2012-03-01ixgbe: Fix comments that are out of date or formatted incorrectlyAlexander Duyck1-4/+9
2012-03-01ixgbe: fix spelling errorsDon Skidmore1-1/+1
2012-03-01ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ringAlexander Duyck1-6/+11
2012-03-01e1000e: use msleep instead of mdelayBruce Allan1-3/+1
2012-03-01e1000e: cleanup whitespace and indentationBruce Allan5-57/+38
2012-03-01e1000e: cleanup incorrect filename in commentBruce Allan1-1/+1
2012-03-01e100: Support RXALL feature flag.Ben Greear1-2/+20
2012-03-01e100: Support sending custom Ethernet CRCBen Greear1-0/+16
2012-03-01e100: Support RXFCS feature flag.Ben Greear1-5/+30
2012-02-29tg3: Fix tg3_get_stats64 for 5700 / 5701 devsMatt Carlson1-22/+23
2012-02-29mac89x0: Fix build error.David S. Miller1-3/+3
2012-02-27gigaset: Use semicolons to terminate statementsJoe Perches1-4/+4
2012-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-35/+35
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller97-591/+663
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-63/+131
2012-02-26mlx4_en: dont change mac_header on xmitEric Dumazet1-12/+3
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-02-26Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-17/+17
2012-02-25e1000e: rename e1000e_reload_nvm() and call as function pointerBruce Allan6-4/+8
2012-02-25e1000e: cleanup - remove unnecessary variableBruce Allan1-2/+1
2012-02-25e1000e: use true/false for boolean send_xon, do not assume always trueBruce Allan2-2/+4
2012-02-25e1000e: cleanup comment in e1000_hash_mc_addr()Bruce Allan1-2/+1
2012-02-25e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan8-11/+14
2012-02-25e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lanBruce Allan1-1/+1
2012-02-25e1000e: cleanup calls to setup_physical_interface function pointerBruce Allan1-1/+1
2012-02-25e1000e: cleanup use of check_reset_block function pointerBruce Allan6-18/+16
2012-02-25e1000e: cleanup use of check_mng_mode function pointerBruce Allan3-8/+3
2012-02-25e1000e: cleanup: rename e1000e_setup_link() and call as function pointerBruce Allan5-8/+8
2012-02-25e1000e: cleanup: rename e1000e_id_led_init() and call as function pointerBruce Allan5-10/+9
2012-02-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-7/+7
2012-02-25Merge branch 'sfc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller1-2/+2
2012-02-25sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings1-2/+2
2012-02-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds17-100/+101
2012-02-25ppp: fix 'ppp_mp_reconstruct bad seq' errorsBen McKeegan1-0/+23
2012-02-25enic: Fix endianness bug.Santosh Nayak2-2/+2