aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-05net: dsa: vsc73xx: Remove dependency on CONFIG_OFFlorian Fainelli2-3/+2
2020-01-05Merge branch 'WireGuard-bug-fixes-and-cleanups'David S. Miller7-51/+51
2020-01-05wireguard: socket: mark skbs as not on list when receiving via groJason A. Donenfeld1-0/+1
2020-01-05wireguard: queueing: do not account for pfmemalloc when clearing skb headerJason A. Donenfeld1-3/+0
2020-01-05wireguard: selftests: remove ancient kernel compatibility codeJason A. Donenfeld5-48/+50
2020-01-05Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-1288/+1269
2020-01-04igc: Remove no need declaration of the igc_sw_initSasha Neftin1-743/+740
2020-01-04igc: Remove no need declaration of the igc_write_itrSasha Neftin1-17/+16
2020-01-04igc: Remove no need declaration of the igc_assign_vectorSasha Neftin1-62/+61
2020-01-04igc: Remove no need declaration of the igc_free_q_vectorSasha Neftin1-21/+20
2020-01-04igc: Remove no need declaration of the igc_free_q_vectorsSasha Neftin1-14/+13
2020-01-04igc: Remove no need declaration of the igc_irq_disableSasha Neftin1-34/+33
2020-01-04igc: Remove no need declaration of the igc_irq_enableSasha Neftin1-24/+23
2020-01-04igc: Remove no need declaration of the igc_configure_msixSasha Neftin1-45/+44
2020-01-04igc: Remove no need declaration of the igc_set_rx_modeSasha Neftin1-177/+176
2020-01-04igc: Remove no need declaration of the igc_set_interrupt_capabilitySasha Neftin1-72/+70
2020-01-04igc: Remove no need declaration of the igc_alloc_mapped_pageSasha Neftin1-48/+46
2020-01-04igc: Remove no need declaration of the igc_configureSasha Neftin1-46/+45
2020-01-04igc: Remove no need declaration of the igc_set_default_mac_filterSasha Neftin1-46/+45
2020-01-04igc: Remove no need declaration of the igc_power_down_linkSasha Neftin1-11/+10
2020-01-04igc: Remove no need declaration of the igc_clean_tx_ringSasha Neftin1-38/+37
2020-01-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-410/+672
2020-01-03ice: Add device ids for E822 devicesJacob Keller3-0/+39
2020-01-03ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak1-0/+2
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak3-3/+6
2020-01-03ice: add extra check for null Rx descriptorMitch Williams1-5/+8
2020-01-03ice: suppress checked_return errorBruce Allan1-0/+6
2020-01-03ice: Demote MTU change print to debugTony Nguyen1-1/+1
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley1-100/+99
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2-47/+12
2020-01-03ice: Remove Rx flex descriptor programmingVignesh Sridhar2-113/+0
2020-01-03ice: Return error on not supported ethtool -C parametersMichal Swiatkowski1-0/+50
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2-0/+108
2020-01-03ice: Set default value for ITR in alloc functionMichal Swiatkowski1-9/+4
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley4-15/+22
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley4-16/+155
2020-01-03ice: Fix VF spoofchkBrett Creeley4-97/+146
2020-01-03ice: Support UDP segmentation offloadBrett Creeley2-4/+14
2020-01-03bna: remove set but not used variable 'pgoff'yu kuai1-2/+1
2020-01-03net: netsec: Change page pool nid to NUMA_NO_NODEIlias Apalodimas1-1/+1
2020-01-03l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang1-2/+0
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang1-2/+0
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing4-6/+6
2020-01-03ethtool: remove set but not used variable 'lsettings'YueHaibing1-2/+0
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan1-1/+1
2020-01-02enetc: add support time specific departure base on the qos etfPo Liu4-1/+59
2020-01-02fsl/fman: use resource_sizeJulia Lawall1-2/+2
2020-01-02ptp: ptp_clockmatrix: constify copied structureJulia Lawall1-1/+1
2020-01-02sfc: Remove unnecessary dependencies on I2CBen Hutchings3-4/+0
2020-01-02Merge branch 'tcp-Add-support-for-L3-domains-to-MD5-auth'David S. Miller6-87/+715