aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-01net/core: disable NET_RX_BUSY_POLL on PREEMPT_RTSebastian Andrzej Siewior1-1/+1
2021-10-01Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski16-146/+215
2021-10-01fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell3-0/+6
2021-10-01Revert "Merge branch 'mctp-kunit-tests'"David S. Miller6-632/+0
2021-10-01sparc: add SO_RESERVE_MEM definition.David S. Miller1-0/+3
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller4-2/+13
2021-10-01Merge branch 'mctp-kunit-tests'David S. Miller6-0/+632
2021-10-01mctp: Add input reassembly testsJeremy Kerr1-0/+134
2021-10-01mctp: Add route input to socket testsJeremy Kerr1-0/+131
2021-10-01mctp: Add packet rx testsJeremy Kerr1-3/+64
2021-10-01mctp: Add test utilsJeremy Kerr3-0/+90
2021-10-01mctp: Add initial test structure and fragmentation testJeremy Kerr3-0/+216
2021-10-01Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller14-105/+194
2021-09-30net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva1-1/+1
2021-09-30net/mlx5e: Use array_size() helperGustavo A. R. Silva1-4/+6
2021-09-30net/mlx5: Use struct_size() helper in kvzalloc()Gustavo A. R. Silva1-2/+1
2021-09-30net/mlx5: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2-3/+3
2021-09-30net/mlx5: Tolerate failures in debug features while driver loadAya Levin1-6/+6
2021-09-30net/mlx5: Warn for devlink reload when there are VFs aliveLama Kayal1-0/+5
2021-09-30net/mlx5: DR, Add missing string for action type SAMPLERYevgeny Kliteynik1-0/+1
2021-09-30net/mlx5: DR, init_next_match only if neededYevgeny Kliteynik1-3/+5
2021-09-30net/mlx5: DR, Fix typo 'offeset' to 'offset'Yevgeny Kliteynik2-2/+2
2021-09-30net/mlx5: DR, Increase supported num of actions to 32Yevgeny Kliteynik1-1/+1
2021-09-30net/mlx5: DR, Add support for SF vportsYevgeny Kliteynik5-68/+120
2021-09-30net/mlx5: DR, Support csum recalculation flow table on SFsYevgeny Kliteynik3-42/+29
2021-09-30net/mlx5: DR, Align error messages for failure to obtain vport capsYevgeny Kliteynik2-2/+4
2021-09-30net/mlx5: DR, Add missing query for vport 0Yevgeny Kliteynik3-12/+32
2021-09-30net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINKYevgeny Kliteynik4-8/+7
2021-09-30net/mlx5: DR, Fix vport number data type to u16Yevgeny Kliteynik6-11/+11
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski453-2668/+4868
2021-09-30Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds88-447/+1384
2021-09-30net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel modeAya Levin2-0/+19
2021-09-30net/mlx5e: Fix the presented RQ index in PTP statsLama Kayal3-3/+5
2021-09-30net/mlx5: Fix setting number of EQs of SFsShay Drory1-2/+3
2021-09-30net/mlx5: Fix length of irq_index in charsShay Drory1-2/+2
2021-09-30net/mlx5: Avoid generating event after PPS out in Real time modeAya Levin1-8/+6
2021-09-30net/mlx5: Force round second at 1PPS out start timeAya Levin1-14/+11
2021-09-30net/mlx5: E-Switch, Fix double allocation of acl flow counterMoshe Shemesh2-5/+11
2021-09-30net/mlx5e: Improve MQPRIO resiliencyTariq Toukan2-32/+80
2021-09-30net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan6-34/+57
2021-09-30net/mlx5e: IPSEC RX, enable checksum completeRaed Salem1-6/+1
2021-09-30Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+7
2021-09-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-48/+113
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet3-12/+56
2021-09-30Merge branch 'snmp-optimizations'David S. Miller3-17/+12
2021-09-30mptcp: use batch snmp operations in mptcp_seq_show()Eric Dumazet1-10/+7
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet2-7/+5
2021-09-30net/mlx4_en: Add XDP_REDIRECT statisticsJoshua Roys5-2/+20
2021-09-30net: stmmac: fix EEE init issue when paired with EEE capable PHYsWong Vee Khee1-0/+4
2021-09-30ixgbe: let the xdpdrv work with more than 64 cpusJason Xing5-24/+77