summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: message reassembly using fragment chainErik Hugne2013-11-086-142/+74
* tipc: don't reroute message fragmentsErik Hugne2013-11-082-3/+6
* phy: Add MOXA MDIO driverJonas Jensen2013-11-073-0/+209
* bonding: document the new packets_per_slave optionNikolay Aleksandrov2013-11-071-0/+9
* bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov2013-11-073-6/+101
* qeth: avoid buffer overflow in snmp ioctlUrsula Braun2013-11-071-1/+5
* net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-071-3/+1
* smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-071-3/+1
* udp: Remove unnecessary semicolon from do{}while (0) macroJoe Perches2013-11-071-7/+7
* smsc9420: Use netif_<level>Joe Perches2013-11-071-78/+77
* jme: Remove unused #define PFXJoe Perches2013-11-071-1/+0
* virtio-net: switch to use XPS to choose txqJason Wang2013-11-061-46/+2
* ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong2013-11-061-5/+3
* ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa2013-11-061-1/+1
* net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe2013-11-061-0/+1
* ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2013-11-067-9/+28
* Merge branch 'huawei_cdc_ncm'David S. Miller2013-11-055-13/+253
|\
| * net: cdc_ncm: remove non-standard NCM device IDsEnrico Mioso2013-11-051-11/+0
| * net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driverEnrico Mioso2013-11-053-0/+246
| * net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso2013-11-052-2/+7
|/
* ipv6: remove old conditions on flow label sharingFlorent Fourcot2013-11-051-33/+0
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-11-05186-4189/+15085
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-04186-4189/+15085
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0454-209/+415
| | |\
| | | * drivers: net: wireless: b43: Fix possible NULL ptr dereferenceFelipe Pena2013-10-181-1/+2
| | | * rt2800usb: slow down TX status pollingStanislaw Gruszka2013-10-181-4/+8
| | | * rt2x00: check if device is still available on rt2x00mac_flush()Stanislaw Gruszka2013-10-181-0/+3
| | | * rt2400pci: fix RSSI readStanislaw Gruszka2013-10-181-1/+1
| | | * ath5k: fix regression in tx status processingFelix Fietkau2013-10-181-3/+3
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-10-183-12/+99
| | | |\
| | | | * mac80211: disable WMM with invalid parametersJohannes Berg2013-10-172-9/+87
| | | | * mac80211: respect rate mask in TXAndrei Otcheretianski2013-10-151-3/+9
| | | | * mac80211: fix honouring rate flags in low-rate transmitAndrei Otcheretianski2013-10-151-0/+3
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-10-184-30/+43
| | | |\ \
| | | | * | iwlwifi: dvm: don't override mac80211's queue settingEmmanuel Grumbach2013-10-181-11/+3
| | | | * | iwlwifi: mvm: fix scan request's suspend time parameterAlexander Bondar2013-10-111-3/+3
| | | | * | iwlwifi: don't WARN on bad firmware stateStanislaw Gruszka2013-10-111-11/+11
| | | | * | iwlwifi: pcie: poke device when commands don't complete quicklyJohannes Berg2013-10-111-5/+26
| | * | | | rt2x00: rt2800pci: use module_pci_driver macroGabor Juhos2013-10-181-13/+1
| | * | | | rt2x00: rt2800pci: move SoC specific code into a separate moduleGabor Juhos2013-10-184-245/+284
| | * | | | rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devicesGabor Juhos2013-10-181-2/+7
| | * | | | rt2x00: rt2800pci: move rt2800mmio_enable_radio function to another moduleGabor Juhos2013-10-183-13/+18
| | * | | | rt2x00: rt2800pci: split rt2800pci_enable_radio functionGabor Juhos2013-10-181-7/+12
| | * | | | rt2x00: rt2800pci: rename rt2800pci_disable_radio functionGabor Juhos2013-10-181-11/+8
| | * | | | rt2x00: rt2800pci: use separate set_state callback for SoC devicesGabor Juhos2013-10-181-2/+41
| | * | | | rt2x00: rt2800pci: use separate firmware callbacks for SoC devicesGabor Juhos2013-10-181-5/+33
| | * | | | rt2x00: rt2800pci: use separate read_eeprom callback for SoC devicesGabor Juhos2013-10-181-40/+16
| | * | | | rt2x00: rt2800pci: use separate ops for the SoC driverGabor Juhos2013-10-181-2/+102
| | * | | | rt2x00: rt2800pci: move initialization functions to the rt2800mmio moduleGabor Juhos2013-10-183-159/+169
| | * | | | rt2x00: rt2800pci: use rt2800mmio prefix for initialization functionsGabor Juhos2013-10-181-8/+8