summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mctp: Add test utilsJeremy Kerr2021-10-013-0/+90
* mctp: Add initial test structure and fragmentation testJeremy Kerr2021-10-013-0/+216
* Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-10-0114-105/+194
|\
| * net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel modeAya Levin2021-09-302-0/+19
| * net/mlx5e: Fix the presented RQ index in PTP statsLama Kayal2021-09-303-3/+5
| * net/mlx5: Fix setting number of EQs of SFsShay Drory2021-09-301-2/+3
| * net/mlx5: Fix length of irq_index in charsShay Drory2021-09-301-2/+2
| * net/mlx5: Avoid generating event after PPS out in Real time modeAya Levin2021-09-301-8/+6
| * net/mlx5: Force round second at 1PPS out start timeAya Levin2021-09-301-14/+11
| * net/mlx5: E-Switch, Fix double allocation of acl flow counterMoshe Shemesh2021-09-302-5/+11
| * net/mlx5e: Improve MQPRIO resiliencyTariq Toukan2021-09-302-32/+80
| * net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan2021-09-306-34/+57
| * net/mlx5e: IPSEC RX, enable checksum completeRaed Salem2021-09-301-6/+1
* | net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva2021-09-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-30453-2668/+4868
|\ \
| * | Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-3088-447/+1384
| |\|
| | * af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-303-12/+56
| | * net: stmmac: fix EEE init issue when paired with EEE capable PHYsWong Vee Khee2021-09-301-0/+4
| | * net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski2021-09-301-0/+6
| | * net: sched: flower: protect fl_walk() with rcuVlad Buslov2021-09-301-0/+6
| | * net: introduce and use lock_sock_fast_nested()Paolo Abeni2021-09-303-20/+33
| | * net: phy: bcm7xxx: Fixed indirect MMD operationsFlorian Fainelli2021-09-291-4/+110
| | * Merge branch 'hns3-fixes'David S. Miller2021-09-297-73/+60
| | |\
| | | * net: hns3: disable firmware compatible features when uninstall PFGuangbin Huang2021-09-291-8/+13
| | | * net: hns3: fix always enable rx vlan filter problem after selftestGuangbin Huang2021-09-291-2/+4
| | | * net: hns3: PF enable promisc for VF when mac table is overflowGuangbin Huang2021-09-291-2/+6
| | | * net: hns3: fix show wrong state when add existing uc mac addressJian Shen2021-09-291-10/+9
| | | * net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen2021-09-292-28/+10
| | | * net: hns3: don't rollback when destroy mqprio failJian Shen2021-09-291-6/+11
| | | * net: hns3: remove tc enable checkingJian Shen2021-09-294-17/+2
| | | * net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen2021-09-291-0/+5
| | |/
| | * ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2021-09-292-3/+7
| | * net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner2021-09-282-5/+3
| | * net: mdio-ipq4019: Fix the error for an optional regs resourceCai Huoqing2021-09-281-1/+5
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-2811-53/+139
| | |\
| | | * bpf, x86: Fix bpf mapping of atomic fetch implementationJohan Almbladh2021-09-281-5/+8
| | | * selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc2021-09-281-5/+8
| | | * selftests, bpf: Fix makefile dependencies on libbpfJiri Benc2021-09-281-1/+2
| | | * bpf, test, cgroup: Use sk_{alloc,free} for test casesDaniel Borkmann2021-09-281-5/+9
| | | * bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptDaniel Borkmann2021-09-281-5/+12
| | | * libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi2021-09-281-1/+7
| | | * MAINTAINERS: Add btf headers to BPFDave Marchevsky2021-09-281-0/+2
| | | * bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer2021-09-281-1/+1
| | | * bpf, mips: Validate conditional branch offsetsPiotr Krysiuk2021-09-151-14/+43
| | | * bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao2021-09-143-16/+47
| | * | net: hns3: fix hclge_dbg_dump_tm_pg() stack usageArnd Bergmann2021-09-281-4/+24
| | * | net: mdio: mscc-miim: Fix the mdio controllerHoratiu Vultur2021-09-281-5/+10
| | * | af_unix: Return errno instead of NULL in unix_create1().Kuniyuki Iwashima2021-09-281-17/+32
| | * | net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-09-282-6/+6
| | * | net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap2021-09-281-0/+1