summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-25bfin_mac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-258390: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-253c59x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-253c509: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-24vxlan: fix nonfunctional neigh_reduce()David Stevens1-14/+113
2014-03-24net: davinci_emac: Fix rollback of emac_dev_open()Christian Riesch2-17/+31
2014-03-24net: davinci_emac: Replace devm_request_irq with request_irqChristian Riesch1-4/+21
2014-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-102/+321
2014-03-24atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong1-8/+2
2014-03-24Altera TSE: Correct two typos in original submissionVince Bridgers1-3/+3
2014-03-24Altera TSE: Correct typecast issue detected by kbuild test robotVince Bridgers1-6/+4
2014-03-24Altera TSE: Set version number by driver's get regsVince Bridgers1-0/+8
2014-03-24qlcnic: Update version to 5.3.57Shahed Shaikh1-2/+2
2014-03-24qlcnic: Add VXLAN Rx offload supportShahed Shaikh8-2/+156
2014-03-24qlcnic: Add VXLAN Tx offload supportShahed Shaikh4-29/+181
2014-03-24gianfar: Fix P1010 config regression (SQ polling)Claudiu Manoil1-2/+12
2014-03-24net: micrel : ks8851-ml: add vdd-supply supportNishanth Menon1-1/+29
2014-03-21dp83640: let the periodic pin from the module parameter be a default.Richard Cochran1-6/+13
2014-03-21dp83640: let external input pins from the module parameters be defaults.Richard Cochran1-1/+4
2014-03-21dp83640: implement programmable pin functions.Richard Cochran1-0/+52
2014-03-21dp83640: correct the periodic output frequencyRichard Cochran1-5/+6
2014-03-21dp83640: trivial fixesRichard Cochran1-3/+3
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran12-0/+12
2014-03-21ptp: expose the programmable pins via sysfsRichard Cochran2-0/+118
2014-03-21ptp: introduce programmable pins.Richard Cochran3-1/+155
2014-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville156-2345/+12417
2014-03-21igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-onlyChristoph Paasch1-0/+1
2014-03-21igb: Fix Null-pointer dereference in igb_reset_q_vectorChristoph Paasch1-0/+6
2014-03-21igb: specify phc_index of 82575 for get_ts_infoKen ICHIKAWA1-5/+5
2014-03-21igb: Fix memory leak in igb_get_module_eeprom()Christian Engelmayer1-1/+3
2014-03-21igb: add register rd/wr for surprise removalFujinaka, Todd2-3/+40
2014-03-21igb: implement SIOCGHWTSTAMP ioctlJacob Keller3-17/+38
2014-03-21ixgbevf: Additional adapter removal checksMark Rustad2-0/+35
2014-03-21ixgbevf: Check for adapter removal on register writesMark Rustad1-1/+5
2014-03-21ixgbevf: Check register reads for adapter removalMark Rustad3-8/+53
2014-03-21ixgbevf: Make the ethtool register test use accessorsMark Rustad1-52/+67
2014-03-21ixgbevf: Use static inlines instead of macrosMark Rustad4-14/+35
2014-03-21ixgbe: Break recursion in case of removalMark Rustad1-0/+3
2014-03-21i40evf: clean up init error messagesMitch Williams1-3/+4
2014-03-21i40evf: don't shut down admin queue on errorMitch Williams1-2/+0
2014-03-21i40e: Fix a message stringAnjali Singhai Jain1-1/+1
2014-03-21i40e/i40evf: Add EEE LPI statsAnjali Singhai Jain4-0/+30
2014-03-21Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-36/+67
2014-03-21net: bcmgenet: manipulate netdev_queue directlyFlorian Fainelli1-4/+8
2014-03-21net: bcmgenet: remove bogus tx queue checksFlorian Fainelli1-8/+0
2014-03-21net: bcmgenet: add skb_tx_timestamp callFlorian Fainelli1-0/+2
2014-03-21net: bcmgenet: remove unused spinlock memberFlorian Fainelli2-2/+0
2014-03-21sh_eth: Remove goto statements that jump straight to a returnLaurent Pinchart1-21/+9
2014-03-21sh_eth: Register MDIO bus before registering the network deviceLaurent Pinchart1-11/+9
2014-03-21sh_eth: Simplify MDIO bus initialization and releaseLaurent Pinchart1-19/+11