summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville138-3327/+10954
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville38-178/+250
2013-11-02bonding: bond_get_size() returns wrong sizeDan Carpenter1-2/+2
2013-11-02net: cdc_ncm: no not set tx_max higher than the device supportsBjørn Mork1-2/+1
2013-11-02net: cdc_ncm: improve bind error debug messagesBjørn Mork1-10/+26
2013-11-02net: cdc_ncm: return proper error if setup failsBjørn Mork1-2/+2
2013-11-02net: cdc_ncm: refactoring cdc_ncm_setupBjørn Mork1-64/+44
2013-11-02net: cdc_ncm: endian convert constants instead of variablesBjørn Mork1-2/+2
2013-11-02net: cdc_ncm: log signatures in hexBjørn Mork1-4/+6
2013-11-02net: cdc_ncm: use netif_* and dev_* instead of pr_*Bjørn Mork1-50/+48
2013-11-02net: cdc_ncm: log the length we warn aboutBjørn Mork1-1/+1
2013-11-02net: cdc_ncm: set correct dev->hard_mtuBjørn Mork1-7/+2
2013-11-02net: cdc_ncm: remove ethtool opsBjørn Mork1-26/+0
2013-11-02net: cdc_ncm: remove probe and disconnect wrappersBjørn Mork1-18/+2
2013-11-02net: cdc_ncm: no point in filling up the NTBs if we send ZLPsBjørn Mork1-1/+5
2013-11-02net: cdc_ncm: only the control intf can be probedBjørn Mork1-6/+8
2013-11-02net: cdc_ncm: remove descriptor pointersBjørn Mork1-6/+6
2013-11-02net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZEBjørn Mork1-0/+1
2013-11-02net: cdc_ncm: remove ncm_parm fieldBjørn Mork1-23/+23
2013-11-02net: cdc_ncm: remove tx_speed and rx_speed fieldsBjørn Mork1-23/+14
2013-11-02net: cdc_ncm: remove unused udev fieldBjørn Mork1-2/+0
2013-11-02net: cdc_ncm: remove redundant netdev fieldBjørn Mork2-37/+38
2013-11-02net: cdc_ncm: remove redundant endpoint pointersBjørn Mork1-19/+19
2013-11-02net: cdc_ncm: remove redundant "intf" fieldBjørn Mork1-3/+1
2013-11-02net: cdc_ncm: simplify and optimize frame paddingBjørn Mork1-12/+19
2013-11-02net: cdc_mbim: change the default to send ZLPsBjørn Mork1-11/+17
2013-11-02net: cdc_mbim: handle IPv6 Neigbor SolicitationsBjørn Mork1-0/+58
2013-11-02smsc9420: replace printk with netdev_ callsBen Boeckel1-13/+13
2013-11-02smc91c92_cs: replace printk with netdev_ callsBen Boeckel1-22/+21
2013-11-02smc9194: replace printk with netdev_ callsBen Boeckel1-27/+25
2013-11-02smsc911x: replace printk with netdev_ callsBen Boeckel1-1/+1
2013-11-02smc911x: replace printk with netdev_ callsBen Boeckel2-167/+166
2013-11-02smc91x: replace printk with netdev_ callsBen Boeckel2-123/+118
2013-11-02epic100: replace printk with netdev_ callsBen Boeckel1-67/+58
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-28/+27
2013-11-01ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov1-8/+7
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2-8/+12
2013-11-01ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard1-0/+4
2013-11-01igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd1-1/+3
2013-11-01ixgbevf: remove redundant workaroundEmil Tantilov1-9/+0
2013-11-01e1000: fix wrong queue idx calculationHong Zhiguo1-2/+1
2013-10-31sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames2-2/+8
2013-10-30bgmac: pass received packet to the netif instead of copying itRafał Miłecki1-27/+39
2013-10-29arc_emac: drop redundant mac address checkLuka Perkov1-3/+3
2013-10-29mvneta: drop redundant mac address checkLuka Perkov1-1/+1
2013-10-29octeon_mgmt: drop redundant mac address checkLuka Perkov1-1/+1
2013-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller7-81/+354
2013-10-29net: mvmdio: doc: mvmdio now used by mv643xx_ethLeigh Brown1-5/+3
2013-10-29net: mvmdio: slight optimisation of orion_mdio_writeLeigh Brown1-6/+4
2013-10-29net: mvmdio: orion_mdio_ready: remove manual pollLeigh Brown1-21/+13