aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-07-09udp: Remove duplicate included header file trace/events/udp.hThorsten Blum
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman
2024-07-08net: page_pool: fix warning codeJohannes Berg
2024-07-08act_ct: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal
2024-07-05net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)
2024-07-05net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)
2024-07-05net: openvswitch: store sampling probability in cb.Adrian Moreno
2024-07-05net: openvswitch: add psample actionAdrian Moreno
2024-07-05net: psample: allow using rate as probabilityAdrian Moreno
2024-07-05net: psample: skip packet copy if no listenersAdrian Moreno
2024-07-05net: sched: act_sample: add action cookie to sampleAdrian Moreno
2024-07-05net: psample: add user cookieAdrian Moreno
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior
2024-07-05openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-04Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-04Merge tag 'nf-24-07-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima
2024-07-03af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida
2024-07-03net: ethtool: fix compat with old RSS context APIJakub Kicinski
2024-07-04netfilter: nf_tables: unconditionally flush pending work before notifierFlorian Westphal
2024-07-03sctp: cancel a blocking accept when shutdown a listen socketXin Long
2024-07-02page_pool: convert to use netmemMina Almasry
2024-07-02net: Move flush list retrieval to where it is used.Sebastian Andrzej Siewior
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior
2024-07-02page_pool: export page_pool_disable_direct_recycling()David Wei
2024-07-02net: allow skb_datagram_iter to be called from any contextSagi Grimberg
2024-07-02net: limit scope of a skb_zerocopy_iter_stream varPavel Begunkov
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov
2024-07-02net: batch zerocopy_fill_skb_from_iter accountingPavel Begunkov
2024-07-02net: split __zerocopy_sg_from_iter()Pavel Begunkov
2024-07-02net: always try to set ubuf in skb_zerocopy_iter_streamPavel Begunkov
2024-07-01net: ethtool: Fix the panic caused by dev being null when dumping coalesceHeng Qi
2024-07-01Merge tag 'for-net-2024-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2024-07-01tcp_metrics: validate source addr lengthJakub Kicinski
2024-06-29Merge tag 'nfs-for-6.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-06-28net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree
2024-06-28net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-06-28bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin