summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* geneve: maximum value of VNI cannot be usedGirish Moodalbail2017-08-101-1/+1
* net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli2017-08-101-0/+4
* qmi_wwan: fix NULL deref on disconnectBjørn Mork2017-08-091-1/+5
* ppp: fix xmit recursion detection on ppp channelsGuillaume Nault2017-08-091-8/+10
* net: dsa: mediatek: add adjust link support for user portsJohn Crispin2017-08-092-0/+39
* net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti2017-08-091-11/+18
* qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet2017-08-071-1/+1
* asix: Fix small memory leak in ax88772_unbind()Dean Jenkins2017-08-073-0/+17
* asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins2017-08-071-9/+25
* asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins2017-08-071-1/+3
* netvsc: fix race on sub channel creationstephen hemminger2017-08-073-7/+11
* xgene: Always get clk source, but ignore if it's missing for SGMII portsThomas Bogendoerfer2017-08-041-3/+3
* mlxsw: spectrum_switchdev: Release multicast groups during finiIdo Schimmel2017-08-041-1/+12
* mlxsw: spectrum_switchdev: Don't warn about valid situationsIdo Schimmel2017-08-041-12/+12
* ibmvnic: Initialize SCRQ's during login renegotiationThomas Falcon2017-08-021-1/+14
* usb: qmi_wwan: add D-Link DWM-222 device IDHector Martin2017-08-021-0/+1
* net/mlx4_core: Fixes missing capability bit in flags2 capability dumpJack Morgenstein2017-08-021-0/+1
* net/mlx4_core: Fix namespace misalignment in QinQ VST support commitJack Morgenstein2017-08-021-1/+1
* net/mlx4_core: Fix sl_to_vl_change bit offset in flags2 dumpJack Morgenstein2017-08-021-1/+1
* net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportInbar Karmy2017-08-024-7/+15
* lan78xx: Fix to handle hard_header_len updateNisar Sayed2017-08-021-3/+3
* lan78xx: USB fast connect/disconnect crash fixNisar Sayed2017-08-021-6/+6
* ipvlan: Fix 64-bit statistics seqcount initializationFlorian Fainelli2017-08-021-1/+1
* netvsc: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-021-0/+2
* gtp: Initialize 64-bit per-cpu stats correctlyFlorian Fainelli2017-08-021-1/+1
* nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli2017-08-021-0/+2
* ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli2017-08-021-0/+4
* i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli2017-08-021-0/+2
* b44: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-021-0/+1
* vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-021-0/+1
* net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko2017-08-021-1/+1
* net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko2017-08-022-2/+83
* net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko2017-08-022-15/+13Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-0148-163/+404
|\
| * ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng2017-08-011-1/+1
| * Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"Florian Fainelli2017-08-013-5/+6
| * virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin2017-08-011-3/+2Star
| * mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov2017-08-011-1/+1
| * net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli2017-08-011-0/+3
| * sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland2017-08-011-3/+3
| * Merge tag 'wireless-drivers-for-davem-2017-07-28' of git://git.kernel.org/pub...David S. Miller2017-07-302-6/+1Star
| |\
| | * brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel2017-07-271-5/+0Star
| | * brcmfmac: Don't grow SKB by negative sizeDaniel Stone2017-07-271-1/+1
| * | net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King2017-07-301-1/+1
| * | net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2017-07-292-5/+24
| * | Merge tag 'mlx5-fixes-2017-07-27-V2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2017-07-2911-93/+225
| |\ \
| | * | net/mlx5: Fix mlx5_add_flow_rules call with correct num of destsPaul Blakey2017-07-271-1/+1
| | * | net/mlx5e: Schedule overflow check work to mlx5e workqueueEugenia Emantayev2017-07-271-6/+5Star
| | * | net/mlx5e: Fix wrong delay calculation for overflow check schedulingEugenia Emantayev2017-07-271-1/+2
| | * | net/mlx5e: Add missing support for PTP_CLK_REQ_PPS requestEugenia Emantayev2017-07-273-1/+21