summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-05um: vector netdev: adjust to xmit_more API changeJohannes Berg1-1/+1
2019-05-05Merge branch 'net-extend-indirect-calls-helper-usage'David S. Miller6-14/+45
2019-05-05net: use indirect calls helpers at the socket layerPaolo Abeni1-4/+16
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni4-4/+10
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni4-4/+15
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni1-2/+4
2019-05-05Bluetooth: hci_qca: Rename STATE_<flags> to QCA_<flags>Matthias Kaehlcke1-7/+8
2019-05-05net: ll_temac: remove an unnecessary conditionDan Carpenter1-1/+1
2019-05-05net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()Dan Carpenter1-2/+2
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita5-0/+24
2019-05-05Bluetooth: btbcm: Add default address for BCM2076B1Stephan Gerhold1-0/+5
2019-05-05net: atm: clean up a range checkDan Carpenter1-3/+1
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller202-1636/+56489
2019-05-05drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()Wei Yongjun1-2/+2
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King1-0/+4
2019-05-05Merge branch 'ipv4-Move-location-of-pcpu-route-cache-and-exceptions'David S. Miller3-67/+64
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern3-31/+24
2019-05-05ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern1-10/+10
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern3-28/+32
2019-05-04i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar1-8/+15
2019-05-04i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar1-6/+10
2019-05-04i40e: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-05-04i40e: Revert ShadowRAM checksum calculation changeMaciej Paczkowski1-25/+3
2019-05-04i40e: missing input validation on VF message handling by the PFMartyna Szapar2-14/+46
2019-05-04i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov6-2/+74
2019-05-04i40e: Wrong truncation from u16 to u8Grzegorz Siwik1-1/+1
2019-05-04i40e: add num_vectors checker in iwarp handlerSergey Nemov1-0/+10
2019-05-04i40e: Fix the typo in adding 40GE KR4 modeGrzegorz Siwik1-2/+2
2019-05-04i40e: Setting VF to VLAN 0 requires restartGrzegorz Siwik1-2/+2
2019-05-04i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov3-0/+6
2019-05-04i40e: VF's promiscuous attribute is not keptGrzegorz Siwik1-0/+23
2019-05-04ice: Disable sniffing VF traffic on PFMichal Swiatkowski1-22/+2
2019-05-04ice: Use more efficient structuresJesse Brandeburg1-2/+2
2019-05-04ice: Use bitfields where possibleJesse Brandeburg1-5/+5
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin4-0/+120
2019-05-04ice: Separate if conditions for ice_set_features()Tony Nguyen1-2/+6
2019-05-04ice: Remove __always_unused attributeTony Nguyen1-1/+1
2019-05-04ice: Suppress false-positive style issues reported by static analyzerBruce Allan1-0/+1
2019-05-04ice: Refactor getting/setting coalesceBrett Creeley1-59/+93
2019-05-04ice: Always free/allocate q_vectorsBrett Creeley1-20/+14
2019-05-04ice: Do not unnecessarily initialize local variableBruce Allan1-1/+1
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski4-28/+36
2019-05-04ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin2-2/+16
2019-05-04ice: Preserve VLAN Rx stripping settingsTony Nguyen1-0/+4
2019-05-04ice: Fix for allowing too many MDD events on VFMichal Swiatkowski1-7/+8
2019-05-04ice: Use pf instead of vsi-backJesse Brandeburg1-30/+30
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron1-2/+5
2019-05-04r8169: remove rtl_write_exgmac_batchHeiner Kallweit1-22/+4
2019-05-04Merge branch 'netlink-strict-attribute-checking-follow-up'David S. Miller3-12/+41
2019-05-04netlink: add validation of NLA_F_NESTED flagMichal Kubecek2-1/+25