summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_exthdr: add boolean DCCP option matchingJeremy Sowden2023-05-181-0/+106
* netfilter: nf_tables: always increment set element countFlorian Westphal2023-05-181-4/+7
* netfilter: nf_tables: relax set/map validation checksFlorian Westphal2023-05-181-8/+15
* net: openvswitch: Use struct_size()Christophe JAILLET2023-05-171-3/+1
* seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima2023-05-172-5/+1
* net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov2023-05-171-3/+6
* net/tcp: don't peek at tail for io_uring zcPavel Begunkov2023-05-171-2/+1
* Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski2023-05-164-17/+23
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-162-3/+6
|\
| * bpf: Emit struct bpf_tcp_sock type in vmlinux BTFYonghong Song2023-05-021-0/+2
| * xsk: Use pool->dma_pages to check for DMAKal Conley2023-04-271-3/+4
* | nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski2023-05-151-1/+2
* | sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli2023-05-151-4/+3
* | net: Remove low_thresh in ip defragAngus Chen2023-05-154-23/+17
* | ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima2023-05-131-26/+15
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-136-24/+18
* | sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn2023-05-121-0/+18
* | net/handshake: Enable the SNI extension to work properlyChuck Lever2023-05-121-0/+8
* | net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2023-05-122-0/+5
* | net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever2023-05-121-1/+1
* | net/handshake: Fix uninitialized local variableChuck Lever2023-05-121-1/+1
* | net/handshake: Fix handshake_dup() ref countingChuck Lever2023-05-121-2/+3
* | net/handshake: Remove unneeded check from handshake_dup()Chuck Lever2023-05-121-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-1122-61/+79
|\ \
| * \ Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-05-103-6/+12
| |\ \
| | * | netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2023-05-102-3/+6
| | * | netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal2023-05-101-3/+6
| * | | af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-101-8/+12
| * | | af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-101-1/+1
| * | | net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-101-5/+10
| * | | tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-103-9/+11
| * | | net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-103-6/+4
| * | | net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-108-19/+22
| * | | net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet2023-05-101-1/+1
| * | | netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-101-4/+4
| |/ /
| * | net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet2023-05-071-2/+2
* | | tcp: make the first N SYN RTO backoffs linearDavid Morley2023-05-113-4/+24
* | | sctp: fix a potential OOB access in sctp_sched_set_sched()Ilia.Gavrilov2023-05-101-4/+5
* | | net: ipconfig: Allow DNS to be overwritten by DHCPACKMartin Wetterwald2023-05-101-2/+8
* | | net: skbuff: remove special handling for SLOBLukas Bulwahn2023-05-091-17/+0
|/ /
* | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-0520-49/+100
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2023-05-051-0/+2
| |\ \
| | * | 9p: Remove INET dependencyJason Andryuk2023-05-041-0/+2
| | |/
| * | net/sched: flower: fix error handler on replaceVlad Buslov2023-05-051-1/+2
| * | Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov2023-05-051-1/+1
| * | net/sched: flower: fix filter idr initializationVlad Buslov2023-05-051-3/+3
| * | netfilter: nf_tables: fix ct untracked match breakageFlorian Westphal2023-05-031-4/+10
| * | af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-031-1/+1
| * | ethtool: Fix uninitialized number of lanesIdo Schimmel2023-05-031-1/+1
| * | netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-034-3/+15