summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-05-22net: mvneta: Clean mvneta_tx() sk_buff handlingEzequiel Garcia
2014-05-22net: mvneta: Factorize feature settingEzequiel Garcia
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-05-21wimax/i2400m: make return of 0 explicitJulia Lawall
2014-05-21enic: Add support for adaptive interrupt coalescingSujith Sankar
2014-05-21vxge: Use time_before()Manuel Schölling
2014-05-21ieee802154: Introduce the use of the managed version of kzallocHimangi Saraogi
2014-05-21atm: idt77252: Remove redundant error checkPeter Senna Tschudin
2014-05-21net-tun: restructure tun_do_read for better sleep/wakeup efficiencyXi Wang
2014-05-21i40e: fix passing wrong error code to i40e_open()Jean Sacren
2014-05-21i40evf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-05-21i40e: Check PCI_IOV config to avoid compile errorGreg Rose
2014-05-21i40e: remove Tx work for ptpJesse Brandeburg
2014-05-21i40e: Don't disable SR-IOV when VFs are assignedMitch Williams
2014-05-21i40e: remove hardcode of stats struct size in ethtoolShannon Nelson
2014-05-21i40e/i40evf: control auto ITR through ethtoolMitch Williams
2014-05-21i40e/i40evf: set proper default for ITR registersMitch Williams
2014-05-21i40evf: make ethtool_ops constMitch Williams
2014-05-21i40evf: don't lie to ethtoolMitch Williams
2014-05-21i40evf: Use macro param for ethtool statsMitch Williams
2014-05-21i40e: add required includeMitch Williams
2014-05-21i40evf: Fix the headers and update copyright year.Jesse Brandeburg
2014-05-21i40evf: Remove unused definesCatherine Sullivan
2014-05-21i40evf: Update AdminQ interfaceShannon Nelson
2014-05-21Merge tag 'linux-can-next-for-3.16-20140519' of git://gitorious.org/linux-can...David S. Miller
2014-05-21net: cdc_ncm: fix 64bit division build errorBjørn Mork
2014-05-19can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider
2014-05-19can: add Renesas R-Car CAN driverSergei Shtylyov
2014-05-19can: c_can: add hwinit support for non-TI devicesPavel Machek
2014-05-19can: c_can: Add and make use of 32-bit accesses functionsPavel Machek
2014-05-19can: c_can: make {read,write}_reg functions constPavel Machek
2014-05-19can: pch_can: Fix Kconfig dependenciesJean Delvare
2014-05-19can: mscan: Fix Kconfig dependenciesJean Delvare
2014-05-19can: at91_can: Fix Kconfig dependenciesJean Delvare
2014-05-19can: mcp251x: fix coccinelle warningsDan Carpenter
2014-05-18net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist
2014-05-18net: 8390: use time_after() for time comparisonManuel Schölling
2014-05-18net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer
2014-05-16net: cdc_ncm: do not start timer on an empty skbBjørn Mork
2014-05-16net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork
2014-05-16net: cdc_ncm: fix argument alignmentBjørn Mork
2014-05-16net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork
2014-05-16net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork
2014-05-16net: cdc_ncm: set reasonable padding limitsBjørn Mork
2014-05-16net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork
2014-05-16net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork
2014-05-16net: cdc_ncm: support rx_max/tx_max updates when runningBjørn Mork
2014-05-16net: cdc_ncm: split .bind device initializationBjørn Mork
2014-05-16net: cdc_ncm: factor out one-time device initializationBjørn Mork
2014-05-16net: cdc_ncm: split out rx_max/tx_max update of setupBjørn Mork