summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-02-26net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib
2025-02-26net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-02-26bpf: add get_netns_cookie helper to cgroup_skb programsMahe Tardy
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev
2025-02-25ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu
2025-02-24net: Remove shadow variable in netdev_run_todo()Breno Leitao
2025-02-24net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel
2025-02-24net-sysfs: restore behavior for not running devicesEric Dumazet
2025-02-21net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-21rtnetlink: Create link directly in target net namespaceXiao Liang
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-21rtnetlink: Lookup device in target netns when creating linkXiao Liang
2025-02-20neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specifiedKohei Enju
2025-02-20net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer
2025-02-20net: pktgen: fix ctrl interface command parsingPeter Seiderer
2025-02-20net: pktgen: fix 'ratep 0' error handling (return -EINVAL)Peter Seiderer
2025-02-20net: pktgen: fix 'rate 0' error handling (return -EINVAL)Peter Seiderer
2025-02-20net: pktgen: fix hex32_arg parsing for short readsPeter Seiderer
2025-02-20net: pktgen: enable 'param=value' parsingPeter Seiderer
2025-02-20net: pktgen: replace ENOTSUPP with EOPNOTSUPPPeter Seiderer
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang
2025-02-20bpf: Support selective sampling for bpf timestampingJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing
2025-02-20net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPINGJason Xing
2025-02-20bpf: Disable unsafe helpers in TX timestamping callbacksJason Xing
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing
2025-02-20bpf: Prepare the sock_ops ctx and call bpf prog for TX timestampingJason Xing
2025-02-20bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing
2025-02-20net: Add options as a flexible array to struct ip_tunnel_infoGal Pressman
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang
2025-02-19net: fib_rules: Enable port mask usageIdo Schimmel
2025-02-19net: fib_rules: Add port mask supportIdo Schimmel
2025-02-19net: fib_rules: Add port mask attributesIdo Schimmel
2025-02-19bpf: Support TCP_RTO_MAX_MS for bpf_setsockoptJason Xing
2025-02-18dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima