summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: enic: Adding support for Cisco Low Latency NICNeel Patel2013-08-207-17/+197
* qlcnic: Update version to 5.3.47Himanshu Madhani2013-08-201-3/+3
* qlcnic: Add support for 84xx adapters to load firmware from filePratik Pujar2013-08-202-2/+28
* qlcnic: Loopback Inter Driver Communication AEN handlerManish Chopra2013-08-202-9/+37
* qlcnic: Add PVID support for 84xx adaptersManish Chopra2013-08-202-7/+14
* qlcnic: Enable support for 844X adapterManish Chopra2013-08-203-7/+23
* vxlan: Add tx-vlan offload support.Pravin B Shelar2013-08-201-1/+15
* vxlan: Improve vxlan headroom calculation.Pravin B Shelar2013-08-201-4/+9
* 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-17120-788/+1329
|\
| * Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-08-162-35/+42
| |\
| | * clk: exynos4: Add CLK_GET_RATE_NOCACHE flag for the Exynos4x12 ISP clocksSylwester Nawrocki2013-08-131-30/+34
| | * clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxesSoren Brinkmann2013-08-131-4/+6
| | * clk/zynq/clkc: Add dedicated spinlock for the SWDTSoren Brinkmann2013-08-131-1/+2
| * | Merge tag 'usb-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-08-1610-37/+55
| |\ \
| | * | USB: keyspan: fix null-deref at disconnect and releaseJohan Hovold2013-08-141-1/+1
| | * | USB: mos7720: fix broken control requestsJohan Hovold2013-08-141-7/+14
| | * | usb: add two quirky touchscreenOliver Neukum2013-08-141-0/+6
| | * | USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold2013-08-121-4/+5
| | * | USB: adutux: fix big-endian device-type reportingJohan Hovold2013-08-121-1/+1
| | * | USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold2013-08-121-4/+4
| | * | USB: mos7840: fix big-endian probeJohan Hovold2013-08-121-1/+1
| | * | USB-Serial: Fix error handling of usb_wwanMatt Burtch2013-08-121-10/+10
| | * | wusbcore: fix kernel panic when disconnecting a wireless USB->serial deviceThomas Pugliese2013-08-121-2/+7
| | * | USB: EHCI: accept very late isochronous URBsAlan Stern2013-08-121-7/+6
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-1634-245/+381
| |\ \
| | * | 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