summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | perf: net_dropmonitor: Fix trace parameter orderBen Hutchings2013-05-221-1/+1
| |/ / / / / /
| * | | | | | net: fec: use a more proper compatible string for MVF type deviceShawn Guo2013-05-221-3/+3
| * | | | | | qlcnic: Fix updating netdev->featuresShahed Shaikh2013-05-224-46/+61
| * | | | | | qlcnic: remove netdev->trans_start updates within the driverSony Chacko2013-05-223-6/+1
| * | | | | | qlcnic: Return proper error codes from probe failure pathsSony Chacko2013-05-221-4/+8
| * | | | | | tg3: Update version to 3.132Nithin Sujir2013-05-221-2/+2
| * | | | | | tg3: Ensure boot code has completed initialization before accessing hardwareNithin Sujir2013-05-221-4/+4
| |/ / / / /
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-05-2035-109/+314
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-2035-109/+314
| | |\ \ \ \ \
| | | * | | | | ath9k: fix draining aggregation tid buffersFelix Fietkau2013-05-171-3/+1
| | | * | | | | ath9k: fix rate handling/reportingFelix Fietkau2013-05-171-2/+7
| | | * | | | | ath9k: fix aggregation stop/flush handlingFelix Fietkau2013-05-173-25/+48
| | | * | | | | ath9k_hw: Enable manual peak calibration for AR9485Sujith Manoharan2013-05-172-2/+2
| | | * | | | | rtlwifi: rtl8192cu: Add new USB IDAlbert Pool2013-05-171-0/+1
| | | * | | | | brcmfmac: announce P2P_DEVICE support in wiphy structureArend van Spriel2013-05-171-1/+6
| | | * | | | | rtlwifi: rtl8188ee: Fix warning when building on big-endian systemsLarry Finger2013-05-171-2/+2
| | | * | | | | ath9k: Fix crash on module unloadSujith Manoharan2013-05-173-6/+17
| | | * | | | | net/wireless: ATH9K should depend on HAS_DMAGeert Uytterhoeven2013-05-171-1/+1
| | | * | | | | bcma: add more core IDsRafał Miłecki2013-05-172-1/+6
| | | * | | | | iwlegacy: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-05-171-1/+1
| | | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-05-179-22/+105
| | | |\ \ \ \ \
| | | | * | | | | iwlwifi: mvm: fix aggregation drain flowEmmanuel Grumbach2013-05-165-18/+48
| | | | * | | | | iwlwifi: mvm: Prevent setting assoc flag in MAC_CONTEXT_CMDAlexander Bondar2013-05-161-4/+8
| | | | * | | | | iwlwifi: mvm: tell firmware to let multicast frames inEmmanuel Grumbach2013-05-163-0/+43
| | | | * | | | | iwlwifi: mvm: Always use SCAN_TYPE_FORCEDIlan Peer2013-05-161-0/+6
| | | * | | | | | cfg80211: fix sending WoWLAN TCP wakeup settingsJohannes Berg2013-05-161-0/+2
| | | * | | | | | mac80211: report deauth to cfg80211 for local state changeJohannes Berg2013-05-161-4/+4
| | | * | | | | | cfg80211: fix interface down/disconnect state handlingJohannes Berg2013-05-162-2/+2
| | | * | | | | | mac80211: fix AP-mode frame matchingJohannes Berg2013-05-161-0/+3
| | | * | | | | | nl80211: Add wdev identifier to some nl80211 notificationsIlan Peer2013-05-161-0/+2
| | | * | | | | | mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()Johannes Berg2013-05-161-2/+2
| | | * | | | | | mac80211: fix spurious RCU warning and update documentationFelix Fietkau2013-05-162-5/+16
| | | * | | | | | mac80211: fix HT beacon-based channel switch handlingJohannes Berg2013-05-161-6/+22
| | | * | | | | | mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUMEJohannes Berg2013-05-163-0/+33
| | | * | | | | | cfg80211: fix WoWLAN wakeup tracingJohannes Berg2013-05-161-10/+13
| | | * | | | | | mac80211_hwsim: correctly register the platform driverSasha Levin2013-05-161-9/+9
| | | * | | | | | cfg80211: fix wiphy_register error pathJohannes Berg2013-05-161-6/+10
| | | |/ / / / /
| * | | | | | | 8139cp: reset BQL when ring tx ring clearedstephen hemminger2013-05-201-0/+1
| * | | | | | | drivers: net: usb: rtl8150: concurrent URB bugfixPetko Manolov2013-05-201-54/+46
| * | | | | | | isdn/kcapi: fix a small underflowDan Carpenter2013-05-201-3/+3
| |/ / / / / /
| * | | | | | bnx2x: Fix GSO for 57710/57711 chipsYuval Mintz2013-05-201-2/+7
| * | | | | | ip_gre: fix a possible crash in ipgre_err()Eric Dumazet2013-05-201-1/+2
| * | | | | | r8169: fix offloaded tx checksum for small packets.françois romieu2013-05-201-14/+27
| * | | | | | bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com2013-05-194-10/+24
| * | | | | | bonding: arp_ip_count and arp_targets can be wrongnikolay@redhat.com2013-05-191-11/+8
| * | | | | | bonding: replace %x with %pI4 for IPv4 addressesnikolay@redhat.com2013-05-191-3/+3
| * | | | | | bonding: fix set mode race conditionsnikolay@redhat.com2013-05-191-0/+4
| * | | | | | net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang2013-05-191-1/+1
| * | | | | | netlabel: improve domain mapping validationPaul Moore2013-05-191-0/+69
| * | | | | | ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-05-181-1/+1
OpenPOWER on IntegriCloud