summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "can: xilinx_can: Limit CANFD brp to 2"Srinivas Neeli2022-07-041-2/+2
* can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp2022-07-041-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-07-032-16/+41
|\
| * netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso2022-07-021-15/+33
| * netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso2022-07-021-1/+8
* | MAINTAINERS: add Wenjia as SMC maintainerKarsten Graul2022-07-021-0/+1
* | selftests/net: fix section name when using xdp_dummy.oHangbin Liu2022-07-015-7/+7
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-016-86/+193
|\ \
| * | bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann2022-07-011-0/+21
| * | bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann2022-07-011-0/+22
| * | bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann2022-07-011-49/+23
| * | bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann2022-07-011-17/+24
| * | xsk: Clear page contiguity bit when unmapping poolIvan Malov2022-06-281-0/+1
| * | bpf, docs: Better scale maintenance of BPF subsystemAlexei Starovoitov2022-06-281-20/+95
| * | fprobe, samples: Add module parameter descriptionsMasami Hiramatsu (Google)2022-06-241-0/+7
* | | net: usb: Fix typo in codeLi kunyu2022-07-011-1/+1
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-07-015-0/+107
|\ \ \
| * | | i40e: Fix VF's MAC Address change on VMNorbert Zulinski2022-06-301-0/+4
| * | | i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki2022-06-304-0/+103
* | | | Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-3058-254/+905
|\| | |
| * | | net: dsa: felix: fix race between reading PSFP stats and port statsVladimir Oltean2022-06-301-0/+4
| * | | selftest: tun: add test for NAPI dismantleJakub Kicinski2022-06-302-1/+163
| * | | net: tun: avoid disabling NAPI twiceJakub Kicinski2022-06-301-1/+2
| * | | net: sparx5: mdb add/del handle non-sparx5 devicesCasper Andersson2022-06-301-0/+6
| * | | net: sfp: fix memory leak in sfp_probe()Jianglei Nie2022-06-301-1/+1
| * | | mlxsw: spectrum_router: Fix rollback in tunnel next hop initPetr Machata2022-06-301-1/+13
| * | | net: rose: fix UAF bugs caused by timer handlerDuoming Zhou2022-06-301-15/+19
| | |/ | |/|
| * | net: usb: ax88179_178a: Fix packet receivingJose Alonso2022-06-301-25/+76
| * | net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov2022-06-291-1/+2
| * | ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet2022-06-291-2/+2
| * | net: phy: ax88772a: fix lost pause advertisement configurationOleksij Rempel2022-06-291-2/+4
| * | net: phy: Don't trigger state machine while in suspendLukas Wunner2022-06-293-0/+52
| * | usbnet: fix memory allocation in helpersOliver Neukum2022-06-291-2/+2
| * | selftests net: fix kselftest net fatal errorColeman Dietsch2022-06-291-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-295-32/+75
| |\ \
| | * | netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal2022-06-271-3/+18
| | * | netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal2022-06-273-29/+55
| | * | netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso2022-06-271-0/+2
| * | | NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle2022-06-291-2/+6
| * | | NFC: nxp-nci: Don't issue a zero length i2c_master_read()Michael Walle2022-06-291-0/+3
| * | | net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-06-291-0/+1
| * | | nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-06-282-6/+6
| * | | net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing2022-06-281-1/+0
| * | | ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou2022-06-281-5/+3
| * | | Merge branch 'mptcp-fixes-for-5-19'Jakub Kicinski2022-06-2810-88/+227
| |\ \ \
| | * | | selftests: mptcp: Initialize variables to quiet gcc 12 warningsMat Martineau2022-06-283-3/+3
| | * | | mptcp: fix conflict with <netinet/in.h>Ossama Othman2022-06-281-4/+5
| | * | | selftests: mptcp: more stable diag testsPaolo Abeni2022-06-281-8/+40
| | * | | mptcp: fix race on unaccepted mptcp socketsPaolo Abeni2022-06-283-0/+59
| | * | | mptcp: consistent map handling on failurePaolo Abeni2022-06-281-10/+9