summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-27ppp: Move the PPP driversJeff Kirsher15-181/+203
2011-08-27skfp: Fix SysKonnect FDDI driver compile issuesJeff Kirsher7-17/+17
2011-08-27fddi: Move the FDDI driversJeff Kirsher44-73/+87
2011-08-27ixgbe: convert rings from q_vector bit indexed array to linked listAlexander Duyck2-139/+60
2011-08-27ixgbe: Simplify transmit cleanup pathAlexander Duyck1-5/+5
2011-08-26ixgbevf: convert to ndo_fix_featuresMichał Mirosław2-51/+20
2011-08-26ixgbevf: provide 64 bit statisticsEric Dumazet2-12/+48
2011-08-26ixgbevf: Check if EOP has changed before using itGreg Rose1-0/+4
2011-08-26e1000e: convert to netdev features/hw_features APIBruce Allan6-113/+38
2011-08-26Merge branch 'davem-next.mii' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-194/+69
2011-08-26e1000: save skb counts in TX to avoid cache missesDean Nelson2-9/+11
2011-08-26net_sched: sfb: optimize enqueue on full queueEric Dumazet1-5/+8
2011-08-26bna: off by one in bfa_msgq_rspq_pi_update()Dan Carpenter1-1/+1
2011-08-26bna: unlock on error path in pnad_pci_probe()Dan Carpenter1-2/+2
2011-08-26bnx2x: Add new PHY BCM54616Yaniv Rosner2-0/+3
2011-08-26bnx2x: resurrect RX hashingMichal Schmidt1-2/+2
2011-08-26af_packet: Prefixed tpacket_v3 structs to avoid name space collisionchetan loke2-64/+71
2011-08-26fcoe: convert to SKB paged frag API.Ian Campbell2-3/+4
2011-08-26bnx2fc: convert to SKB paged frag API.Ian Campbell1-1/+1
2011-08-26bnx2x: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-08-26bnx2: convert to SKB paged frag API.Ian Campbell1-4/+4
2011-08-26tg3: convert to SKB paged frag API.Ian Campbell1-4/+2
2011-08-26IPoIB: convert to SKB paged frag API.Ian Campbell2-4/+6
2011-08-26IB: nes: convert to SKB paged frag API.Ian Campbell1-10/+11
2011-08-26IB: amso1100: convert to SKB paged frag API.Ian Campbell1-5/+3
2011-08-26atm: convert to SKB paged frag API.Ian Campbell1-1/+2
2011-08-26headers, can: Add missing #include to <linux/can/bcm.h>Ben Hutchings1-0/+1
2011-08-26headers, xtables: Add missing #include <linux/netfilter.h>Ben Hutchings3-0/+3
2011-08-26headers, netfilter: Add missing #include <limits.h> for userlandBen Hutchings3-0/+9
2011-08-26headers, tipc: Add missing #include to <linux/tipc_config.h> for userlandBen Hutchings1-0/+4
2011-08-26headers, netfilter: Use kernel type names __u8, __u16, __u32Ben Hutchings3-28/+28
2011-08-26headers, net: Use __kernel_sa_family_t in more definitions shared with userlandBen Hutchings15-33/+37
2011-08-26headers, pppol2tp: Use __kernel_pid_t in <linux/pppol2tp.h>Ben Hutchings1-1/+1
2011-08-26headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h>Ben Hutchings2-0/+4
2011-08-26headers, pppox: Add missing #include to <linux/if_pppox.h>Ben Hutchings1-1/+1
2011-08-26ath9k: add AR9580 supportLuis R. Rodriguez1-0/+1
2011-08-26carl9170: Use do_div for 64-bit division to fix 32-bit kernelsChristian Lamparter1-4/+7
2011-08-26ath9k_hw: add AR9580 supportLuis R. Rodriguez5-0/+1770
2011-08-26ath9k_htc: Add get_stats call backMohammed Shafi Shajakhan1-0/+17
2011-08-26b43: correct warning for uninitialized variable 'macstat'John W. Linville1-1/+1
2011-08-26ath9k: remove replicated null check in ath_pci_aspm_initJohn W. Linville1-6/+2
2011-08-26b43: HT-PHY: read clip stateRafał Miłecki2-1/+14
2011-08-26b43: HT-PHY: use separated function for forcing RF sequenceRafał Miłecki2-9/+34
2011-08-26MAINTANERS: update Qualcomm Atheros addressesLuis R. Rodriguez1-7/+7
2011-08-26wireless: relicense regulatory header to ISCLuis R. Rodriguez1-4/+12
2011-08-26mac80211: add uapsd_queues and max_sp params fieldsEliad Peller2-0/+5
2011-08-26nl80211/cfg80211: add STA WME parametersEliad Peller3-0/+52
2011-08-26mac80211: allow action frames with unknown BSSID in GO modeArik Nemtsov1-1/+3
2011-08-26ath9k: Send legacy rated frames as unaggregatedRajkumar Manoharan1-1/+21
2011-08-26mac80211: fix race condition between assoc_done and first EAP packetGuy Eilam4-60/+236