summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-20net: qmi_wwan: Add Vodafone/Huawei K5005 supportBjørn Mork1-0/+8
2012-05-20net: cdc_ether: Add ZTE WWAN matches before generic EthernetAndrew Bird (Sphere Systems)1-0/+56
2012-05-19tg3: use netdev_alloc_frag() APIEric Dumazet2-35/+5
2012-05-19ppp: avoid false drop_monitor false positivesEric Dumazet5-13/+15
2012-05-19cirrus: cs89x0: Remove function prototypes and reorder declarationsJoe Perches1-746/+721
2012-05-19cirrus: cs89x0: Neaten debugging and loggingJoe Perches1-105/+82
2012-05-19cirrus: cs89x0: Code neateningJoe Perches1-180/+272
2012-05-19cirrus: cs89x0: Convert printks to pr_<level>Joe Perches1-55/+61
2012-05-19cirrus: cs89x0: Code style neateningJoe Perches1-411/+323
2012-05-19USB: Disable hub-initiated LPM for comms devices.Sarah Sharp44-2/+46
2012-05-19cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya6-42/+280
2012-05-19cxgb4: Common platform specific changes for DB Drop RecoveryVipul Pandya2-11/+61
2012-05-19cxgb4: Detect DB FULL events and notify RDMA ULDVipul Pandya5-0/+103
2012-05-18be2net: Fix to allow get/set of debug levels in the firmware.Somnath Kotur5-0/+230
2012-05-18iwlwifi: dont pull too much payload in skb headEric Dumazet1-1/+6
2012-05-18CS89x0 : Use ioread16/iowrite16 on all platformsJaccon Bastiaansen1-158/+183
2012-05-18e1000: Prevent reset task killing itself.Tushar Dave1-1/+5
2012-05-18drivers/net: delete all code/drivers depending on CONFIG_MCAPaul Gortmaker17-5364/+16
2012-05-18net/mlx4_en: num cores tx rings for every UPAmir Vadai4-24/+47
2012-05-17pppoe: remove unused return value from two methods.Rami Rosen1-9/+3
2012-05-17Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman22-89/+172
2012-05-17net: Change mail address of Oskar SchirmerOskar Schirmer1-2/+2
2012-05-17igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.Matthew Vick2-0/+5
2012-05-17e1000: look in the page and not in skb->data for the last byteSebastian Andrzej Siewior1-1/+5
2012-05-17e1000: remove workaround for Errata 23 from jumbo allocSebastian Andrzej Siewior1-24/+0
2012-05-17e1000e: fix typo in definition of E1000_CTRL_EXT_FORCE_SMBUSBruce Allan1-1/+1
2012-05-17virtio_net: invoke softirqs after __napi_scheduleMichael S. Tsirkin1-0/+2
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-93/+172
2012-05-16Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-13/+13
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2-13/+13
2012-05-16wlcore: fix some sparse warnings due to missing static declarationLuciano Coelho1-3/+4
2012-05-16wlcore: fix pointer print out in wl1271_acx_set_rx_filter()Luciano Coelho1-2/+3
2012-05-16mwifiex: remove set_channel cfg80211 hookJohannes Berg1-27/+0
2012-05-16rndis_wlan: remove set_channel cfg80211 hookJohannes Berg1-14/+0
2012-05-16iwlwifi: support explicit monitor interfaceJohannes Berg3-1/+6
2012-05-16iwlwifi: invert the order of ssid list in scan cmdDavid Spinadel1-1/+5
2012-05-16iwlwifi: disable default wildcard ssid scanDavid Spinadel2-11/+24
2012-05-16iwlwifi: fix scan_cmd_size allocationDavid Spinadel2-6/+12
2012-05-16rt2x00:Add RT539b chipset supportZero.Lin1-0/+1
2012-05-16mwifiex: delete IEs when stop_apAvinash Patil3-0/+75
2012-05-16mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil5-0/+195
2012-05-16mwifiex: add custom IE frameworkAvinash Patil8-1/+201
2012-05-16mwifiex: rearrange AP sys configure codeAvinash Patil3-21/+48
2012-05-16mwifiex: add WPA2 support for APAvinash Patil5-0/+268
2012-05-16mwifiex: add AP event handling frameworkAvinash Patil4-2/+73
2012-05-16mwifiex: add cfg80211 start_ap and stop_ap handlersAvinash Patil5-0/+139
2012-05-16mwifiex: common set_wiphy_params cfg80211 handler for AP and STA interfaceAvinash Patil6-20/+150
2012-05-16mwifiex: handle interface type changes correctlyAvinash Patil1-18/+46
2012-05-16mwifiex: stop BSS in deauthentication handlingAvinash Patil1-0/+4
2012-05-16mwifiex: add AP command sys_config and set channelAvinash Patil5-1/+90