summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-09-03net: dqs: Do not use extern for unused dql_groupBreno Leitao1-1/+1
2024-08-27ethtool: check device is present when getting link settingsJamie Bainbridge1-1/+1
2024-08-23pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet1-1/+3
2024-08-22netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet1-2/+0
2024-08-10net: Make USO depend on CSUM offloadJakub Sitnicki1-9/+17
2024-08-06net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-07-29rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima1-1/+1
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park1-0/+1
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+11
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+11
2024-07-25bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2-19/+19
2024-07-18net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso1-1/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2024-07-15flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen1-0/+4
2024-07-15flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen1-15/+1
2024-07-15flow_dissector: set encapsulated control flags from tun_flagsAsbjørn Sloth Tønnesen1-0/+9
2024-07-15flow_dissector: prepare for encapsulated control flagsAsbjørn Sloth Tønnesen1-9/+12
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2-7/+6
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent2-7/+6
2024-07-15xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo1-3/+1
2024-07-13Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+2
2024-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+0
2024-07-12netdevice: define and allocate &net_device _properly_Alexander Lobakin2-25/+7
2024-07-12net: reduce rtnetlink_rcv_msg() stack usageEric Dumazet1-6/+12
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2024-07-10page_pool: use __cacheline_group_{begin, end}_aligned()Alexander Lobakin1-1/+2
2024-07-10bpf: Remove tst_run from lwt_seg6local_prog_ops.Sebastian Andrzej Siewior1-1/+0
2024-07-09net: fix rc7's __skb_datagram_iter()Hugh Dickins1-1/+2
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-24/+32
2024-07-09skmsg: Skip zero length skb in sk_msg_recvmsgGeliang Tang1-1/+2
2024-07-09net: page_pool: fix warning codeJohannes Berg1-1/+1
2024-07-06tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior1-0/+5
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+13
2024-07-03page_pool: convert to use netmemMina Almasry2-142/+170
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior1-8/+25
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
2024-06-29net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+5
2024-06-29net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree1-1/+1
2024-06-29net: ethtool: let the core choose RSS context IDsEdward Cree1-1/+5
2024-06-29net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree1-0/+27
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree1-0/+4
2024-06-28Revert "net: micro-optimize skb_datagram_iter"Sagi Grimberg1-2/+2
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+7