summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-03fsl/fman: fix unreachable codeFlorinel Iordache1-1/+0
2020-08-03fsl/fman: fix dereference null return valueFlorinel Iordache1-1/+8
2020-08-03fsl/fman: use 32-bit unsigned integerFlorinel Iordache1-2/+1
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller35-93/+173
2020-08-03net: spider_net: Remove a useless memsetChristophe JAILLET1-2/+0
2020-08-03net: spider_net: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-2/+2
2020-08-03net: sgi: ioc3-eth: Fix the size used in some 'dma_free_coherent()' callsChristophe JAILLET1-2/+2
2020-08-03liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang1-1/+1
2020-08-03net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang1-4/+4
2020-08-03net: ethernet: aquantia: Fix wrong return valueTianjia Zhang1-1/+1
2020-08-03atm: idt77252: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-4/+5
2020-08-03atm: eni: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-1/+3
2020-08-03net: phy: mdio-mvusb: select MDIO_DEVRES in KconfigBartosz Golaszewski1-0/+1
2020-08-03appletalk: Fix atalk_proc_init() return pathVincent Duvert1-0/+2
2020-08-03net: dsa: qca8k: Add 802.1q VLAN supportJonathan McDowell2-0/+208
2020-08-03net: dsa: qca8k: Add define for port VIDJonathan McDowell2-5/+8
2020-08-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller19-87/+445
2020-08-03net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-08-03net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin1-1/+1
2020-08-03net: qed: use eth_zero_addr() to clear mac addressMiaohe Lin1-4/+3
2020-08-03net: qede: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-08-03cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy1-2/+15
2020-08-03cxgb4: fix check for running offline ethtool selftestRahul Lakkireddy1-3/+4
2020-08-03Merge branch 'ionic-txrx-updates'David S. Miller5-93/+240
2020-08-03ionic: separate interrupt for Tx and RxShannon Nelson5-27/+182
2020-08-03ionic: tx separate servicingShannon Nelson3-56/+53
2020-08-03ionic: use fewer firmware doorbells on rx fillShannon Nelson1-10/+5
2020-08-03net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi1-2/+11
2020-08-03net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov1-0/+2
2020-08-03ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot1-12/+12
2020-08-03ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot1-1/+1
2020-08-03Merge branch 'net-openvswitch-masks-cache-enhancements'David S. Miller5-22/+139
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron4-14/+115
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron5-8/+24
2020-08-03net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi1-0/+1
2020-08-03ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh1-2/+1
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu5-3/+11
2020-08-03Merge branch 'Improve-MDIO-Ethernet-PHY-reset'David S. Miller5-2/+15
2020-08-03net: mdio device: use flexible sleeping in reset functionBruno Thomsen1-1/+1
2020-08-03net: mdiobus: add reset-post-delay-us handlingBruno Thomsen3-0/+6
2020-08-03net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen1-1/+1
2020-08-03dt-bindings: net: mdio: add reset-post-delay-us propertyBruno Thomsen1-0/+7
2020-08-03bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skbDmitry Yakunin2-2/+25
2020-08-03bpf: Setup socket family and addresses in bpf_prog_test_run_skbDmitry Yakunin1-0/+21
2020-08-03net/mlx5: Delete extra dump stack that gives nothingLeon Romanovsky1-6/+3
2020-08-03net/mlx5: convert to new udp_tunnel infrastructureJakub Kicinski5-136/+64
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski4-8/+76
2020-08-03net/mlx5: DR, Change push vlan action sequenceAlex Vesker1-21/+21
2020-08-03net/mlx5e: Enable users to change VF/PF representors carrier stateParav Pandit1-0/+24