summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-173/+93
2024-07-11Merge tag 'nf-24-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-146/+14
2024-07-11net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann1-0/+7
2024-07-11net/sched: Fix UAF when resolving a clashChengen Du1-0/+8
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima1-1/+3
2024-07-11netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal1-145/+13
2024-07-11netfilter: nfnetlink_queue: drop bogus WARN_ONFlorian Westphal1-1/+1
2024-07-11ethtool: netlink: do not return SQI value if link is downOleksij Rempel1-13/+28
2024-07-10tcp: avoid too many retransmit packetsEric Dumazet1-2/+13
2024-07-09net: fix rc7's __skb_datagram_iter()Hugh Dickins1-1/+2
2024-07-09net: tls: Pass union tls_crypto_context pointer to memzero_explicitSimon Horman1-3/+6
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni7-28/+335
2024-07-09udp: Remove duplicate included header file trace/events/udp.hThorsten Blum1-1/+0
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman1-4/+7
2024-07-09skmsg: Skip zero length skb in sk_msg_recvmsgGeliang Tang1-1/+2
2024-07-08net: page_pool: fix warning codeJohannes Berg1-1/+1
2024-07-08bpf: Fix too early release of tcx_entryDaniel Borkmann1-6/+6
2024-07-08act_ct: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal1-6/+25
2024-07-05net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)1-7/+82
2024-07-05net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)1-1/+31
2024-07-05tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2-3/+10
2024-07-05net: openvswitch: store sampling probability in cb.Adrian Moreno3-3/+21
2024-07-05net: openvswitch: add psample actionAdrian Moreno3-1/+80
2024-07-05net: psample: allow using rate as probabilityAdrian Moreno1-0/+3
2024-07-05net: psample: skip packet copy if no listenersAdrian Moreno1-0/+4
2024-07-05net: sched: act_sample: add action cookie to sampleAdrian Moreno1-0/+12
2024-07-05net: psample: add user cookieAdrian Moreno1-1/+8
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior1-0/+5
2024-07-05openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal1-10/+37
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree4-11/+11
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-94/+141
2024-07-04Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-89/+142
2024-07-04Merge tag 'nf-24-07-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+1
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida1-0/+2
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum1-1/+0
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima1-0/+7
2024-07-03af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida1-4/+5
2024-07-03net: ethtool: fix compat with old RSS context APIJakub Kicinski1-2/+2
2024-07-04netfilter: nf_tables: unconditionally flush pending work before notifierFlorian Westphal1-2/+1
2024-07-03sctp: cancel a blocking accept when shutdown a listen socketXin Long1-4/+10
2024-07-02page_pool: convert to use netmemMina Almasry3-144/+173
2024-07-02net: Move flush list retrieval to where it is used.Sebastian Andrzej Siewior1-2/+4
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior2-20/+26
2024-07-02page_pool: export page_pool_disable_direct_recycling()David Wei1-1/+2
2024-07-02net: allow skb_datagram_iter to be called from any contextSagi Grimberg1-6/+13
2024-07-02net: limit scope of a skb_zerocopy_iter_stream varPavel Begunkov1-1/+2
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov1-5/+5
2024-07-02net: batch zerocopy_fill_skb_from_iter accountingPavel Begunkov1-13/+18
2024-07-02net: split __zerocopy_sg_from_iter()Pavel Begunkov1-9/+13
2024-07-02net: always try to set ubuf in skb_zerocopy_iter_streamPavel Begunkov1-2/+1