summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-05-19bpf: udp: Implement batching for sockets iteratorAditi Ghag
2023-05-19udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag
2023-05-19bpf: udp: Encapsulate logic to get udp tableAditi Ghag
2023-05-19udp: seq_file: Helper function to match socket attributesAditi Ghag
2023-05-19bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag
2023-05-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa
2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli
2023-05-15net: Remove low_thresh in ip defragAngus Chen
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-05-12sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
2023-05-12net/handshake: Enable the SNI extension to work properlyChuck Lever
2023-05-12net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever
2023-05-12net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever
2023-05-12net/handshake: Fix uninitialized local variableChuck Lever
2023-05-12net/handshake: Fix handshake_dup() ref countingChuck Lever
2023-05-12net/handshake: Remove unneeded check from handshake_dup()Chuck Lever
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley
2023-05-10Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-05-10af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima
2023-05-10af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima
2023-05-10net: datagram: fix data-races in datagram_poll()Eric Dumazet
2023-05-10sctp: fix a potential OOB access in sctp_sched_set_sched()Ilia.Gavrilov
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-05-10net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet
2023-05-10netlink: annotate accesses to nlk->cb_runningEric Dumazet
2023-05-10net: ipconfig: Allow DNS to be overwritten by DHCPACKMartin Wetterwald
2023-05-10netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal
2023-05-10netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal
2023-05-09net: skbuff: remove special handling for SLOBLukas Bulwahn
2023-05-07net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski
2023-05-05net/sched: flower: fix error handler on replaceVlad Buslov
2023-05-05Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov
2023-05-05net/sched: flower: fix filter idr initializationVlad Buslov
2023-05-04Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-05-049p: Remove INET dependencyJason Andryuk
2023-05-03netfilter: nf_tables: fix ct untracked match breakageFlorian Westphal
2023-05-03af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima
2023-05-03ethtool: Fix uninitialized number of lanesIdo Schimmel
2023-05-03netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-05-03netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi...Pablo Neira Ayuso
2023-05-02bpf: Emit struct bpf_tcp_sock type in vmlinux BTFYonghong Song