summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-3118-107/+221
|\
| * Merge tag 'wireless-drivers-for-davem-2015-12-28' of git://git.kernel.org/pub...David S. Miller2015-12-302-20/+44
| |\
| | * Merge tag 'iwlwifi-for-kalle-2015-12-16' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-12-182-20/+44
| | |\
| | | * iwlwifi: mvm: protect RCU dereference in iwl_mvm_get_key_sta_idJohannes Berg2015-12-131-6/+9
| | | * iwlwifi: separate firmware version for 7260 devicesJohannes Berg2015-12-131-14/+35
| * | | drivers: net: cpsw: fix error return codeJulia Lawall2015-12-291-3/+7
| * | | qlcnic: fix a loop exit condition betterDan Carpenter2015-12-241-1/+1
| * | | net: cdc_ncm: avoid changing RX/TX buffers on MTU changesBjørn Mork2015-12-232-1/+32
| * | | geneve: initialize needed_headroomPaolo Abeni2015-12-231-1/+9
| * | | sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov2015-12-222-28/+30
| * | | veth: don’t modify ip_summed; doing so treats packets with bad checksums as...Vijay Pandurangan2015-12-221-6/+0
| * | | net: usb: cdc_ncm: Adding Dell DW5813 LTE AT&T Mobile Broadband CardDaniele Palmas2015-12-211-0/+9
| * | | net: usb: cdc_ncm: Adding Dell DW5812 LTE Verizon Mobile Broadband CardDaniele Palmas2015-12-211-0/+9
| * | | natsemi: add checks for dma mapping errorsAlexey Khoroshilov2015-12-191-0/+12
| * | | bnx2x: Prevent FW assertion when using VxlanYuval Mintz2015-12-181-9/+13
| * | | mkiss: Fix use after free in mkiss_close().David Miller2015-12-181-2/+2
| * | | 6pack: Fix use after free in sixpack_close().David Miller2015-12-181-4/+4
| * | | be2net: Avoid accessing eq object in be_msix_register routine, when i < 0.Venkat Duvvuru2015-12-181-1/+3
| * | | net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev2015-12-183-7/+14
| * | | net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev2015-12-181-3/+2
| * | | drivers: net: cpsw: increment reference count on fixed-link PHY nodeDavid Rivshin2015-12-181-4/+9
| * | | drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHYDavid Rivshin2015-12-181-18/+22
| * | | ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phyPascal Speck (Iktek)2015-12-181-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-12-284-45/+1
|\ \ \ \
| * | | | RDMA/be2net: Remove open and close entry pointsDevesh Sharma2015-12-284-45/+1
* | | | | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-181-19/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel2015-12-181-16/+14
| * | | | xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel2015-12-181-3/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-1752-362/+536
|\ \ \ \ \
| * | | | | drivers: net: xgene: fix Tx flow controlIyappan Subramanian2015-12-172-18/+24
| * | | | | 82xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth2015-12-161-1/+1
| * | | | | gianfar: Don't enable RX Filer if not supportedHamish Martin2015-12-162-3/+6
| * | | | | qlcnic: fix a timeout loopDan Carpenter2015-12-151-1/+2
| * | | | | sfc: fix a timeout loopDan Carpenter2015-12-151-1/+1
| * | | | | qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter2015-12-151-2/+3
| * | | | | amd-xgbe: fix a couple timeout loopsDan Carpenter2015-12-151-2/+2
| * | | | | net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda2015-12-151-2/+3
| * | | | | pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong2015-12-151-0/+6
| * | | | | ravb: Add disable 10baseKazuya Mizuguchi2015-12-151-0/+3
| * | | | | sh_eth: fix descriptor access endiannessSergei Shtylyov2015-12-151-10/+14
| * | | | | sh_eth: fix TX buffer byte-swappingSergei Shtylyov2015-12-151-2/+1
| * | | | | sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2015-12-142-25/+24
| * | | | | stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai2015-12-141-1/+5
| * | | | | net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser2015-12-141-1/+6
| * | | | | net:hns: print MAC with %pMAndy Shevchenko2015-12-131-35/+14
| * | | | | net:hns: annotate IO address space properlyAndy Shevchenko2015-12-131-5/+6
| * | | | | sfc: only use RSS filters if we're using RSSBert Kenward2015-12-123-13/+18
| * | | | | bnxt_en: Implement missing tx timeout reset logic.Michael Chan2015-12-111-3/+13
| * | | | | bnxt_en: Don't cancel sp_task from bnxt_close_nic().Michael Chan2015-12-112-2/+12
| * | | | | bnxt_en: Change bp->state to bitmap.Michael Chan2015-12-113-8/+7