summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso2022-05-311-0/+4
* netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso2022-05-311-4/+13
* net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S2022-05-312-20/+28
* net: ipv4: Avoid bounds check warninghuhai2022-05-301-2/+2
* net: nfc: Directly use ida_alloc()/free()keliu2022-05-281-2/+2
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-05-281-4/+7
* net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang2022-05-281-1/+1
* netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso2022-05-271-3/+9
* netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exitFlorian Westphal2022-05-271-2/+3
* netfilter: nfnetlink: fix warn in nfnetlink_unbindFlorian Westphal2022-05-271-19/+5
* netfilter: nft_limit: Clone packet limits' cost valuePhil Sutter2022-05-261-0/+2
* netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso2022-05-261-9/+10
* net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann2022-05-251-1/+1
* net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan2022-05-251-0/+1
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-25319-4092/+7705
|\
| * Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan2022-05-241-27/+17
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-239-56/+82
| |\
| | * Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2022-05-232-5/+8
| | * net/smc: fix listen processing for SMC-Rv2liuyacan2022-05-231-17/+27
| | * net/smc: postpone sk_refcnt increment in connect()liuyacan2022-05-231-1/+1
| | * rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-224-16/+25
| | * rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-223-4/+6
| | * rxrpc: Fix overlapping ACK accountingDavid Howells2022-05-222-11/+12
| | * rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-05-221-1/+2
| | * rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-05-221-2/+2
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-237-20/+105
| |\ \
| | * | bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-203-0/+41
| | * | bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi2022-05-111-6/+17
| | * | bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-5/+19
| | * | bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+9
| | * | bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang2022-05-101-0/+6
| | * | net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang2022-05-101-4/+3
| | * | bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e...Liu Jian2022-04-281-9/+13
| * | | Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-05-2310-35/+168
| |\ \ \
| | * | | Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum2022-05-231-1/+1
| | * | | Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2022-05-192-0/+35
| | * | | Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz2022-05-131-15/+43
| | * | | Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz2022-05-131-0/+18
| | * | | Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-132-2/+1
| | * | | Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche2022-05-131-0/+12
| | * | | Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-05-131-6/+9
| | * | | Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-05-131-0/+2
| | * | | Bluetooth: Print broken quirksLuiz Augusto von Dentz2022-05-131-0/+31
| | * | | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-132-2/+2
| | * | | Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix2022-05-131-1/+1
| | * | | Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-05-131-8/+13
| * | | | net: dsa: OF-ware slave_mii_busLuiz Angelo Daros de Luca2022-05-231-1/+6
| * | | | net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-222-8/+15
| * | | | afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-05-221-0/+27
| * | | | rxrpc, afs: Fix selection of abort codesDavid Howells2022-05-222-3/+3