summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mlxsw-Various-fixes'David S. Miller2020-07-102-17/+39
|\
| * mlxsw: pci: Fix use-after-free in case of failed devlink reloadIdo Schimmel2020-07-101-16/+38
| * mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()Ido Schimmel2020-07-101-1/+1
|/
* Merge branch 'macb-WOL-fixes'David S. Miller2020-07-101-12/+19
|\
| * net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre2020-07-101-2/+4
| * net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre2020-07-101-1/+0
| * net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre2020-07-101-6/+12
| * net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre2020-07-101-1/+1
| * net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre2020-07-101-2/+2
|/
* bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti2020-07-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-07-104-15/+26
|\
| * libbpf: Fix libbpf hashmap on (I)LP32 architecturesJakub Bogusz2020-07-101-4/+8
| * selftests: bpf: Fix detach from sockmap testsLorenz Bauer2020-07-091-6/+6
| * bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau2020-07-092-3/+5
| * bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau2020-07-091-4/+9
* | Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-07-1014-62/+196
|\ \
| * | net/mlx5e: CT: Fix memory leak in cleanupEli Britstein2020-07-101-0/+1
| * | net/mlx5e: Fix port buffers cell size valueEran Ben Elisha2020-07-106-25/+78
| * | net/mlx5e: Fix 50G per lane indicationAya Levin2020-07-103-8/+23
| * | net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crashAya Levin2020-07-101-4/+4
| * | net/mlx5e: Fix VXLAN configuration restore after function reloadAya Levin2020-07-101-3/+4
| * | net/mlx5e: Fix usage of rcu-protected pointerVlad Buslov2020-07-101-3/+6
| * | net/mxl5e: Verify that rpriv is not NULLVlad Buslov2020-07-101-2/+3
| * | net/mlx5: E-Switch, Fix vlan or qos setting in legacy modeVu Pham2020-07-101-1/+0
| * | net/mlx5: Fix eeprom support for SFP moduleEran Ben Elisha2020-07-101-16/+77
* | | cgroup: Fix sock_cgroup_data on big-endian.Cong Wang2020-07-101-0/+2
|/ /
* / tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-092-1/+4
|/
* ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek2020-07-091-14/+13
* net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-091-4/+4
* qed: Populate nvm-file attributes while reading nvm config partition.Sudarsana Reddy Kalluru2020-07-094-9/+21
* cxgb4: fix all-mask IP address comparisonRahul Lakkireddy2020-07-091-5/+5
* tipc: fix retransmission on unicast linksHamish Martin2020-07-091-8/+18
* l2tp: remove skb_dst_set() from l2tp_xmit_skb()Xin Long2020-07-091-4/+1
* Merge branch 'net-smc-fixes'David S. Miller2020-07-0811-105/+163
|\
| * net/smc: tolerate future SMCD versionsUrsula Braun2020-07-082-13/+34
| * net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun2020-07-084-18/+20
| * net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun2020-07-084-18/+22
| * net/smc: fix work request handlingKarsten Graul2020-07-082-8/+10
| * net/smc: separate LLC wait queues for flow and messagesKarsten Graul2020-07-083-48/+77
|/
* net: atlantic: fix ip dst and ipv6 address filtersDmitry Bogdanov2020-07-082-3/+3
* ionic: centralize queue reset codeShannon Nelson2020-07-083-41/+32
* vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen2020-07-081-35/+22
* net: qed: fix buffer overflow on ethtool -dAlexander Lobakin2020-07-082-1/+14
* bridge: mcast: Fix MLD2 Report IPv6 payload length checkLinus Lüssing2020-07-081-1/+1
* net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese2020-07-081-1/+9
* net/sched: act_ct: add miss tcf_lastuse_update.wenxu2020-07-081-0/+2
* net/mlx5e: Do not include rwlock.h directlySebastian Andrzej Siewior2020-07-081-1/+0
* mptcp: fix DSS map generation on fin retransmissionPaolo Abeni2020-07-081-3/+3
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-081-0/+3
* net: ethernet: fec: prevent tx starvation under high rx loadTobias Waldekranz2020-07-082-68/+31