summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-22make myri10ge_get_firmware_capabilities() staticAdrian Bunk1-1/+1
2008-05-22s2io: add missing block braces to multistatement if statementIlpo Järvinen1-1/+2
2008-05-22hamradio/scc: add missing block braces to multi-statement ifIlpo Järvinen1-1/+2
2008-05-22ehea: Fix use after free on rebootBrian King1-1/+2
2008-05-22rndis_host: increase delay in command response loopPierre Ynard1-1/+1
2008-05-22drivers/net/tokenring/olympic.c: fix warningAndrew Morton1-1/+1
2008-05-22drivers/net/tokenring/3c359.c: squish a warningAndrew Morton1-1/+1
2008-05-22pcnet32: fix warningAndrew Morton1-2/+2
2008-05-22[netdrvr] dm9000: use delayed work to update mii phy state fixAndrew Morton1-1/+1
2008-05-22sky2: restore vlan acceleration on resetStephen Hemminger1-10/+19
2008-05-22sfc: Remove sub-minor component from driver versionBen Hutchings1-1/+1
2008-05-22sfc: Added checks for heap allocation failureBen Hutchings3-0/+6
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings5-17/+17
2008-05-22sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings2-5/+2
2008-05-22sfc: Use __packed macroBen Hutchings1-2/+2
2008-05-22sfc: Do not define inline macroBen Hutchings1-5/+0
2008-05-22sfc: Use DMA_BIT_MASK() instead of our own DMA mask macrosBen Hutchings3-15/+3
2008-05-22sfc: Correct and expand some commentsBen Hutchings1-6/+14
2008-05-22sfc: Use resource_size_t for PCI bus addressBen Hutchings2-6/+7
2008-05-22sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings1-7/+3
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings11-75/+105
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings4-8/+13
2008-05-22sfc: Removed unncesssary UL suffixes on 0 literalsBen Hutchings1-2/+2
2008-05-22sfc: Simplified efx_rx_calc_buffer_size() using get_order()Ben Hutchings1-21/+8
2008-05-22sfc: Removed casts to voidBen Hutchings5-13/+13
2008-05-22sfc: Use mod_timer() to set expiry and add_timer() togetherBen Hutchings1-6/+3
2008-05-22net: The world is not perfect patch.Rami Rosen3-362/+3
2008-05-22tcp: Make prior_ssthresh a u32Ilpo Järvinen1-1/+1
2008-05-22xfrm_user: Remove zero length key checks.David S. Miller1-11/+0
2008-05-22net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng1-3/+2
2008-05-22cassini: Only use chip checksum for ipv4 packets.David S. Miller1-4/+7
2008-05-22tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala1-4/+6
2008-05-21netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__Patrick McHardy4-4/+4
2008-05-21af_key: Fix selector family initialization.Kazunori MIYAZAWA1-1/+1
2008-05-21libertas: Fix ethtool statisticsDavid Woodhouse1-14/+13
2008-05-21mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa1-4/+11
2008-05-21pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev1-0/+4
2008-05-20mac80211: don't claim iwspy supportJohannes Berg1-1/+0
2008-05-20orinoco_cs: add ID for SpeedStream wireless adaptersPavel Roskin1-0/+1
2008-05-20hostap_cs: add ID for Conceptronic CON11CProPavel Roskin1-0/+1
2008-05-20rtl8187: resource leak in error caseOliver Neukum1-2/+12
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy4-2/+41
2008-05-20drivers/atm/: remove CVS keywordsAdrian Bunk6-17/+1
2008-05-20ath5k: Fix loop variable initializationsBob Copeland2-2/+6
2008-05-20vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-05-20net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse1-1/+1
2008-05-20net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-05-20ipsec: Use the correct ip_local_out functionHerbert Xu2-2/+2
2008-05-20ipv6 addrconf: Allow infinite prefix lifetime.YOSHIFUJI Hideaki2-25/+52
2008-05-20ipv6 route: Fix lifetime in netlink.YOSHIFUJI Hideaki1-1/+3