summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()Xiao Liang
2025-02-21ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-21rtnetlink: Lookup device in target netns when creating linkXiao Liang
2025-02-21rxrpc: Fix locking issues with the peer record hashDavid Howells
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells
2025-02-21rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells
2025-02-21xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu
2025-02-21xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen
2025-02-21xfrm: check for PMTU in tunnel mode for packet offloadLeon Romanovsky
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky
2025-02-21xfrm: rely on XFRM offloadLeon Romanovsky
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky
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-20af_unix: Fix undefined 'other' errorPurva Yeshi
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_SENDMSG_CB callbackJason 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-20ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'Gal Pressman
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz
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-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-19mptcp: micro-optimize __mptcp_move_skb()Paolo Abeni
2025-02-19mptcp: dismiss __mptcp_rmem()Paolo Abeni
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni
2025-02-19mptcp: cleanup mem accountingPaolo Abeni
2025-02-19mptcp: move the whole rx path under msk socket lock protectionPaolo Abeni