summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+7
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+7
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-2/+5
2023-07-27Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen1-0/+5
2023-07-27net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart1-1/+1
2023-07-23net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-07-23net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-1/+6
2023-07-23netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal1-0/+3
2023-07-23netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso1-4/+27
2023-07-19Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz1-0/+1
2023-07-19netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-0/+1
2023-07-19net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean1-2/+10
2023-07-19wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg1-12/+1
2023-07-19wifi: mac80211: add helpers to access sband iftype dataJohannes Berg1-1/+43
2023-06-22Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+29
2023-06-20netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-0/+3
2023-06-20netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso1-1/+4
2023-06-20netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-0/+2
2023-06-20netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso1-1/+20
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-0/+1
2023-06-20net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean1-0/+8
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye1-0/+8
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey1-1/+1
2023-06-10Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller1-1/+3
2023-06-08netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso1-1/+3
2023-06-07net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-0/+2
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-2/+4
2023-06-07rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-06Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-1/+4
2023-06-06ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-3/+0
2023-06-05Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen1-1/+2
2023-06-05Bluetooth: fix debugfs registrationJohan Hovold1-0/+1
2023-06-05Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang1-0/+1
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet1-1/+1
2023-06-02net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet1-1/+1
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-5/+1
2023-06-01neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli1-0/+1
2023-05-30net: mana: Fix perf regression: remove rx_cqes, tx_cqes countersHaiyang Zhang1-2/+0
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever1-0/+1
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+10
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin1-18/+0
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend1-0/+10
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-0/+2
2023-05-21xfrm: Treat already-verified secpath entries as optionalBenedict Wong1-0/+1
2023-05-19Merge tag 'for-net-2023-05-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-1/+1
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-0/+1
2023-05-19Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li1-1/+1