summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Factor out vxlan send api.Pravin B Shelar2013-08-201-37/+54
* vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar2013-08-201-26/+19
* vxlan: Add vxlan recv demux.Pravin B Shelar2013-08-201-36/+67
* vxlan: Restructure vxlan receive.Pravin B Shelar2013-08-201-15/+7
* vxlan: Restructure vxlan socket apis.Pravin B Shelar2013-08-201-41/+51
* r8152: add commentshayeswang2013-08-201-0/+5
* r8152: adjust tx_bottom functionhayeswang2013-08-201-66/+68
* r8152: move some declearation of variableshayeswang2013-08-201-15/+14
* r8152: adjust some duplicated codehayeswang2013-08-201-27/+28
* r8152: replace lockflags with flagshayeswang2013-08-201-24/+24
* r8152: replace void * with struct r8152 *hayeswang2013-08-201-2/+4
* r8152: remove clearing the memory to zero for netdev privhayeswang2013-08-201-1/+0
* sis900: don't restart auto-negotiation each time after link resume.Denis Kirjanov2013-08-201-17/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-1730-231/+363
|\
| * net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer2013-08-164-35/+29
| * tun: signedness bug in tun_get_user()Dan Carpenter2013-08-151-2/+4
| * qlcnic: Fix diagnostic interrupt test for 83xx adaptersManish Chopra2013-08-151-0/+5
| * qlcnic: Fix beacon state return status handlingSucheta Chakraborty2013-08-151-3/+3
| * qlcnic: Fix set driver version commandHimanshu Madhani2013-08-152-3/+6
| * net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann2013-08-151-5/+8
| * drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall2013-08-151-1/+3
| * Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy2013-08-151-83/+24
| * be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi2013-08-152-0/+9
| * tun: compare with 0 instead of total_lenWeiping Pan2013-08-141-2/+2
| * ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin2013-08-141-1/+1
| * bnx2x: prevent crash in shutdown flow with CNICYuval Mintz2013-08-141-2/+1
| * bnx2x: fix PTE write access errorBarak Witkowsky2013-08-143-0/+15
| * bnx2x: fix memory leak in VFAriel Elior2013-08-141-1/+1
| * bnx2x: update fairness parameters following DCB negotiationDmitry Kravkov2013-08-143-12/+24
| * bnx2x: protect different statistics flowsDmitry Kravkov2013-08-143-12/+57
| * skge: dma_sync the whole receive bufferstephen hemminger2013-08-141-2/+4
| * stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz2013-08-131-19/+92
| * can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean2013-08-121-1/+1
| * macvtap: fix two racesEric Dumazet2013-08-121-3/+9
| * net: stmmac: Fixed the condition of extend_desc for jumbo frameByungho An2013-08-091-2/+11
| * vxlan: fix a soft lockup in vxlan module removalCong Wang2013-08-091-2/+0
| * vxlan: fix a regression of igmp joinCong Wang2013-08-091-1/+1
| * 8139cp: Fix skb leak in rx_status_loop failure path.Dave Jones2013-08-091-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-083-13/+11
| |\
| * | bonding: modify only neigh_parms owned by usVeaceslav Falico2013-08-061-1/+7
| * | mlx5: remove health handler pluginEli Cohen2013-08-051-28/+1
| * | macvlan: validate flagsMichael S. Tsirkin2013-08-051-0/+4
| * | skge: fix build on 32 bitStephen Hemminger2013-08-051-7/+7
| * | skge: add dma_mapping checkstephen hemminger2013-08-051-6/+42
* | | qlcnic: Update version to 5.2.46.Sucheta Chakraborty2013-08-151-2/+2
* | | qlcnic: Dump mailbox command data when a command times outManish Chopra2013-08-151-0/+1
* | | qlcnic: Fix driver initialization for 83xx adaptersManish Chopra2013-08-151-7/+7
* | | qlcnic: Flush mailbox command list when mailbox is not availableManish Chopra2013-08-151-1/+6
* | | qlcnic: Reinitialize mailbox data structures after firmware resetManish Chopra2013-08-151-1/+1
* | | net/usb/r8152: enable interrupt transferhayeswang2013-08-151-27/+113