aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-04mac80211_hwsim: do not actively scan DFS channelsJohannes Berg1-1/+2
2015-11-24sh_eth: Remove obsolete r8a777x-ether platform_device_id entryGeert Uytterhoeven1-3/+0
2015-11-24sh_eth: Remove obsolete r8a7740-gether platform_device_id entryGeert Uytterhoeven1-63/+62
2015-11-24sh_eth: Remove obsolete r8a779x-ether platform_device_id entriesGeert Uytterhoeven1-4/+2
2015-11-24sh_eth: Remove obsolete r7s72100-ether platform_device_id entryGeert Uytterhoeven1-41/+42
2015-11-24vrf: remove slave queue and private slave structNikolay Aleksandrov1-63/+5
2015-11-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller21-118/+129
2015-11-24net: fec: no need to test for the return type of of_property_read_u32Saurabh Sengar1-7/+2
2015-11-24drivers: net: xgene: optimizing the codeSaurabh Sengar1-16/+9
2015-11-24Merge tag 'linux-can-next-for-4.5-20151123' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-75/+101
2015-11-23intel: i40e: fix confused codeRasmus Villemoes1-14/+10
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov2-1/+4
2015-11-23ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov1-8/+6
2015-11-23i40evf: fix compiler warning of unused variableJesse Brandeburg1-4/+3
2015-11-23ixgbe: Remove CS4227 diagnostic codeMark Rustad1-80/+0
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck2-3/+3
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck3-6/+5
2015-11-23ixgbe: Add KR mode support for CS4227 chipMark Rustad1-23/+62
2015-11-23ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-1/+2
2015-11-23fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-0/+4
2015-11-23ixgbe: fix multiple kernel-doc errorsJean Sacren1-6/+3
2015-11-23ixgbe: Delete redundant include fileMark Rustad1-3/+0
2015-11-23ixgbe: drop null test before destroy functionsJulia Lawall1-2/+1
2015-11-23fm10k: Correct MTU for jumbo framesJacob Keller1-1/+1
2015-11-23fm10k: do not assume VF always has 1 queueJacob Keller2-1/+7
2015-11-23dsa: mv88e6xxx.c: Hardware reset the chip if availableAndrew Lunn1-0/+10
2015-11-23can: xilinx: Convert to runtime_pmKedareswara rao Appana1-75/+101
2015-11-22gianfar: use of_property_read_bool()Saurabh Sengar1-4/+1
2015-11-22bnx2x: Utilize FW 7.13.1.0.Yuval Mintz1-20/+23
2015-11-20ravb: use clock rate as basis for GTI.TIVSimon Horman2-1/+40
2015-11-20dl2k: Implement suspendOndrej Zary1-14/+65
2015-11-20dl2k: Reorder and cleanup initializationOndrej Zary1-39/+56
2015-11-20dl2k: Handle memory allocation errors in alloc_listOndrej Zary1-85/+97
2015-11-20bnx2x: Show port statistics in Multi-functionYuval Mintz1-3/+1
2015-11-20bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz1-2/+3
2015-11-20ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault2-3/+3
2015-11-20ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault1-20/+2
2015-11-20mlxsw: spectrum: Add error paths to __mlxsw_sp_port_vlans_addIdo Schimmel1-15/+46
2015-11-20mlxsw: spectrum: Unify setting of HW VLAN filtersIdo Schimmel1-24/+34
2015-11-20mlxsw: spectrum: Use correct PVID value when removing VLANsIdo Schimmel1-10/+8
2015-11-20net: encx24j600: move rev announcement to probe functionJon Ringle1-12/+12
2015-11-19Bluetooth: Use hex notation for maskAndrei Emeltchenko1-1/+1
2015-11-19Bluetooth: Fix mask for H5 header lenAndrei Emeltchenko1-1/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann21-116/+127
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet12-20/+2
2015-11-18net: add netif_tx_napi_add()Eric Dumazet10-14/+14
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet12-16/+2
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet4-198/+2
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet4-167/+2
2015-11-18mlx5: support napi_complete_done()Eric Dumazet3-14/+13