summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ice: Add device ids for E822 devicesJacob Keller2020-01-033-0/+39
| * ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak2020-01-031-0/+2
| * ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak2020-01-033-3/+6
| * ice: add extra check for null Rx descriptorMitch Williams2020-01-031-5/+8
| * ice: suppress checked_return errorBruce Allan2020-01-031-0/+6
| * ice: Demote MTU change print to debugTony Nguyen2020-01-031-1/+1
| * ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley2020-01-031-100/+99
| * ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2020-01-032-47/+12
| * ice: Remove Rx flex descriptor programmingVignesh Sridhar2020-01-032-113/+0
| * ice: Return error on not supported ethtool -C parametersMichal Swiatkowski2020-01-031-0/+50
| * ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2020-01-032-0/+108
| * ice: Set default value for ITR in alloc functionMichal Swiatkowski2020-01-031-9/+4
| * ice: Add ice_for_each_vf() macroBrett Creeley2020-01-034-15/+22
| * ice: Add code to keep track of current dflt_vsiBrett Creeley2020-01-034-16/+155
| * ice: Fix VF spoofchkBrett Creeley2020-01-034-97/+146
| * ice: Support UDP segmentation offloadBrett Creeley2020-01-032-4/+14
|/
* bna: remove set but not used variable 'pgoff'yu kuai2020-01-031-2/+1
* net: netsec: Change page pool nid to NUMA_NO_NODEIlias Apalodimas2020-01-031-1/+1
* l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang2020-01-031-2/+0
* net: Remove redundant BUG_ON() check in phonet_pernetXu Wang2020-01-031-2/+0
* net: remove the check argument from __skb_gro_checksum_convertLi RongQing2020-01-034-6/+6
* ethtool: remove set but not used variable 'lsettings'YueHaibing2020-01-031-2/+0
* tcp: use REXMIT_NEW instead of magic numberMao Wenan2020-01-021-1/+1
* enetc: add support time specific departure base on the qos etfPo Liu2020-01-024-1/+59
* fsl/fman: use resource_sizeJulia Lawall2020-01-021-2/+2
* ptp: ptp_clockmatrix: constify copied structureJulia Lawall2020-01-021-1/+1
* sfc: Remove unnecessary dependencies on I2CBen Hutchings2020-01-023-4/+0
* Merge branch 'tcp-Add-support-for-L3-domains-to-MD5-auth'David S. Miller2020-01-026-87/+715
|\
| * fcnal-test: Add TCP MD5 tests for VRFDavid Ahern2020-01-021-0/+313
| * fcnal-test: Add TCP MD5 testsDavid Ahern2020-01-021-0/+145
| * nettest: Add support for TCP_MD5 extensionsDavid Ahern2020-01-021-13/+69
| * nettest: Return 1 on MD5 failure for server modeDavid Ahern2020-01-021-1/+1
| * net: Add device index to tcp_md5sigDavid Ahern2020-01-023-3/+40
| * tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-023-51/+113
| * ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern2020-01-021-5/+8
| * ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern2020-01-021-6/+9
| * ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern2020-01-021-17/+26
|/
* vxlan: Fix alignment and code style of vxlan.cNiu Xilei2020-01-021-10/+11
* Merge branch 'mlxsw-Allow-setting-default-port-priority'David S. Miller2020-01-024-0/+249
|\
| * selftests: mlxsw: Add a self-test for port-default priorityPetr Machata2020-01-022-0/+199
| * mlxsw: spectrum_dcb: Allow setting default port priorityPetr Machata2020-01-021-0/+17
| * mlxsw: reg: Add QoS Port DSCP to Priority Mapping RegisterPetr Machata2020-01-021-0/+33
|/
* Merge branch 'page_pool-NUMA-node-handling-fixes'David S. Miller2020-01-021-19/+70
|\
| * page_pool: help compiler remove code in case CONFIG_NUMA=nJesper Dangaard Brouer2020-01-021-0/+9
| * page_pool: handle page recycle for NUMA_NO_NODE conditionJesper Dangaard Brouer2020-01-021-19/+61
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-12-318-46/+322
|\
| * igc: Remove serdes comments from a description of methodsSasha Neftin2019-12-311-2/+2
| * e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck2019-12-311-8/+9
| * igc: Add legacy power management supportSasha Neftin2019-12-314-0/+246
| * igc: Add 64 bit DMA access supportSasha Neftin2019-12-311-0/+3