summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long2014-03-031-1/+0
* net: cpsw: fix cpdma rx descriptor leak on down interfaceSchuyler Patton2014-03-031-0/+6
* be2net: isolate TX workarounds not applicable to Skyhawk-RVasundhara Volam2014-03-031-13/+26
* be2net: Fix skb double free in be_xmit_wrokarounds() failure pathVasundhara Volam2014-03-031-3/+4
* be2net: clear promiscuous bits in adapter->flags while disabling promiscuous ...Somnath kotur2014-03-031-3/+9
* be2net: Fix to reset transparent vlan taggingSomnath Kotur2014-03-032-20/+12
* qlcnic: dcb: a couple off by one bugsDan Carpenter2014-03-031-2/+2
* tcp: fix bogus RTT on special retransmissionYuchung Cheng2014-03-032-4/+10
* hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter2014-03-031-1/+1
* USB AX88179/178A: Support D-Link DUB-1312Gerry Demaret2014-03-021-0/+17
* b44: always set duplex mode why phy changesHauke Mehrtens2014-03-021-1/+6
* b44: add calls to phy_{start,stop}Hauke Mehrtens2014-03-021-0/+7
* bna: fix vlan tag stripping and implement its togglingIvan Vecera2014-02-281-10/+30
* tg3: Don't check undefined error bits in RXBDMichael Chan2014-02-282-3/+6
* ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom2014-02-271-1/+1
* neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong2014-02-271-3/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-2721-140/+178
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-2721-140/+178
| |\
| | * ath9k: fix invalid descriptor discardingFelix Fietkau2014-02-251-35/+35
| | * ath9k: reduce baseband hang detection false positive rateFelix Fietkau2014-02-251-1/+7
| | * ath9k: fix ps-poll responses under a-mpdu sessionsFelix Fietkau2014-02-241-2/+3
| | * mwifiex: rename usb driver name registerring to usb coreBing Zhao2014-02-241-3/+1
| | * Merge tag 'nfc-fixes-3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2014-02-241-1/+1
| | |\
| | | * NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar2014-02-231-1/+1
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville2014-02-241-0/+1
| | |\ \ | | | |/ | | |/|
| | | * iwlwifi: dvm: clear IWL_STA_UCODE_INPROGRESS when assoc failsEmmanuel Grumbach2014-02-201-0/+1
| | * | ath9k: Fix ETSI compliance for AR9462 2.0Sujith Manoharan2014-02-201-2/+2
| | * | brcmfmac: fix txglomming scatter-gather packet transfersArend van Spriel2014-02-201-10/+4
| | * | ath9k: protect tid->sched checkStanislaw Gruszka2014-02-201-3/+5
| | * | mwifiex: fix cmd and Tx data timeout issue for PCIe cardsAmitkumar Karwar2014-02-201-17/+11
| | * | mwifiex: add NULL check for PCIe Rx skbAmitkumar Karwar2014-02-201-0/+6
| | * | mwifiex: clean pcie ring only when device is presentAvinash Patil2014-02-201-1/+2
| | * | libertas: fix scan result loss if SSID IE len 0James Cameron2014-02-201-1/+1
| | * | hostap: Do not free priv until timer handler has actually stopped using itKirill Tkhai2014-02-201-1/+1
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-02-209-63/+98
| | |\ \
| | | * | mac80211: fix station wakeup powersave raceJohannes Berg2014-02-204-32/+25
| | | * | mac80211: insert stations before adding to driverJohannes Berg2014-02-201-6/+24
| | | * | mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach2014-02-203-4/+22
| | | * | cfg80211: bugfix in regulatory user hint processInbal Hacohen2014-02-191-1/+1
| | | * | mac80211: send control port protocol frames to the VO queueFelix Fietkau2014-02-121-0/+5
| | | * | mac80211: fix memory leakEytan Lifshitz2014-02-111-0/+1
| | | * | mac80211: fix sched_scan restart on recoveryArik Nemtsov2014-02-111-20/+20
* | | | | bnx2x: Add missing bit in default Tx switchingYuval Mintz2014-02-271-1/+8
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-275-12/+30
|\ \ \ \ \
| * | | | | xfrm: Fix unlink race when policies are deleted.Steffen Klassert2014-02-261-1/+1
| * | | | | xfrm: Clone states properly on migrationSteffen Klassert2014-02-203-5/+19
| * | | | | xfrm: Take xfrm_state_lock in xfrm_migrate_state_findSteffen Klassert2014-02-201-5/+8
| * | | | | xfrm: Fix NULL pointer dereference on sub policy usageSteffen Klassert2014-02-201-1/+1
| * | | | | ip6_vti: Fix build when NET_IP_TUNNEL is not set.Steffen Klassert2014-02-201-0/+1
* | | | | | net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti2014-02-271-0/+1
| |/ / / / |/| | | |
OpenPOWER on IntegriCloud