aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-02-21xfrm: check for PMTU in tunnel mode for packet offloadLeon Romanovsky2-4/+12
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-0/+15
2025-02-21xfrm: rely on XFRM offloadLeon Romanovsky1-6/+4
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky2-13/+11
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky3-24/+23
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-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-24/+82
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-20Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz1-2/+7
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
2025-02-19mptcp: consolidate subflow cleanupPaolo Abeni1-15/+18
2025-02-19nfc: hci: Remove unused nfc_llc_unregisterDr. David Alan Gilbert2-12/+0
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao1-1/+1
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-19sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
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-19ipv6: fib_rules: Add port mask matchingIdo Schimmel1-4/+4
2025-02-19ipv4: fib_rules: Add port mask matchingIdo Schimmel1-4/+4