summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller6-33/+24
2014-12-10dummy: use MODULE_VERSIONFlavio Leitner1-0/+1
2014-12-10amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas1-1/+1
2014-12-10net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy1-0/+2
2014-12-10net: systemport: allow changing MAC addressFlorian Fainelli1-0/+22
2014-12-10rocker: remove swdev modeRoopa Prabhu1-17/+1
2014-12-10Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller161-2540/+7345
2014-12-10sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura1-2/+2
2014-12-10sh_eth: Optimization for RX excess judgementMitsuhiro Kimura1-5/+5
2014-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller8-111/+197
2014-12-10Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...David S. Miller8-156/+139
2014-12-10ppp_read(): switch to skb_copy_datagram_iter()Al Viro1-1/+3
2014-12-10switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-7/+5
2014-12-10put iov_iter into msghdrAl Viro3-17/+7
2014-12-10vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-8/+9
2014-12-10chelsio: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-10hp100: fix misspelling of current function in stringJulia Lawall1-2/+5
2014-12-10uli526x: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-10isdn: fix misspelling of current function in stringJulia Lawall8-10/+9
2014-12-10dmfe: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-10macvlan: play well with ipvlan deviceMahesh Bandewar1-0/+3
2014-12-10ipvlan: move the device check function into netdevice.hMahesh Bandewar2-15/+5
2014-12-10ipvlan: play well with macvlan deviceMahesh Bandewar1-0/+6
2014-12-10dummy: add support for ethtool get_drvinfoFlavio Leitner1-2/+17
2014-12-10macvlan: allow setting LRO independently of lower deviceMichal Kubeček1-4/+5
2014-12-09i40e/i40evf: Convert macro to static inlineJeff Kirsher2-2/+8
2014-12-09i40e: add to NVM update debug messageShannon Nelson1-2/+4
2014-12-09i40e: check for AQ timeout in aq_rc decodeShannon Nelson3-14/+33
2014-12-09i40e: poll on NVM semaphore only if not other errorShannon Nelson1-4/+9
2014-12-09i40e: fix up NVM update sm error handlingShannon Nelson1-10/+16
2014-12-09i40e: set max limit for access pollingShannon Nelson3-15/+10
2014-12-09i40e: remove unused nvm_semaphore_waitShannon Nelson3-4/+0
2014-12-09i40e: init NVM update state on adminq initShannon Nelson1-0/+2
2014-12-09i40e: add range check to i40e_aq_rc_to_posixShannon Nelson2-0/+4
2014-12-09i40e: rework debug messages for NVM updateShannon Nelson1-27/+80
2014-12-09i40e: let firmware catch the NVM busy errorShannon Nelson4-19/+0
2014-12-09i40e: better error messages for NVM update issuesShannon Nelson1-19/+33
2014-12-09i40e: clear NVM update state on ethtool testShannon Nelson1-0/+3
2014-12-09net: macb: Remove obsolete comment from KconfigJames Byrne1-2/+2
2014-12-09net: ethernet: rocker: Add dependency to CONFIG_BRIDGE in KconfigAndreas Ruprecht1-1/+1
2014-12-09bnx2x: Use correct fastpath version for VFs.Yuval Mintz7-5/+88
2014-12-09net: tulip: Remove private "strncmp"Rasmus Villemoes1-17/+3
2014-12-09drivers: net : cpsw: Update Kconfig for CPSWLokesh Vutla1-4/+4
2014-12-09r8152: redefine REALTEK_USB_DEVICEhayeswang1-6/+20
2014-12-09cxgb4: Update firmware version after flashing it via ethtoolHariprasad Shenai1-0/+2
2014-12-09cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai7-140/+288
2014-12-09cxgb4/cxgb4vf: Add code to calculate T5 BAR2 Offsets for SGE Queue RegistersHariprasad Shenai5-7/+247
2014-12-09cxgb4vf: Add and initialize some sge params for VF driverHariprasad Shenai4-5/+120
2014-12-09rocker: fix eth_type type in struct rocker_ctrlJiri Pirko1-1/+1
2014-12-09rocker: introduce be put/get variants and use it when appropriateJiri Pirko1-31/+48