summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_uli.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-23asix: use ramdom hw addr if the one read is not validJean-Christophe PLAGNIOL-VILLARD1-3/+16
2012-11-23net: add micrel KSZ8873MLL switch supportJean-Christophe PLAGNIOL-VILLARD2-0/+45
2012-11-23be2net: fix a possible events_get() race on BE2Sathya Perla1-4/+7
2012-11-23tun: change tun_get_iff() prototype.Rami Rosen1-5/+2
2012-11-23smsc95xx: refactor entering suspend modesSteve Glendinning1-79/+99
2012-11-23smsc95xx: support PHY wakeup sourceSteve Glendinning2-17/+164
2012-11-23smsc95xx: detect chip revision specific featuresSteve Glendinning2-9/+23
2012-11-23smsc95xx: fix error checking of usbnet_resumeSteve Glendinning1-1/+1
2012-11-23tcp: remove dead prototype for tcp_v4_get_peer()Neal Cardwell1-1/+0
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin3-13/+7
2012-11-22tipc: delete TIPC_ADVANCED Kconfig variablePaul Gortmaker2-17/+1
2012-11-22tipc: eliminate an unnecessary cast of node variableYing Xue1-1/+1
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy2-6/+60
2012-11-22tipc: rename supported flag to recv_permittedYing Xue4-12/+12
2012-11-22tipc: remove supportable flag from bclink structureYing Xue3-10/+4
2012-11-22igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck1-4/+7
2012-11-22igb: No longer rely on APME to determine WoL settingsMatthew Vick3-70/+29
2012-11-22igb: Update PTP Rx filtersMatthew Vick1-27/+20
2012-11-22ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend1-1/+4
2012-11-22ixgbe: ethtool correctly identify autoneg settingJacob Keller4-3/+9
2012-11-22ixgbe: remove needless queuing for L4 ptp packetsJacob Keller1-32/+2
2012-11-22ixgbe: use ETQF filter name instead of magic numberJacob Keller1-3/+3
2012-11-22ixgbe: convert to use simple_open()Wei Yongjun1-30/+2
2012-11-22ixgbe: Reformat output of ixgbe_dumpJosh Hay1-34/+41
2012-11-22tipc: remove the bearer congestion mechanismYing Xue6-217/+61
2012-11-22tipc: wake up all waiting threads at socket shutdownYing Xue1-3/+4
2012-11-21tipc: return POLLOUT for sockets in an unconnected stateErik Hugne1-1/+5
2012-11-21tipc: fix race/inefficiencies in poll/wait behaviourYing Xue1-5/+40
2012-11-21batman-adv: Use packing of 2 for all headers before an ethernet headerSven Eckelmann1-1/+15
2012-11-21batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich4-23/+11
2012-11-21batman-adv: Add function to calculate crc32c for the skb payloadSven Eckelmann3-0/+36
2012-11-21batman-adv: sysfs documentation should keep alphabetical orderMarek Lindner2-25/+26
2012-11-21batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll6-107/+74
2012-11-21batman-adv: support array of debugfs general attributesAntonio Quartulli1-9/+25
2012-11-21batman-adv: fix bla compare functionSimon Wunderlich1-2/+16
2012-11-21batman-adv: Mark best gateway in transtable_global debugfsSven Eckelmann1-26/+64
2012-11-20sctp: send abort chunk when max_retrans exceededNeil Horman3-1/+29
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat1-4/+2
2012-11-20caif: Remove redundant null check before kfree in cfctrl.cSachin Kamat1-2/+1
2012-11-20bnx2x: Remove duplicate inclusion of bnx2x_hsi.hSachin Kamat1-1/+0
2012-11-20sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel2-25/+128
2012-11-20add DOVE extensions for VXLANDavid Stevens2-25/+235
2012-11-20net: Remove bogus dependencies on INETBen Hutchings9-10/+10
2012-11-20ehea: Remove remnants of LRO supportBen Hutchings2-4/+3
2012-11-20mlx4_en: Remove remnants of LRO supportBen Hutchings3-25/+4
2012-11-20net: remove unnecessary wireless includesJohannes Berg1-2/+0
2012-11-20net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood13-62/+1
2012-11-20net: rds: use this_cpu_* per-cpu helperShan Wei2-12/+14
2012-11-20net: core: use this_cpu_ptr per-cpu helperShan Wei1-3/+1