summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-24net: aquantia: optimize rx performance by page reuse strategyIgor Russkikh8-63/+152
2019-03-24net: aquantia: optimize rx path using larger preallocated skb lenIgor Russkikh2-9/+20
2019-03-24Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller22-114/+243
2019-03-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-183/+835
2019-03-24Merge branch 'tcp-rx-tx-cache'David S. Miller10-47/+79
2019-03-24tcp: add one skb cache for rxEric Dumazet5-5/+36
2019-03-24tcp: add one skb cache for txEric Dumazet2-27/+28
2019-03-24net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet6-15/+15
2019-03-24Merge branch 'net-dev-BYPASS-for-lockless-qdisc'David S. Miller3-0/+23
2019-03-24net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni1-0/+9
2019-03-24net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni2-0/+14
2019-03-24tcp: add documentation for tcp_ca_stateSoheil Hassas Yeganeh1-0/+27
2019-03-24tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet1-6/+2
2019-03-24net: phy: Correct Cygnus/Omega PHY driver promptFlorian Fainelli1-2/+1
2019-03-22net/mlx5e: Replace TC VLAN pop and push actions with VLAN modifyEli Britstein1-1/+11
2019-03-22net/mlx5e: Support VLAN modify actionEli Britstein1-2/+49
2019-03-22net/mlx5e: Add VLAN ID rewrite fieldsEli Britstein2-0/+3
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh6-8/+9
2019-03-22net/mlx5e: TX, Add geneve tunnel stateless offload supportMoshe Shemesh4-3/+77
2019-03-22net/mlx5e: Take SW parser code to a separate functionMoshe Shemesh2-24/+53
2019-03-22net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh5-5/+4
2019-03-22net/mlx5e: Remove redundant assignmentGustavo A. R. Silva1-4/+2
2019-03-22net/mlx5e: Fix compilation warning in en_tc.cSaeed Mahameed2-2/+3
2019-03-22net/mlx5e: Fix port buffer function documentation formatSaeed Mahameed1-15/+15
2019-03-22net/mlx5: Fix compilation warning in eq.cSaeed Mahameed1-4/+2
2019-03-22net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core APIParav Pandit2-8/+5
2019-03-22net/mlx5: Rename total_vfs to total_vportsParav Pandit1-2/+2
2019-03-22net/mlx5: Simplify sriov enable/disable flowParav Pandit1-36/+8
2019-03-22ice: Get VF VSI instances directly via PFAkeem G Abodunrin1-8/+27
2019-03-22ice: Don't let VF know that it is untrustedAkeem G Abodunrin1-4/+8
2019-03-22ice: Set LAN_EN for all directional rulesYashaswini Raghuram Prathivadi Bhayankaram1-3/+9
2019-03-22ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz1-1/+6
2019-03-22ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram1-9/+20
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin7-31/+527
2019-03-22ice: code cleanup in ice_sched.cVictor Raj1-8/+9
2019-03-22ice: Remove unused vsi_id fieldAnirudh Venkataramanan1-1/+0
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan11-87/+108
2019-03-22ice: fix the divide by zero issueKiran Patil1-1/+12
2019-03-22ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin3-16/+76
2019-03-22ice: Remove unused function prototypeAnirudh Venkataramanan1-10/+0
2019-03-22ice: fix static analysis warningsBruce Allan4-4/+4
2019-03-22ice: Fix issue reclaiming resources back to the pool after resetAkeem G Abodunrin1-3/+23
2019-03-22ice: Enable MAC anti-spoof by defaultAkeem G Abodunrin1-0/+9
2019-03-22genetlink: make policy common to familyJohannes Berg36-374/+68
2019-03-22r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmitHeiner Kallweit1-1/+1
2019-03-22net: phy: aquantia: add downshift supportHeiner Kallweit1-10/+145
2019-03-22Merge branch 'Refactor-flower-classifier-to-remove-dependency-on-rtnl-lock'David S. Miller1-108/+325
2019-03-22net: sched: flower: set unlocked flag for flower proto opsVlad Buslov1-2/+1
2019-03-22net: sched: flower: track rtnl lock stateVlad Buslov1-26/+56
2019-03-22net: sched: flower: protect flower classifier state with spinlockVlad Buslov1-7/+32