aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico2-0/+23
2014-01-15net: add sysfs helpers for netdev_adjacent logicVeaceslav Falico1-27/+30
2014-01-15stmmac: Add vlan rx for better GRO performance.Vince Bridgers1-0/+19
2014-01-15bnx2x: fix sparse warningstephen hemminger1-2/+2
2014-01-15staging,lpc32xx_adc: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-15power,goldfish: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-15net,marvell: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-15phy,exynos: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-15staging,spear_adc: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-15staging,dgap: Add dependency on HAS_IOMEMRichard Weinberger1-1/+1
2014-01-15ptp_pch: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-15qeth: bridgeport support - address notificationsEugene Crosser7-0/+368
2014-01-15s390/qdio: bridgeport support - CHSC partEugene Crosser5-1/+209
2014-01-15qeth: bridgeport support - basic controlEugene Crosser9-2/+685
2014-01-15neigh: split lines for NEIGH_VAR_SET so they are not too longJiri Pirko1-3/+6
2014-01-15gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil2-28/+72
2014-01-15ksz884x: delete useless variableJulia Lawall1-3/+0
2014-01-15netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen1-0/+2
2014-01-15i40e: Retain MAC filters on port VLAN deletionGreg Rose2-0/+16
2014-01-15i40e: Warn admin to reload VF driver on port VLAN configurationGreg Rose1-0/+5
2014-01-14net: vxlan: properly cleanup devs on module unloadDaniel Borkmann1-5/+5
2014-01-14net: vxlan: when lower dev unregisters remove vxlan dev as wellDaniel Borkmann1-2/+46
2014-01-14ixgbe: Additional adapter removal checksMark Rustad2-0/+38
2014-01-14ixgbe: Check for adapter removal on register writesMark Rustad3-5/+12
2014-01-14ixgbe: Check register reads for adapter removalMark Rustad3-5/+53
2014-01-14ixgbe: Make ethtool register test use accessorsMark Rustad1-51/+47
2014-01-14ixgbe: Use static inlines instead of macrosMark Rustad3-12/+33
2014-01-14ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad1-1/+3
2014-01-14ixgbe: Indicate removal state explicitlyMark Rustad2-4/+9