summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add more commentsKirill Tkhai2018-03-273-1/+7
* net: Rename net_sem to pernet_ops_rwsemKirill Tkhai2018-03-274-28/+30
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27182-206/+0
* net: Reflect all pernet_operations are convertedKirill Tkhai2018-03-271-37/+6
* net: Convert nfsd_net_opsKirill Tkhai2018-03-271-0/+1
* net: mvpp2: Use relaxed I/O in data pathYan Markman2018-03-271-13/+30
* Merge tag 'mlx5-updates-2018-03-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-03-2723-90/+531
|\
| * net/mlx5e: Add VLAN offload features to hw_enc_featuresAviv Heller2018-03-261-0/+3
| * net/mlx5e: Add a helper macro in set features ndoGal Pressman2018-03-261-15/+11
| * net/mlx5e: Make choose LRO timeout function staticGal Pressman2018-03-262-2/+1
| * net/mlx5e: Remove redundant check in get ethtool statsGal Pressman2018-03-261-3/+0
| * net/mlx5: Protect from command bit overflowLeon Romanovsky2018-03-261-1/+1
| * net/mlx5e: Offload tc vlan push/pop using HW actionOr Gerlitz2018-03-263-11/+40
| * net/mlx5: Add core support for vlan push/pop steering actionOr Gerlitz2018-03-266-7/+35
| * net/mlx5: E-Switch, Use same source for offloaded actions checkOr Gerlitz2018-03-261-2/+2
| * net/mlx5e: Add interface down dropped packets statisticsMoshe Shemesh2018-03-264-29/+69
| * net/mlx5: Add packet dropped while vport down statisticsMoshe Shemesh2018-03-264-6/+58
| * net/mlx5e: Add vnic steering drop statisticsMoshe Shemesh2018-03-263-1/+72
| * net/mlx5: Add support for QUERY_VNIC_ENV commandMoshe Shemesh2018-03-262-1/+51
| * net/mlx5e: PFC stall prevention supportInbar Karmy2018-03-264-12/+132
| * ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy2018-03-262-0/+10
| * net/mlx5e: Expose PFC stall prevention countersInbar Karmy2018-03-264-4/+50
* | liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2018-03-272-57/+0
* | ipv6: addrconf: Use normal debugging styleJoe Perches2018-03-271-20/+8
* | tc-testing: Correct compound statements for namespace executionLucas Bates2018-03-271-5/+5
* | tipc: tipc_node_create() can be staticWei Yongjun2018-03-271-2/+2
* | tipc: fix error handling in tipc_udp_enable()Wei Yongjun2018-03-271-1/+2
* | net: aquantia: Make function hw_atl_utils_mpi_set_speed() staticWei Yongjun2018-03-271-1/+1
* | Merge branch 'net-mvpp2-Remove-unnecessary-dynamic-allocs'David S. Miller2018-03-271-183/+137
|\ \
| * | net: mvpp2: Don't use dynamic allocs for local variablesMaxime Chevallier2018-03-271-161/+125
| * | net: mvpp2: Make mvpp2_prs_hw_read a parser entry init functionMaxime Chevallier2018-03-271-29/+19
|/ /
* | net/ncsi: check for null return from call to nla_nest_startColin Ian King2018-03-271-0/+4
* | sctp: remove unnecessary asoc in sctp_has_associationXin Long2018-03-273-15/+14
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-03-276-122/+181
|\ \
| * | i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-263-10/+68
| * | i40e: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-261-5/+4
| * | i40e: re-number feature flags to remove gapsJacob Keller2018-03-261-31/+26
| * | i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller2018-03-261-14/+5
| * | i40e: hold the RTNL lock while changing interrupt schemesJacob Keller2018-03-261-2/+17
| * | i40e: move client flags into state bitsJacob Keller2018-03-263-19/+17
| * | i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2018-03-262-5/+5
| * | i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-264-26/+27
| * | i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2018-03-262-7/+6
| * | i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2018-03-262-8/+11
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-03-2626-0/+18863
|\ \ \ | |_|/ |/| |
| * | ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan2018-03-269-1/+728
| * | ice: Support link events, reset and rebuildAnirudh Venkataramanan2018-03-267-6/+681
| * | ice: Update Tx scheduler tree for VSI multi-Tx queue supportAnirudh Venkataramanan2018-03-268-3/+1006
| * | ice: Add stats and ethtool supportAnirudh Venkataramanan2018-03-269-5/+1828
| * | ice: Add support for VLANs and offloadsAnirudh Venkataramanan2018-03-2610-16/+1631