summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | ice: Implement transmit and NAPI supportAnirudh Venkataramanan2018-03-265-2/+1171
| * | | ice: Configure VSIs for Tx/RxAnirudh Venkataramanan2018-03-2614-6/+2729
| * | | ice: Add support for switch filter programmingAnirudh Venkataramanan2018-03-267-2/+1935
| * | | ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan2018-03-267-0/+1548
| * | | ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan2018-03-2610-1/+1025
| * | | ice: Get MAC/PHY/link info and scheduler topologyAnirudh Venkataramanan2018-03-268-0/+929
| * | | ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan2018-03-2610-1/+1082
| * | | ice: Start hardware initializationAnirudh Venkataramanan2018-03-2612-1/+854
| * | | ice: Add support for control queuesAnirudh Venkataramanan2018-03-2612-2/+1458
| * | | ice: Add basic driver framework for Intel(R) E800 SeriesAnirudh Venkataramanan2018-03-269-0/+304
| |/ /
* | | Merge branch 'mlxsw-Offload-IPv6-multicast-routes'David S. Miller2018-03-2615-331/+701
|\ \ \
| * | | mlxsw: spectrum: Add multicast router trap for PIMv6Yuval Mintz2018-03-262-0/+2
| * | | mlxsw: spectrum_router: Process IP6MR fib notificationYuval Mintz2018-03-261-7/+10
| * | | mlxsw: spectrum_mr: Add ipv6 specific operationsYuval Mintz2018-03-262-0/+57
| * | | mlxsw: spectrum_router: Make IPMR-related APIs family agnosticYuval Mintz2018-03-263-46/+47
| * | | mlxsw: spectrum_mr: Convert into using mr_mfcYuval Mintz2018-03-261-84/+108
| * | | mlxsw: spectrum_router: Support IPv6 multicast to host CPUYuval Mintz2018-03-263-54/+121
| * | | mlxsw: spectrum_mr: Pass protocol as part of catchall route paramsYuval Mintz2018-03-261-0/+1
| * | | mlxsw: reg: Add register settings for IPv6 multicast routingYuval Mintz2018-03-261-14/+44
| * | | mlxsw: reg: Configure RIF to forward IPv6 multicast packetsYuval Mintz2018-03-261-0/+16
| * | | ip6mr: Add refcounting to mfcYuval Mintz2018-03-266-31/+27
| * | | ip6mr: Add API for default_rule fibYuval Mintz2018-03-262-0/+17
| * | | ip6mr: Support fib notificationsYuval Mintz2018-03-262-8/+106
| * | | ipmr: Make ipmr_dump() commonYuval Mintz2018-03-263-51/+62
| * | | ipmr: Make MFC fib notifiers commonYuval Mintz2018-03-264-33/+56
| * | | ipmr: Make vif fib notifiers commonYuval Mintz2018-03-263-34/+58
|/ / /
* | | Merge branch 'pernet-convert-part7.1'David S. Miller2018-03-264-0/+4
|\ \ \