summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-15flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: set encapsulated control flags from tun_flagsAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: prepare for encapsulated control flagsAsbjørn Sloth Tønnesen
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent
2024-07-14xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-11netdevice: define and allocate &net_device _properly_Alexander Lobakin
2024-07-11net: reduce rtnetlink_rcv_msg() stack usageEric Dumazet
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-10page_pool: use __cacheline_group_{begin, end}_aligned()Alexander Lobakin
2024-07-10bpf: Remove tst_run from lwt_seg6local_prog_ops.Sebastian Andrzej Siewior
2024-07-09net: fix rc7's __skb_datagram_iter()Hugh Dickins
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-09skmsg: Skip zero length skb in sk_msg_recvmsgGeliang Tang
2024-07-08net: page_pool: fix warning codeJohannes Berg
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-02page_pool: convert to use netmemMina Almasry
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-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: 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-27Revert "net: micro-optimize skb_datagram_iter"Sagi Grimberg
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-24Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior
2024-06-24net: Use nested-BH locking for bpf_scratchpad.Sebastian Andrzej Siewior
2024-06-24seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior
2024-06-24lwt: Don't disable migration prio invoking BPF.Sebastian Andrzej Siewior
2024-06-24dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior
2024-06-24dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().Sebastian Andrzej Siewior
2024-06-24net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior
2024-06-24net: Use nested-BH locking for napi_alloc_cache.Sebastian Andrzej Siewior
2024-06-24net: Use __napi_alloc_frag_align() instead of open coding it.Sebastian Andrzej Siewior
2024-06-24xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov
2024-06-21net: add softirq safety to netdev_rename_lockEric Dumazet
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski