summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain4-7/+40
2016-04-27i40e: Add VF promiscuous mode driver supportAnjali Singhai Jain2-6/+149
2016-04-27i40e: Add promiscuous on VLAN supportGreg Rose2-0/+78
2016-04-27i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg2-2/+4
2016-04-27i40e: Remove zero checkGreg Rose1-4/+1
2016-04-27i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk4-0/+4
2016-04-27i40e: Add device capability which defines if update is availableMichal Kosiarz5-0/+18
2016-04-26i40evf: Allow PF driver to configure RSSMitch Williams4-284/+294
2016-04-26i40e: Specify AQ event opcode to wait forShannon Nelson3-7/+44
2016-04-26i40e: Code cleanup in i40e_add_fdir_ethtoolShannon Nelson1-5/+7
2016-04-26i40evf: Don't PanicMitch Williams1-2/+4
2016-04-26i40e: Add support for configuring VF RSSMitch Williams3-12/+217
2016-04-26i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck4-16/+36
2016-04-26i40e/i40evf: Clean up feature flagsAlexander Duyck2-69/+58
2016-04-25qed: add support for link pause configuration.Sudarsana Reddy Kalluru1-0/+14
2016-04-25qed*: Conditions for changing linkYuval Mintz2-4/+16
2016-04-25qede: Add support for ethtool private flagsYuval Mintz1-0/+23
2016-04-25qed*: Align statistics namesYuval Mintz4-40/+49
2016-04-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller24-505/+661
2016-04-25ixgbe: use msleep for long delaysArnd Bergmann1-1/+1
2016-04-25ixgbevf: Move API negotiation function into mac_opsAlexander Duyck3-4/+5
2016-04-25ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck2-82/+180
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller4-26/+27
2016-04-25ixgbe: resolve shift of negative value warningJacob Keller1-2/+2
2016-04-25ixgbe: use BIT() macroJacob Keller17-195/+195
2016-04-25ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore3-0/+42
2016-04-25ixgbe: Use correct FC setup function for x550em_aMark Rustad1-2/+2
2016-04-25ixgbevf: add support for per-queue ethtool statsEmil Tantilov2-46/+91
2016-04-25ixgbevf: refactor ethtool stats handlingEmil Tantilov1-62/+64
2016-04-25ixgbe: Add register wait for slow linksMark Rustad2-0/+22
2016-04-25hv_netvsc: Fix the list processing for network change eventHaiyang Zhang1-1/+1
2016-04-25ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 valueSridhar Samudrala1-1/+1
2016-04-25ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov1-2/+2
2016-04-25ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov2-26/+2
2016-04-25ixgbe: consolidate the configuration of spoof checkingEmil Tantilov4-73/+42
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller37-374/+420
2016-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-376/+414
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa1-3/+28
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa1-5/+9
2016-04-21qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa1-2/+8
2016-04-21ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-21mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-21fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-21benet: be_resume needs to protect be_open with rtnl_lockHannes Frederic Sowa1-4/+6
2016-04-21Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packetsShrikrishna Khare2-6/+10
2016-04-21atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2016-04-21net/mlx5e: Add ethtool counter for RX buffer allocation failuresTariq Toukan3-4/+17
2016-04-21net/mlx5e: Delay skb->data accessSaeed Mahameed1-4/+3
2016-04-21net/mlx5e: Remove redundant barrierTariq Toukan1-1/+0
2016-04-21net/mlx5e: Use napi_alloc_skb for RX SKB allocationsTariq Toukan3-10/+7