aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel1-1/+1
2025-02-21ipv6: fib_rules: Add DSCP mask matchingIdo Schimmel1-2/+43
2025-02-21ipv4: fib_rules: Add DSCP mask matchingIdo Schimmel1-3/+44
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 Kicinski11-9/+160
2025-02-21net/rds: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum1-2/+1
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-21net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-21net: ipv6: Use link netns in newlink() of rtnl_link_opsXiao Liang4-18/+17
2025-02-21net: ipv6: Init tunnel link-netns before registering devXiao Liang4-7/+9
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang4-8/+12
2025-02-21net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()Xiao Liang1-1/+0
2025-02-21ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang1-0/+2
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang2-6/+6
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang15-41/+78
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-20af_unix: Fix undefined 'other' errorPurva Yeshi1-1/+0
2025-02-20xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang2-0/+5
2025-02-20bpf: Support selective sampling for bpf timestampingJason Xing1-1/+30
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing1-0/+4
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing2-2/+5
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing3-6/+9
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 Xing3-4/+8
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-20ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'Gal Pressman1-4/+4
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-170/+187
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-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca3-7/+7
2025-02-19mptcp: micro-optimize __mptcp_move_skb()Paolo Abeni2-61/+52
2025-02-19mptcp: dismiss __mptcp_rmem()Paolo Abeni2-13/+6
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni4-4/+4
2025-02-19mptcp: cleanup mem accountingPaolo Abeni3-111/+10
2025-02-19mptcp: move the whole rx path under msk socket lock protectionPaolo Abeni3-66/+60
2025-02-19mptcp: drop __mptcp_fastopen_gen_msk_ackseq()Paolo Abeni4-29/+7