summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-12/+6
* ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
* lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
* sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
* cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-5/+2
* smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-6/+2
* qed: Fix issue in populating the PFC config paramters.sudarsana.kalluru@cavium.com2017-04-201-0/+2
* qed: Fix possible system hang in the dcbnl-getdcbx() path.sudarsana.kalluru@cavium.com2017-04-201-1/+1
* qed: Fix sending an invalid PFC error mask to MFW.sudarsana.kalluru@cavium.com2017-04-201-0/+2
* qed: Fix possible error in populating max_tc field.sudarsana.kalluru@cavium.com2017-04-201-0/+7
* smsc95xx: Use skb_cow_head to deal with cloned skbsJames Hughes2017-04-201-6/+6
* dp83640: don't recieve time stamps twiceDan Carpenter2017-04-201-2/+0
* sh_eth: unmap DMA buffers when freeing ringsSergei Shtylyov2017-04-181-55/+67
* net: ethernet: mediatek: fix inconsistency of port number carried in TXDSean Wang2017-04-172-8/+18
* net: ethernet: mediatek: fix inconsistency between TXD and the used bufferSean Wang2017-04-171-9/+8
* net: phy: micrel: fix crash when statistic requested for KSZ9031 phyGrygorii Strashko2017-04-171-15/+2
* net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev ruleDavid Ahern2017-04-171-1/+1
* net: thunderx: Fix set_max_bgx_per_node for 81xx rgxGeorge Cherian2017-04-172-0/+2
* sfc: limit the number of receive queuesBert Kenward2017-04-172-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-145-16/+29
|\
| * drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201Daniele Palmas2017-04-131-1/+1
| * Merge tag 'linux-can-fixes-for-4.12-20170404' of git://git.kernel.org/pub/scm...David S. Miller2017-04-082-3/+2
| |\
| | * can: rcar_can: Do not print virtual addressesGeert Uytterhoeven2017-04-041-2/+1
| | * can: ifi: use correct register to read rx statusMarkus Marb2017-04-041-1/+1
| * | team: call netdev_change_features out of team lockXin Long2017-04-061-8/+11
| * | usbnet: make sure no NULL pointer is passed throughOliver Neukum2017-04-061-4/+15
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-04-141-11/+34
|\ \ \ | |/ / |/| |
| * | virtio_net: clear MTU when out of rangeMichael S. Tsirkin2017-04-071-11/+30
| * | virtio_net: enable big packets for large MTU valuesMichael S. Tsirkin2017-04-071-0/+4
* | | nfp: fix potential use after free on xdp progJakub Kicinski2017-04-051-1/+2
* | | Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub...David S. Miller2017-04-047-12/+25
|\ \ \
| * | | brcmfmac: use local iftype avoiding use-after-free of virtual interfaceArend Van Spriel2017-03-301-3/+5
| * | | rtlwifi: Fix scheduling while atomic splatLarry Finger2017-03-301-2/+4
| * | | iwlwifi: mvm: support ibss in dqa modeLiad Kaufman2017-03-243-6/+13
| * | | iwlwifi: mvm: writing zero bytes to debugfs causes a crashDan Carpenter2017-03-241-0/+2
| * | | iwlwifi: mvm: fix accessing fw_id_to_mac_idSara Sharon2017-03-241-1/+1
* | | | net: ethernet: ti: cpsw: fix race condition during open()Sekhar Nori2017-04-041-6/+8
* | | | bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2017-04-042-12/+12
| |_|/ |/| |
* | | net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeoutGrygorii Strashko2017-04-021-0/+2
* | | r8152: The Microsoft Surface docks also use R8152 v2René Rebe2017-04-012-0/+18
* | | net/faraday: Explicitly include linux/of.h and linux/property.hMark Brown2017-04-011-0/+2
* | | net: hns: Add ACPI support to check SFP presentDaode Huang2017-04-012-5/+34
* | | be2net: Fix endian issue in logical link config commandSuresh Reddy2017-03-301-3/+6
* | | ezchip: nps_enet: check if napi has been completedZakharov Vlad2017-03-291-3/+1
* | | bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.Michael Chan2017-03-291-5/+10
* | | bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()Sankar Patchineelam2017-03-291-1/+1
* | | bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam2017-03-291-0/+13
* | | rocker: fix Wmaybe-uninitialized false-positiveArnd Bergmann2017-03-281-7/+4
* | | net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh2017-03-281-2/+3
* | | net: moxa: fix TX overrun memory leakJonas Jensen2017-03-282-2/+19