summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin2012-05-031-1/+2
* drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-05-031-5/+7
* usbnet: fix failure handling in usbnet_probetom.leiming@gmail.com2012-05-031-1/+3
* usbnet: fix leak of transfer buffer of dev->interrupttom.leiming@gmail.com2012-05-031-0/+1
* ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund2012-05-031-3/+3
* net: ucc_geth, increase no. of HW RX descriptorsJoakim Tjernlund2012-05-031-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-0114-35/+102
|\
| * mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau2012-04-301-1/+2
| * wl1251: fix crash on remove due to leftover work itemGrazvydas Ignotas2012-04-271-0/+1
| * wl1251: fix crash on remove due to premature kfreeGrazvydas Ignotas2012-04-271-1/+1
| * b43: only reload config after successful initializationSeth Forshee2012-04-271-2/+8
| * iwlwifi: use 6000G2B for 6030 device seriesWey-Yi Guy2012-04-271-2/+2
| * ath5k: add missing iounmap to AHB probe removalJonathan Bither2012-04-271-0/+1
| * brcm80211: fmac: fix missing completion events issueFranky Lin2012-04-271-12/+51
| * brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin2012-04-271-1/+7
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-276-16/+29
| |\
| | * Add Foxconn / Hon Hai IDs for btusb moduleSteven Harms2012-04-241-0/+3
| | * Bluetooth: Fix missing break in hci_cmd_complete_evtSzymon Janc2012-04-241-0/+1
| | * Bluetooth: Add support for AR3012 [0cf3:e004]AceLan Kao2012-04-192-0/+3
| | * Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-163-4/+5
| | * Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-163-12/+13
| | * Bluetooth: Add support for Atheros [13d3:3362]AceLan Kao2012-04-132-0/+3
| | * Bluetooth: btusb: Add vendor specific ID (0489 e042) for BCM20702A0Manoj Iyer2012-04-131-0/+1
* | | netem: fix possible skb leakEric Dumazet2012-05-011-4/+2
* | | sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger2012-05-012-12/+17
* | | sky2: propogate rx hash when packet is copiedstephen hemminger2012-05-011-0/+3
* | | net: fix two typos in skbuff.hEric Dumazet2012-05-011-2/+2
* | | cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier2012-05-011-46/+46
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-05-013-6/+8
|\ \ \
| * | | ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou2012-05-011-0/+1
| * | | ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck2012-05-011-4/+5
| * | | igbvf: fix the bug when initializing the igbvfSamuel Liao2012-05-011-2/+2
* | | | smsc75xx: enable mac to detect speed/duplex from phySteve Glendinning2012-05-011-0/+8
* | | | smsc75xx: declare smsc75xx's MII as GMII capableSteve Glendinning2012-05-011-0/+3
* | | | smsc75xx: fix phy interrupt acknowledgeSteve Glendinning2012-05-011-5/+7
* | | | smsc75xx: fix phy init reset loopSteve Glendinning2012-05-011-1/+1
* | | | smsc75xx: add more information to register io failure warningsSteve Glendinning2012-05-011-2/+2
* | | | smsc75xx: fix mdio reads and writesSteve Glendinning2012-05-011-2/+2
* | | | smsc75xx: mark link down on startup and let PHY interrupt deal with carrier c...Steve Glendinning2012-05-011-1/+1
|/ / /
* | | tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng2012-04-301-3/+6
* | | bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert2012-04-303-31/+111
* | | net: fix sk_sockets_allocated_read_positiveEric Dumazet2012-04-301-2/+2
* | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-3011-40/+94
|\ \ \
| * | | netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso2012-04-301-1/+1
| * | | ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-303-22/+41
| * | | ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-305-6/+22
| * | | ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2012-04-302-0/+6
| * | | ipvs: reset ipvs pointer in netnsJulian Anastasov2012-04-261-0/+2
| * | | ipvs: add check in ftp for initialized coreJulian Anastasov2012-04-261-0/+2
| * | | ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov2012-04-251-2/+2