aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16ixgbevf: create function for all of ring initDon Skidmore2-137/+183
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore3-86/+98
2014-01-16ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun1-2/+2
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller1-0/+1
2014-01-16ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend1-0/+2
2014-01-16net: eth_type_trans() should use skb_header_pointer()Eric Dumazet1-2/+5
2014-01-16net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla2-2/+8
2014-01-16net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla1-0/+3
2014-01-16net: stmmac: use suspend functions for hibernationSrinivas Kandagatla3-50/+12
2014-01-16net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla1-6/+7
2014-01-16net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla2-1/+2
2014-01-16net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla1-67/+88
2014-01-16net: stmmac: move dma allocation to new functionSrinivas Kandagatla1-84/+85
2014-01-16net: stmmac: mdio: remove reset gpio freeSrinivas Kandagatla1-1/+0
2014-01-16net: stmmac: support max-speed device tree propertySrinivas Kandagatla3-1/+8
2014-01-16net: mvneta: make mvneta_txq_done() return voidArnaud Ebalard1-5/+4
2014-01-16net: mvneta: mvneta_tx_done_gbe() cleanupsArnaud Ebalard1-13/+4
2014-01-16net: mvneta: implement rx_copybreakwilly tarreau1-6/+38
2014-01-16net: mvneta: convert to build_skb()willy tarreau1-14/+35
2014-01-16net: mvneta: prefetch next rx descriptor instead of current onewilly tarreau1-1/+1
2014-01-16net: mvneta: simplify access to the rx descriptor statuswilly tarreau1-13/+12
2014-01-16net: mvneta: factor rx refilling codewilly tarreau1-20/+3
2014-01-16net: mvneta: remove tests for impossible cases in the tx_done pathwilly tarreau1-6/+9
2014-01-16net: mvneta: replace Tx timer with a real interruptwilly tarreau1-59/+12
2014-01-16net: mvneta: add missing bit descriptions for interrupt masks and causeswilly tarreau1-2/+42
2014-01-16net: mvneta: do not schedule in mvneta_tx_timeoutwilly tarreau1-11/+0
2014-01-16net: mvneta: use per_cpu stats to fix an SMP lock upwilly tarreau1-29/+55
2014-01-16net: mvneta: increase the 64-bit rx/tx stats out of the hot pathwilly tarreau1-4/+11
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker155-155/+0
2014-01-16neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko2-2/+7
2014-01-15ixgbe: Clear head write-back registers on VF resetAlexander Duyck2-0/+17
2014-01-15ixgbe: Force QDE via PFQDE for VFs during resetAlexander Duyck2-3/+18
2014-01-15ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTEThomas Haller1-75/+109
2014-01-15ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routesThomas Haller2-6/+14
2014-01-15Revert "batman-adv: drop dependency against CRC16"David S. Miller1-0/+1
2014-01-15sctp: create helper function to enable|disable sackdelaywangweidong1-18/+19
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing5-6/+8
2014-01-15be2net: update driver version to 10.0.xSathya Perla1-1/+1
2014-01-15be2net: cleanup wake-on-lan codeSuresh Reddy4-35/+19
2014-01-15be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-idSuresh Reddy3-17/+23
2014-01-15be2net: do not use frag index in the RX-compl entrySuresh Reddy2-22/+9
2014-01-15be2net: Remove "10Gbps" from driver description stringSuresh Reddy1-1/+1
2014-01-15be2net: fix incorrect setting of cmd_privileges for VFsSuresh Reddy3-11/+15
2014-01-15be2net: ignore mac-addr set call for an already programmed mac-addrVasundhara Volam1-0/+6
2014-01-15be2net: do not call be_set/get_fw_log_level() on Skyhawk-RVasundhara Volam4-97/+82
2014-01-15be2net: Log the profile-id used by FW during driver initializationVasundhara Volam3-0/+55
2014-01-15be2net: don't set "pport" field when querying "pvid"Vasundhara Volam1-1/+1
2014-01-15be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-RVasundhara Volam2-16/+15
2014-01-15etherdevice: Use ether_addr_copy to copy an Ethernet addressJoe Perches1-1/+23
2014-01-15net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov4-2/+11