summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg
2023-05-16wifi: mac80211: simplify chanctx allocationJohannes Berg
2023-05-16wifi: mac80211: Abort running color change when stopping the APMichael Lee
2023-05-16wifi: mac80211: fix min center freq offset tracingJohannes Berg
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET
2023-05-16wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac
2023-05-16wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer
2023-05-15can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-15can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-05-15tipc: check the bearer min mtu properly when setting it by netlinkXin Long
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli
2023-05-15net: Remove low_thresh in ip defragAngus Chen
2023-05-15net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen
2023-05-14SUNRPC: Fix trace_svc_register() call siteChuck Lever
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-05-14SUNRPC: double free xprt_ctxt while still in useNeilBrown
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-13erspan: get the proto with the md version for collect_mdXin Long
2023-05-12sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
2023-05-12tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet
2023-05-12vsock: avoid to close connected socket after the timeoutZhuang Shengen
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-11ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet
2023-05-11devlink: change per-devlink netdev notifier to static oneJiri Pirko
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