summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: smsc911x: fix skb handling in receive pathWill Deacon2012-04-131-9/+5
* ks8851: Fix missing mutex_lock/unlockMatt Renzelmann2012-04-131-4/+4
* drivers/net/ethernet/xilinx/axi ethernet: Correct CopyrightMichal Simek2012-04-133-9/+7
* 8139cp: set intr mask after its handler is registeredJason Wang2012-04-131-2/+8
* atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-133-10/+7
* ppp: Fix race condition with queue start/stopDavid Woodhouse2012-04-131-9/+6
* caif_hsi: use dev_dbg not dev_err for reportingKim Lilliestierna XX2012-04-131-2/+2
* caif-hsi: Free flip_buffer at shutdownsjur.brandeland@stericsson.com2012-04-131-2/+3
* net: Fix misplaced parenthesis in virtio_net.cTorsten Kaiser2012-04-131-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-127-37/+35
|\
| * rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger2012-04-111-1/+6
| * rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger2012-04-112-19/+21
| * Revert "ath9k: fix going to full-sleep on PS idle"Sujith Manoharan2012-04-101-5/+3
| * rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia2012-04-101-5/+1
| * rtlwifi: Fix oops on rate-control failureLarry Finger2012-04-091-1/+4
| * rtlwifi: rtl8192de: Fix firmware initializationLarry Finger2012-04-091-6/+0
* | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-04-061-26/+51
|\ \
| * | drivers/net/ethernet/tile: fix netdev_alloc_skb() bombingChris Metcalf2012-04-021-1/+1
| * | tilepro ethernet driver: fix a few minor issuesChris Metcalf2012-04-021-25/+50
* | | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-061-1/+1
|\ \ \ | |_|/ |/| |
| * | xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2012-04-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-0614-195/+371
|\ \ \
| * | | bonding: properly unset current_arp_slave on slave link upVeaceslav Falico2012-04-051-1/+5
| * | | mlx4: allocate just enough pages instead of always 4 pagesThadeu Lima de Souza Cascardo2012-04-041-2/+3
| * | | stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde2012-04-041-2/+4
| * | | bnx2x: Clear MDC/MDIO warning messageYaniv Rosner2012-04-042-2/+1
| * | | bnx2x: Fix BCM57711+BCM84823 link issueYaniv Rosner2012-04-041-2/+2
| * | | bnx2x: Clear BCM84833 LED after fan failureYaniv Rosner2012-04-042-0/+12
| * | | bnx2x: Fix BCM84833 PHY FW version presentationYaniv Rosner2012-04-041-2/+1
| * | | bnx2x: Fix link issue for BCM8727 boards.Yaniv Rosner2012-04-041-7/+14
| * | | bnx2x: Restore 1G LED on BCM57712+BCM8727 designs.Yaniv Rosner2012-04-041-15/+18
| * | | bnx2x: Fix BCM578x0-SFI pre-emphasis settingsYaniv Rosner2012-04-041-5/+5
| * | | bnx2x: Fix BCM57810-KR AN speed transitionYaniv Rosner2012-04-041-2/+18
| * | | bnx2x: Fix BCM57810-KR FCYaniv Rosner2012-04-042-0/+31
| * | | bnx2x: PFC fixYaniv Rosner2012-04-042-1/+18
| * | | sky2: copy received packets on inefficient unaligned architecturestephen hemminger2012-04-041-1/+12
| * | | net/bonding: correctly proxy slave neigh param setup ndo functionShlomo Pongratz2012-04-041-8/+43
| * | | net/bonding: emit address change event also in bond_releaseShlomo Pongratz2012-04-041-0/+3
| * | | r8169: enable napi on resume.Artem Savkov2012-04-031-0/+3
| * | | bnx2x: correction to firmware interfaceYuval Mintz2012-04-031-55/+55
| * | | phy:icplus:fix Auto Power Saving in ip101a_config_init.Srinivas Kandagatla2012-04-031-1/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-04-033-84/+112
| |\ \ \
| | * | | e1000e: Guarantee descriptor writeback flush success.Matthew Vick2012-04-031-0/+17
| | * | | e1000e: prevent oops when adapter is being closed and reset simultaneouslyBruce Allan2012-04-032-0/+15
| | * | | ixgbe: driver fix for link flapMultanen, Eric W2012-04-031-84/+80
| * | | | ppp: Don't stop and restart queue on every TX packetDavid Woodhouse2012-04-031-5/+9
| |/ / /
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-0524-264/+108
|\ \ \ \
| * | | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-0524-264/+108
* | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-04-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ARM: sa11x0: fix build errors from DMA engine API updatesRussell King2012-03-301-1/+1
OpenPOWER on IntegriCloud