summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-29net: phy: Don't trigger state machine while in suspendLukas Wunner3-0/+52
2022-06-29usbnet: fix memory allocation in helpersOliver Neukum1-2/+2
2022-06-29selftests net: fix kselftest net fatal errorColeman Dietsch1-1/+1
2022-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski5-32/+75
2022-06-29NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle1-2/+6
2022-06-29NFC: nxp-nci: Don't issue a zero length i2c_master_read()Michael Walle1-0/+3
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-06-28nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2-6/+6
2022-06-28net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing1-1/+0
2022-06-28ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-06-28Merge branch 'mptcp-fixes-for-5-19'Jakub Kicinski10-88/+227
2022-06-28selftests: mptcp: Initialize variables to quiet gcc 12 warningsMat Martineau3-3/+3
2022-06-28mptcp: fix conflict with <netinet/in.h>Ossama Othman1-4/+5
2022-06-28selftests: mptcp: more stable diag testsPaolo Abeni1-8/+40
2022-06-28mptcp: fix race on unaccepted mptcp socketsPaolo Abeni3-0/+59
2022-06-28mptcp: consistent map handling on failurePaolo Abeni1-10/+9
2022-06-28mptcp: fix shutdown vs fallback racePaolo Abeni4-6/+19
2022-06-28mptcp: invoke MP_FAIL response when neededGeliang Tang4-45/+82
2022-06-28mptcp: introduce MAPPING_BAD_CSUMPaolo Abeni1-9/+9
2022-06-28mptcp: fix error mibs accountingPaolo Abeni3-6/+4
2022-06-28net: bonding: fix possible NULL deref in rlb codeEric Dumazet1-1/+1
2022-06-27ipv6: take care of disable_policy when restoring routesNicolas Dichtel2-5/+8
2022-06-27net: usb: asix: do not force pause frames supportOleksij Rempel1-2/+1
2022-06-27net: asix: fix "can't send until first packet is send" issueOleksij Rempel1-0/+1
2022-06-27MAINTAINERS: nfc: drop Charles Gorand from NXP-NCIMichael Walle1-2/+1
2022-06-27octeon_ep: use bitwise ANDShreenidhi Shedi1-1/+1
2022-06-27Merge branch 'notify-user-space-if-any-actions-were-flushed-before-error'Jakub Kicinski2-8/+91
2022-06-27selftests: tc-testing: Add testcases to test new flush behaviourVictor Nogueira1-0/+77
2022-06-27net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira1-8/+14
2022-06-27epic100: fix use after free on rmmodTong Zhang1-2/+2
2022-06-27net: tun: stop NAPI when detaching queuesJakub Kicinski1-1/+10
2022-06-27netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal1-3/+18
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal3-29/+55
2022-06-27netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso1-0/+2
2022-06-27tipc: move bc link creation back to tipc_node_createXin Long1-19/+22
2022-06-27tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet1-1/+1
2022-06-24net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter1-1/+1
2022-06-24Merge branch 'net-dp83822-fix-interrupt-floods'Jakub Kicinski1-3/+1
2022-06-24net: dp83822: disable rx error interruptEnguerrand de Ribaucourt1-2/+1
2022-06-24net: dp83822: disable false carrier interruptEnguerrand de Ribaucourt1-1/+0
2022-06-24net: tun: unlink NAPI from device on destructionJakub Kicinski1-0/+1
2022-06-24tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet1-1/+5
2022-06-24selftests/bpf: Test sockmap update when socket has ULPJakub Sitnicki1-9/+75
2022-06-23selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP testDimitris Michailidis1-1/+1
2022-06-23net: clear msg_get_inq in __sys_recvfrom() and __copy_msghdr_from_user()Eric Dumazet1-10/+6
2022-06-23net/ncsi: use proper "mellanox" DT vendor prefixKrzysztof Kozlowski1-1/+2
2022-06-23net: dsa: bcm_sf2: force pause link settingsDoug Berger1-0/+5
2022-06-23net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()Liang He1-0/+1
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds47-215/+617
2022-06-23Merge tag 'mmc-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-8/+14