summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* qede: Bump up driver version to 8.10.1.20Manish Chopra2016-07-011-1/+1
* qede: Add get/set rx copy break tunable supportManish Chopra2016-07-013-1/+51
* qede: Utilize xmit_moreManish Chopra2016-07-011-14/+23
* qede: qede_poll refactoringManish Chopra2016-07-011-42/+35
* qede: Add support for handling IP fragmented packets.Manish Chopra2016-07-013-0/+23
* tun: switch to use skb array for txJason Wang2016-07-011-8/+130
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2016-06-3011-67/+148
|\
| * igb: Only DMA sync frame lengthAndrew Lunn2016-06-291-3/+4
| * ixgbe: fix spoofed packets with macvlansEmil Tantilov2016-06-291-0/+1
| * ixgbe: Correct reporting of timestamping for x550Tony Nguyen2016-06-291-2/+6
| * fm10k: Remove create_workqueueBhaktipriya Shridhar2016-06-291-2/+1
| * igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller2016-06-291-0/+2
| * igb: implement igb_ptp_suspendJacob Keller2016-06-292-5/+18
| * igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2016-06-292-33/+18
| * igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2016-06-292-13/+9
| * igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller2016-06-292-4/+8
| * ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 o...Amritha Nambiar2016-06-291-16/+25
| * ixgbe: Fix deleting link filters for cls_u32 offloadsAmritha Nambiar2016-06-292-7/+72
| * e1000e: prevent division by zero if TIMINCA is zeroDenys Vlasenko2016-06-291-1/+2
| * fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller2016-06-291-2/+3
| * fm10k: Align Rx buffers to 512B blocksAlexander Duyck2016-06-291-1/+1
| * fm10k: don't use BIT() macro where the value isn't a bitmaskJacob Keller2016-06-291-1/+1
* | nfp: implement ethtool .get_link() callbackJakub Kicinski2016-06-301-0/+1
* | nfp: remove unused parameter from nfp_net_write_mac_addr()Jakub Kicinski2016-06-301-6/+7
* | nfp: correct name of control BAR defineJakub Kicinski2016-06-302-3/+3
* | be2net: signedness bug in be_msix_enable()Dan Carpenter2016-06-301-1/+2
* | net-next: mediatek: add support for IRQ groupingJohn Crispin2016-06-302-59/+111
* | net-next: mediatek: add IRQ lockingJohn Crispin2016-06-302-0/+8
* | net-next: mediatek: don't use intermediate variables to store IRQ masksJohn Crispin2016-06-301-12/+10
* | net-next: mediatek: remove superfluous register readsJohn Crispin2016-06-301-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-3061-481/+740
|\ \ | |/ |/|
| * qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru2016-06-291-7/+3
| * e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson2016-06-291-2/+13
| * qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter2016-06-291-1/+1
| * ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun2016-06-291-7/+7
| * net: thunderx: Fix TL4 configuration for secondary QsetsSunil Goutham2016-06-291-3/+13
| * net: thunderx: Fix link status reportingSunil Goutham2016-06-292-31/+62
| * net/mlx5e: Reorganize ethtool statisticsGal Pressman2016-06-295-163/+130
| * net/mlx5e: Fix number of PFC counters reported to ethtoolGal Pressman2016-06-291-1/+3
| * net/mlx5e: Prevent adding the same vxlan portMatthew Finlay2016-06-291-0/+3
| * net/mlx5e: Check for BlueFlame capability before allocating SQ uarGal Pressman2016-06-291-1/+1
| * net/mlx5e: Change enum to better reflect usageEli Cohen2016-06-292-4/+4
| * net/mlx5: Add ConnectX-5 PCIe 4.0 to list of supported devicesMajd Dibbiny2016-06-291-1/+2
| * net/mlx5: Update command stringsEli Cohen2016-06-291-0/+1
| * net: marvell: Add separate config ANEG function for Marvell 88E1111Harini Katakam2016-06-291-1/+43
| * net: phy: Manage fixed PHY address space using IDAFlorian Fainelli2016-06-291-11/+11
| * net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_createWang Sheng-Hui2016-06-281-7/+8
| * net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli2016-06-281-2/+0
| * net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli2016-06-281-0/+3
| * net: bgmac: Fix SOF bit checkingFlorian Fainelli2016-06-281-2/+3