summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-11-29mac802154: Trace the registration of new PANsDavid Girault
2022-11-29ieee802154: Advertize coordinators discoveryMiquel Raynal
2022-11-01mac802154: Allow the creation of coordinator interfacesMiquel Raynal
2022-11-01mac802154: Clarify an expressionMiquel Raynal
2022-11-01mac802154: Move an skb free within the rx pathMiquel Raynal
2022-10-26net/rds: remove variable total_copiedColin Ian King
2022-10-26mptcp: fix tracking issue in mptcp_subflow_create_socket()Eric Dumazet
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller
2022-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller
2022-10-26net: mac802154: Fixup function parameter name in docsStefan Schmidt
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2022-10-25mptcp: sockopt: use new helper for TCP_DEFER_ACCEPTMatthieu Baerts
2022-10-25mptcp: add TCP_FASTOPEN_NO_COOKIE supportMatthieu Baerts
2022-10-25mptcp: sockopt: make 'tcp_fastopen_connect' genericMatthieu Baerts
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-24tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-10-24tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet
2022-10-24kcm: annotate data-races around kcm->rx_waitEric Dumazet
2022-10-24kcm: annotate data-races around kcm->rx_psockEric Dumazet
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni
2022-10-24net: introduce and use custom sockopt socket flagPaolo Abeni
2022-10-24ethtool: Add support for 800Gbps link modesAmit Cohen
2022-10-24inet6: Clean up failure path in do_ipv6_setsockopt().Kuniyuki Iwashima
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima
2022-10-24sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima
2022-10-24mac802154: Ensure proper scan-level filteringMiquel Raynal
2022-10-23Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-22net: flag sockets supporting msghdr originated zerocopyPavel Begunkov
2022-10-21ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski
2022-10-20sctp: remove unnecessary NULL checks in sctp_enqueue_event()Alexey Kodanev
2022-10-20sctp: remove unnecessary NULL check in sctp_ulpq_tail_event()Alexey Kodanev
2022-10-20sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-19net: sched: fix race condition in qdisc_graft()Eric Dumazet
2022-10-19openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook
2022-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-10-19can: j1939: j1939_session_tx_eoma(): fix debug infoZhang Changzhong
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey