aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-23bnx2x: remove redundant warning logAriel Elior1-4/+7
2012-11-238139cp: revert "set ring address before enabling receiver"françois romieu1-11/+11
2012-11-21team: bcast: convert return value of team_dev_queue_xmit() to bool correctlyJiri Pirko1-3/+3
2012-11-21bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setting of slave devices.Sarveshwar Bandi1-0/+7
2012-11-21xen/netfront: handle compound page fragments on transmitIan Campbell1-21/+77
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville6-17/+30
2012-11-20net: fix build failure in xilinxJeff Mahoney1-0/+2
2012-11-20irda: sir_dev: Fix copy/paste typoAlexander Shiyan1-1/+1
2012-11-20ixp4xx_hss: avoid calling dma_pool_create() with NULL devXi Wang1-3/+5
2012-11-20ixp4xx_eth: avoid calling dma_pool_create() with NULL devXi Wang1-3/+5
2012-11-20ne2000: add the right platform deviceAlan Cox1-0/+1
2012-11-19of/net/mdio-gpio: Fix pdev->id issue when using devicetrees.Srinivas Kandagatla1-4/+7
2012-11-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesJohn W. Linville2-8/+14
2012-11-19ath9k_hw: Fix regression in device resetSujith Manoharan1-1/+1
2012-11-18sis900: fix sis900_set_mode call parameters.Francois Romieu1-1/+1
2012-11-18iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach1-8/+0
2012-11-16mwifiex: report error to MMC core if we cannot suspendBing Zhao1-5/+6
2012-11-16mwifiex: fix system hang issue in cmd timeout error caseBing Zhao1-3/+8
2012-11-16rtlwifi: rtl8192cu: Add new USB IDAlbert Pool1-0/+1
2012-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-5/+24
2012-11-16tilegx: request_irq with a non-null device nameSimon Marchi1-1/+1
2012-11-14Revert "drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_free"David S. Miller1-1/+0
2012-11-14net/smsc911x: Fix ready check in cases where WORD_SWAP is neededKamlakant Patel1-2/+15
2012-11-14drivers/net: fix tasklet misuse issueXiaotian Feng3-38/+18
2012-11-14brcmfmac: fix typo in CONFIG_BRCMISCANHauke Mehrtens1-1/+1
2012-11-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesJohn W. Linville3-4/+23
2012-11-14iwlwifi: fix monitor mode FCS flagJohannes Berg1-0/+14
2012-11-13vxlan: Update hard_header_len based on lowerdev when instantiating VXLANAlexander Duyck1-0/+4
2012-11-13vxlan: fix a typo.Rami Rosen1-1/+1
2012-11-13vxlan: Fix error that was resulting in VXLAN MTU size being 10 bytes too largeAlexander Duyck1-2/+2
2012-11-13net: cdc_ncm: add Huawei devicesBjørn Mork1-4/+18
2012-11-13smsc95xx: set MII_BUSY bit to read/write PHY regsSteve Glendinning1-2/+2
2012-11-09gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng1-1/+4
2012-11-09usbnet: ratelimit kevent may have been dropped warningsSteve Glendinning1-3/+5
2012-11-07net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANsIan Coolidge1-1/+2
2012-11-07cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya1-1/+1
2012-11-07cxgb4: Initialize data structures before using.Vipul Pandya1-0/+4
2012-11-07iwlwifi: use ieee80211_free_txskbJohannes Berg2-2/+2
2012-11-05iwlwifi: handle DMA mapping failuresJohannes Berg1-2/+21
2012-11-03net: bnx2x: Fix typo in bnx2x driverMasanari Iida2-3/+3
2012-11-03smsc95xx: fix tx checksum offload for big endianSteve Glendinning1-0/+1
2012-11-03r8169: allow multicast packets on sub-8168f chipset.Nathan Walp1-0/+3
2012-11-03r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois1-0/+2
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng5-9/+9
2012-11-02vmxnet3: must split too big fragmentsEric Dumazet1-20/+45
2012-11-02cxgb4: Fix unable to get UP event from the LLDVipul Pandya1-10/+0
2012-11-02drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin1-0/+1
2012-11-02drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin1-0/+1
2012-11-02bnx2x: fix HW initialization using fw 7.8.xDmitry Kravkov1-1/+2
2012-11-01bonding: fix second off-by-one errornikolay@redhat.com1-1/+1