summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun2013-06-191-2/+2
* pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata2013-06-181-1/+1
* mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata2013-06-181-1/+1
* fec: Add support to restart autonegotiateChris Healy2013-06-181-0/+12
* bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico2013-06-181-35/+5Star
* tg3: Prevent system hang during repeated EEH errors.Michael Chan2013-06-181-2/+9
* net/mlx4: Add VF link state supportRony Efraim2013-06-145-2/+72
* bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli2013-06-142-80/+135
* sh_eth: remove '__maybe_unused' annotationsSergei Shtylyov2013-06-131-2/+2
* cxgb4: Do not set net_device::dev_id to VI indexBen Hutchings2013-06-131-1/+0Star
* macvtap: fix uninitialized return value macvtap_ioctl_set_queue()Jason Wang2013-06-131-0/+2
* macvtap: slient sparse warningsJason Wang2013-06-131-1/+1
* tun: Turn tun_flow_init() into void fnPavel Emelyanov2013-06-131-7/+2Star
* tun: Report "persist" flag to userspacePavel Emelyanov2013-06-131-0/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-12160-2038/+18875
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-11160-2038/+18875
| |\
| | * cw1200: Fix an assorted pile of checkpatch warnings.Solomon Peachy2013-06-119-75/+80
| | * cw1200: Eliminate the ETF debug/engineering code.Solomon Peachy2013-06-117-349/+2Star
| | * cw1200: Remove "ITP" debug subsystem.Solomon Peachy2013-06-118-905/+3Star
| | * rt2x00: rt2x00queue: initialize data_queue fields earlierGabor Juhos2013-06-101-6/+38
| | * rtlwifi: initialize local array and set value.Yunlian Jiang2013-06-101-1/+1
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-06-1020-66/+371
| | |\
| | | * iwlwifi: mvm: don't request SMPS on non-STA ifaceEytan Lifshitz2013-06-051-0/+3
| | | * iwlwifi: mvm: fix MCAST in AP modeEmmanuel Grumbach2013-06-051-1/+1
| | | * iwlwifi: mvm: enable PM always in unassociated modeAlexander Bondar2013-06-052-0/+5
| | | * iwlwifi: mvm: Change location of vif_count verification for PMAlexander Bondar2013-06-042-26/+17Star
| | | * iwlwifi: mvm: correctly configure MCAST in AP modeEmmanuel Grumbach2013-06-043-2/+13
| | | * iwlwifi: mvm: reorder Rx handler for performance purposesEmmanuel Grumbach2013-06-041-4/+5
| | | * iwlwifi: mvm: Fix quota command settingsIlan Peer2013-06-041-9/+16
| | | * iwlwifi: don't return -ERFKILL if SEND_IF_RFKILL is setEran Harary2013-06-041-1/+2
| | | * iwlwifi: mvm: don't enable MIMO when BT is activeEmmanuel Grumbach2013-06-042-1/+108
| | | * iwlwifi: mvm: don't start BA agreement when BT is activeEmmanuel Grumbach2013-06-041-0/+11
| | | * iwlwifi: mvm: limit the length of the AMPDU when BT is runningEmmanuel Grumbach2013-06-041-0/+7
| | | * iwlwifi: mvm: fix the LUT for BT CoexEmmanuel Grumbach2013-06-041-1/+1
| | | * iwlwifi: mvm: implement D3 testingJohannes Berg2013-05-298-21/+182
| | * | cw1200: handle allocation failure in wsm_event_indication()Dan Carpenter2013-06-101-0/+2
| | * | cw1200: read beyond end of array in debug codeDan Carpenter2013-06-101-3/+2Star
| | * | cw1200: Sanity-check arguments in copy_from_user()Solomon Peachy2013-06-101-4/+14
| | * | cw1200: hwio: Remove an unnecessary gotoJoe Perches2013-06-101-1/+0Star
| | * | brcmsmac: Reduce log spam in heavy tx, make err print in debugJohn Greene2013-06-031-1/+1
| | * | ath9k: Do not maintain ANI state per-channelSujith Manoharan2013-06-034-28/+22Star
| | * | ath9k: Print ANI statistics in debugfsSujith Manoharan2013-06-032-19/+64
| | * | ath9k: Set ofdmWeakSigDetect directlySujith Manoharan2013-06-034-12/+4Star
| | * | ath9k: Simplify ANI initializationSujith Manoharan2013-06-036-27/+10Star
| | * | ath9k: Remove unused structure ath_dbg_bb_mac_sampSujith Manoharan2013-06-031-39/+0Star
| | * | ath9k: Enable WoW only for AR9462Sujith Manoharan2013-06-037-207/+35Star
| | * | ath9k: Return early for invalid ratesSujith Manoharan2013-06-031-2/+2
| | * | net, ipw2x00: remove redundant D0 power state setYijing Wang2013-06-031-2/+0Star
| | * | ath9k: advertise support for active monitor interfacesFelix Fietkau2013-06-031-0/+2
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-032-2/+16
| | |\ \