summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-05fm10k: update driver version to match out-of-treeJacob Keller1-1/+1
2019-11-05ixgbe: Make use of cpumask_local_spread to improve RSS localityAlexander Duyck1-5/+3
2019-11-05fm10k: add support for ndo_get_vf_stats operationJacob Keller5-0/+56
2019-11-05fm10k: add missing field initializers to TLV attributes)Jacob Keller1-3/+3
2019-11-05ice: allow 3k MTU for XDPMaciej Fijalkowski1-2/+14
2019-11-05ice: add build_skb() supportMaciej Fijalkowski1-1/+59
2019-11-05ice: introduce frame padding computation logicMaciej Fijalkowski5-20/+114
2019-11-05ice: introduce legacy Rx flagMaciej Fijalkowski5-25/+63
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak11-27/+1456
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak5-312/+334
2019-11-04bpf: re-fix skip write only files in debugfsDaniel Borkmann1-1/+4
2019-11-04net: ethernet: stmmac: drop unused variable in stm32mp1_set_mode()Christophe Roullier1-3/+3
2019-11-04net: sgi: ioc3-eth: ensure tx ring is 16k aligned.Thomas Bogendoerfer1-6/+10
2019-11-04net: sgi: ioc3-eth: fix setting NETIF_F_HIGHDMAChristoph Hellwig1-3/+1
2019-11-04net: sgi: ioc3-eth: simplify setting the DMA maskChristoph Hellwig1-20/+7
2019-11-04net: sgi: ioc3-eth: fix usage of GFP_* flagsChristoph Hellwig1-2/+2
2019-11-04net: sgi: ioc3-eth: don't abuse dma_direct_* callsChristoph Hellwig1-14/+11
2019-11-04ipv6: use jhash2() in rt6_exception_hash()Eric Dumazet1-2/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn53-149/+201
2019-11-04net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov3-5/+9
2019-11-04ice: Add support for XDPMaciej Fijalkowski8-57/+825
2019-11-04ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski3-49/+47
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan10-827/+811
2019-11-04Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller25-359/+393
2019-11-04mISDN: remove unused variable 'faxmodulation_s'YueHaibing1-1/+0
2019-11-04ptp: Add a ptp clock driver for IDT ClockMatrix.Vincent Cheng5-0/+2201
2019-11-04dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clockVincent Cheng1-0/+69
2019-11-04net: icmp6: provide input address for traceroute6Francesco Ruggeri1-5/+17
2019-11-04tipc: improve message bundling algorithmTuong Lien3-104/+113
2019-11-04net: icmp: use input address in tracerouteFrancesco Ruggeri1-1/+2
2019-11-04Merge branch 'optimize-openvswitch-flow-looking-up'David S. Miller4-105/+361
2019-11-04net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang1-22/+38
2019-11-04net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang1-1/+1
2019-11-04net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang1-88/+98
2019-11-04net: openvswitch: add likely in flow_lookupTonghao Zhang1-2/+2
2019-11-04net: openvswitch: simplify the flow_hashTonghao Zhang1-5/+2
2019-11-04net: openvswitch: optimize flow-mask looking upTonghao Zhang1-51/+53
2019-11-04net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang1-42/+53
2019-11-04net: openvswitch: shrink the mask array if necessaryTonghao Zhang1-10/+23
2019-11-04net: openvswitch: convert mask list in mask arrayTonghao Zhang3-51/+167
2019-11-04net: openvswitch: add flow-mask cache for performanceTonghao Zhang3-16/+107
2019-11-03batman-adv: Drop lockdep.h include for soft-interface.cSven Eckelmann1-1/+0
2019-11-03batman-adv: Use 'fallthrough' pseudo keywordSven Eckelmann2-3/+3
2019-11-03batman-adv: Axe 'aggr_list_lock'Christophe JAILLET3-19/+15
2019-11-03batman-adv: Simplify 'batadv_v_ogm_aggr_list_free()'Christophe JAILLET1-5/+1
2019-11-03batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2019-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller41-476/+1863
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller623-3528/+5913
2019-11-02Merge branch 'bpf_probe_read_user'Alexei Starovoitov17-197/+597
2019-11-02bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann2-0/+104