summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-20qlcnic: Update version to 5.3.47Himanshu Madhani1-3/+3
2013-08-20qlcnic: Add support for 84xx adapters to load firmware from filePratik Pujar2-2/+28
2013-08-20qlcnic: Loopback Inter Driver Communication AEN handlerManish Chopra2-9/+37
2013-08-20qlcnic: Add PVID support for 84xx adaptersManish Chopra2-7/+14
2013-08-20qlcnic: Enable support for 844X adapterManish Chopra3-7/+23
2013-08-20vxlan: Add tx-vlan offload support.Pravin B Shelar1-1/+15
2013-08-20vxlan: Improve vxlan headroom calculation.Pravin B Shelar1-4/+9
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar1-37/+54
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar1-26/+19
2013-08-20vxlan: Add vxlan recv demux.Pravin B Shelar1-36/+67
2013-08-20vxlan: Restructure vxlan receive.Pravin B Shelar1-15/+7
2013-08-20vxlan: Restructure vxlan socket apis.Pravin B Shelar1-41/+51
2013-08-20r8152: add commentshayeswang1-0/+5
2013-08-20r8152: adjust tx_bottom functionhayeswang1-66/+68
2013-08-20r8152: move some declearation of variableshayeswang1-15/+14
2013-08-20r8152: adjust some duplicated codehayeswang1-27/+28
2013-08-20r8152: replace lockflags with flagshayeswang1-24/+24
2013-08-20r8152: replace void * with struct r8152 *hayeswang1-2/+4
2013-08-20r8152: remove clearing the memory to zero for netdev privhayeswang1-1/+0
2013-08-20sis900: don't restart auto-negotiation each time after link resume.Denis Kirjanov1-17/+11
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-231/+363
2013-08-16net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer4-35/+29
2013-08-16tun: signedness bug in tun_get_user()Dan Carpenter1-2/+4
2013-08-16qlcnic: Update version to 5.2.46.Sucheta Chakraborty1-2/+2
2013-08-16qlcnic: Dump mailbox command data when a command times outManish Chopra1-0/+1
2013-08-16qlcnic: Fix driver initialization for 83xx adaptersManish Chopra1-7/+7
2013-08-16qlcnic: Flush mailbox command list when mailbox is not availableManish Chopra1-1/+6
2013-08-16qlcnic: Reinitialize mailbox data structures after firmware resetManish Chopra1-1/+1
2013-08-16qlcnic: Fix diagnostic interrupt test for 83xx adaptersManish Chopra1-0/+5
2013-08-16qlcnic: Fix beacon state return status handlingSucheta Chakraborty1-3/+3
2013-08-16qlcnic: Fix set driver version commandHimanshu Madhani2-3/+6
2013-08-16net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann1-5/+8
2013-08-15drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall1-1/+3
2013-08-15net/usb/r8152: enable interrupt transferhayeswang1-27/+113
2013-08-15net/usb/r8152: enable tx checksumhayeswang1-5/+59
2013-08-15net/usb/r8152: support aggregationhayeswang1-161/+486
2013-08-15Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy1-83/+24
2013-08-15be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi2-0/+9
2013-08-14tun: compare with 0 instead of total_lenWeiping Pan1-2/+2
2013-08-14ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin1-1/+1
2013-08-14bnx2x: prevent crash in shutdown flow with CNICYuval Mintz1-2/+1
2013-08-14bnx2x: fix PTE write access errorBarak Witkowsky3-0/+15
2013-08-14bnx2x: fix memory leak in VFAriel Elior1-1/+1
2013-08-14bnx2x: update fairness parameters following DCB negotiationDmitry Kravkov3-12/+24
2013-08-14bnx2x: protect different statistics flowsDmitry Kravkov3-12/+57
2013-08-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller144-2877/+6611
2013-08-14drivers: net: cpsw: Add support for new CPSW IP version present in AM43xx SoCMugunthan V N1-0/+3
2013-08-14gianfar: Add flow control supportClaudiu Manoil3-3/+132
2013-08-14pptp: fix byte order warningsstephen hemminger1-5/+5
2013-08-14skge: dma_sync the whole receive bufferstephen hemminger1-2/+4