summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-14Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li1-1/+1
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold1-0/+1
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-0/+2
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-2/+4
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-3/+0
2023-06-14Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen1-1/+2
2023-06-14Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz1-1/+11
2023-06-14Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz1-2/+12
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang1-0/+1
2023-06-14Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2-17/+35
2023-06-14net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet1-1/+1
2023-06-14net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-5/+1
2023-06-14neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-06-09tcp: fix mishandling when the sack compression is deferred.fuyuanli1-0/+1
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-06-05bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend1-0/+10
2023-06-05tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski1-0/+1
2023-05-30page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin1-18/+0
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-0/+1
2023-05-30ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-0/+2
2023-05-24Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini1-0/+8
2023-05-24Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick1-0/+7
2023-05-24ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman1-2/+4
2023-05-24net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean1-0/+2
2023-05-24bonding: fix send_peer_notif overflowHangbin Liu1-1/+1
2023-05-24net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-05-17netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso1-0/+6
2023-05-17rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells1-10/+11
2023-05-11netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso1-0/+1
2023-05-11netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih1-1/+5
2023-05-11xsk: Fix unaligned descriptor validationKal Conley1-7/+2
2023-05-11scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn1-1/+12
2023-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-0/+4
2023-04-18netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso1-0/+4
2023-04-13mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer1-0/+2
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer1-0/+45
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz1-0/+1
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu1-2/+6
2023-04-05raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima1-2/+2
2023-03-23Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K1-0/+1
2023-03-11xdp: add xdp_set_features_flag utility routineLorenzo Bianconi1-0/+11
2023-03-06netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal1-0/+7
2023-02-23sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-0/+1
2023-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-1/+0
2023-02-22netfilter: ctnetlink: make event listener tracking globalFlorian Westphal1-1/+0
2023-02-21page_pool: add a comment explaining the fragment counter usageIlias Apalodimas1-0/+10
2023-02-21net/sched: cls_api: Support hardware miss to tc actionPaul Blakey3-14/+23
2023-02-21net/sched: Rename user cookie and act cookiePaul Blakey2-3/+3
2023-02-21Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski3-1/+190