summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2016-01-06Driver: Vmxnet3: Fix regression caused by 5738a09Shrikrishna Khare-6/+6
2016-01-06net: qmi_wwan: Add WeTelecom-WPD600NKristian Evensen-0/+1
2016-01-06mkiss: fix scribble on freed memoryAlan-0/+5
2016-01-066pack: fix free memory scribblesOne Thousand Gnomes-0/+6
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern-3/+7
2016-01-04r8152: add reset_resume functionhayeswang-1/+9
2016-01-04cxgb4: correctly handling failed allocationInsu Yun-0/+4
2016-01-04qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun-2/+4
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-107/+221
2015-12-30Merge tag 'wireless-drivers-for-davem-2015-12-28' of git://git.kernel.org/pub...David S. Miller-20/+44
2015-12-29drivers: net: cpsw: fix error return codeJulia Lawall-3/+7
2015-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-45/+1
2015-12-28RDMA/be2net: Remove open and close entry pointsDevesh Sharma-45/+1
2015-12-24qlcnic: fix a loop exit condition betterDan Carpenter-1/+1
2015-12-23net: cdc_ncm: avoid changing RX/TX buffers on MTU changesBjørn Mork-1/+32
2015-12-23geneve: initialize needed_headroomPaolo Abeni-1/+9
2015-12-22sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov-28/+30
2015-12-22veth: don’t modify ip_summed; doing so treats packets with bad checksums as...Vijay Pandurangan-6/+0
2015-12-21net: usb: cdc_ncm: Adding Dell DW5813 LTE AT&T Mobile Broadband CardDaniele Palmas-0/+9
2015-12-21net: usb: cdc_ncm: Adding Dell DW5812 LTE Verizon Mobile Broadband CardDaniele Palmas-0/+9
2015-12-19natsemi: add checks for dma mapping errorsAlexey Khoroshilov-0/+12
2015-12-18bnx2x: Prevent FW assertion when using VxlanYuval Mintz-9/+13
2015-12-18mkiss: Fix use after free in mkiss_close().David Miller-2/+2
2015-12-186pack: Fix use after free in sixpack_close().David Miller-4/+4
2015-12-18be2net: Avoid accessing eq object in be_msix_register routine, when i < 0.Venkat Duvvuru-1/+3
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-19/+15
2015-12-18net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev-7/+14
2015-12-18net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev-3/+2
2015-12-18drivers: net: cpsw: increment reference count on fixed-link PHY nodeDavid Rivshin-4/+9
2015-12-18drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHYDavid Rivshin-18/+22
2015-12-18ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phyPascal Speck (Iktek)-1/+1
2015-12-18xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel-16/+14
2015-12-18xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel-3/+1
2015-12-18Merge tag 'iwlwifi-for-kalle-2015-12-16' of https://git.kernel.org/pub/scm/li...Kalle Valo-20/+44
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-362/+536
2015-12-17drivers: net: xgene: fix Tx flow controlIyappan Subramanian-18/+24
2015-12-1682xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth-1/+1
2015-12-16gianfar: Don't enable RX Filer if not supportedHamish Martin-3/+6
2015-12-15qlcnic: fix a timeout loopDan Carpenter-1/+2
2015-12-15sfc: fix a timeout loopDan Carpenter-1/+1
2015-12-15qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter-2/+3
2015-12-15amd-xgbe: fix a couple timeout loopsDan Carpenter-2/+2
2015-12-15net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda-2/+3
2015-12-15pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong-0/+6
2015-12-15ravb: Add disable 10baseKazuya Mizuguchi-0/+3
2015-12-15sh_eth: fix descriptor access endiannessSergei Shtylyov-10/+14
2015-12-15sh_eth: fix TX buffer byte-swappingSergei Shtylyov-2/+1
2015-12-14sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov-25/+24
2015-12-14stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai-1/+5
2015-12-14net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser-1/+6