aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel1-1/+1
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel1-0/+1
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-6/+146
2025-02-21rtnetlink: Create link directly in target net namespaceXiao Liang1-7/+2
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang1-6/+0
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-4/+11
2025-02-21rtnetlink: Lookup device in target netns when creating linkXiao Liang1-2/+8
2025-02-20neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specifiedKohei Enju1-2/+2
2025-02-20net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer1-3/+4
2025-02-20net: pktgen: fix ctrl interface command parsingPeter Seiderer1-6/+8
2025-02-20net: pktgen: fix 'ratep 0' error handling (return -EINVAL)Peter Seiderer1-1/+1
2025-02-20net: pktgen: fix 'rate 0' error handling (return -EINVAL)Peter Seiderer1-1/+1
2025-02-20net: pktgen: fix hex32_arg parsing for short readsPeter Seiderer1-3/+4
2025-02-20net: pktgen: enable 'param=value' parsingPeter Seiderer1-0/+1
2025-02-20net: pktgen: replace ENOTSUPP with EOPNOTSUPPPeter Seiderer1-3/+3
2025-02-20xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang1-0/+2
2025-02-20bpf: Support selective sampling for bpf timestampingJason Xing1-1/+30
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing1-1/+4
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing1-4/+7
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing1-1/+8
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing2-1/+22
2025-02-20net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPINGJason Xing1-0/+20
2025-02-20bpf: Disable unsafe helpers in TX timestamping callbacksJason Xing1-0/+17
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing1-4/+4
2025-02-20bpf: Prepare the sock_ops ctx and call bpf prog for TX timestampingJason Xing1-0/+14
2025-02-20bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing1-0/+23
2025-02-20net: Add options as a flexible array to struct ip_tunnel_infoGal Pressman1-2/+4
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-153/+157
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni2-99/+22
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni2-6/+7
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni1-1/+1
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-02-19net: fib_rules: Enable port mask usageIdo Schimmel1-2/+2
2025-02-19net: fib_rules: Add port mask supportIdo Schimmel1-1/+66
2025-02-19net: fib_rules: Add port mask attributesIdo Schimmel1-0/+2
2025-02-19bpf: Support TCP_RTO_MAX_MS for bpf_setsockoptJason Xing1-0/+1
2025-02-18dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima1-4/+2
2025-02-18net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().Kuniyuki Iwashima1-4/+44
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-4/+4
2025-02-18net: Remove redundant variable declaration in __dev_change_flags()Breno Leitao1-1/+1
2025-02-18page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-02-18sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj1-0/+3
2025-02-17netdev-genl: Add an XSK attribute to queuesJoe Damato1-0/+12
2025-02-17net: use napi_id_valid helperStefano Jordhani4-6/+6
2025-02-17drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-1/+1
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-23/+31
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski2-22/+98