summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-05-15tipc: check the bearer min mtu properly when setting it by netlinkXin Long1-2/+2
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long1-3/+6
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long3-2/+19
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli1-4/+3
2023-05-15net: Remove low_thresh in ip defragAngus Chen4-23/+17
2023-05-15net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen1-5/+3
2023-05-14SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown4-27/+39
2023-05-14SUNRPC: double free xprt_ctxt while still in useNeilBrown1-1/+2
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima1-26/+15
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin6-24/+18
2023-05-13erspan: get the proto with the md version for collect_mdXin Long1-5/+8
2023-05-12sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn1-0/+18
2023-05-12tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet1-2/+3
2023-05-12vsock: avoid to close connected socket after the timeoutZhuang Shengen1-1/+1
2023-05-12net/handshake: Enable the SNI extension to work properlyChuck Lever1-0/+8
2023-05-12net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-12net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-12net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-12net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-12net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-12ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-8/+8
2023-05-12devlink: change per-devlink netdev notifier to static oneJiri Pirko3-13/+9
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-61/+79
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley3-4/+24
2023-05-11Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski3-6/+12
2023-05-11af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima1-8/+12
2023-05-11af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima1-1/+1
2023-05-11net: datagram: fix data-races in datagram_poll()Eric Dumazet1-5/+10
2023-05-10sctp: fix a potential OOB access in sctp_sched_set_sched()Ilia.Gavrilov1-4/+5
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet3-9/+11
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet3-6/+4
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet8-19/+22
2023-05-10net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet1-1/+1
2023-05-10netlink: annotate accesses to nlk->cb_runningEric Dumazet1-4/+4
2023-05-10net: ipconfig: Allow DNS to be overwritten by DHCPACKMartin Wetterwald1-2/+8
2023-05-10netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2-3/+6
2023-05-10netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal1-3/+6
2023-05-10xfrm: Check if_id in inbound policy/secpath matchBenedict Wong1-5/+6
2023-05-10af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-4/+8
2023-05-10xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-5/+9
2023-05-10net: skbuff: remove special handling for SLOBLukas Bulwahn1-17/+0
2023-05-07net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet1-2/+2
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds20-49/+100
2023-05-06SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever1-12/+4
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski1-0/+2
2023-05-05net/sched: flower: fix error handler on replaceVlad Buslov1-1/+2
2023-05-05Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov1-1/+1
2023-05-05net/sched: flower: fix filter idr initializationVlad Buslov1-3/+3