summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados
2024-05-01xfrm: Restrict SA direction attribute to specific netlink message typesAntony Antony
2024-05-01xfrm: Add dir validation to "in" data path lookupAntony Antony
2024-05-01xfrm: Add dir validation to "out" data path lookupAntony Antony
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-11xfrm: fix possible derferencing in error pathAntony Antony
2024-03-18xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky
2024-03-08Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2024-03-07net: move netdev_max_backlog to net_hotdataEric Dumazet
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-03-05xfrm: set skb control buffer based on packet offload as wellMike Yu
2024-03-05xfrm: fix xfrm child route lookup for packet offloadMike Yu
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-02-27xfrm: Do not allocate stats in the driverBreno Leitao
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet
2024-02-26xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-09net: fill in MODULE_DESCRIPTION()s for xfrmBreno Leitao
2024-02-09xfrm: Simplify the allocation of slab caches in xfrm_policy_initKunwu Chan
2024-02-07xfrm: interface: use exit_batch_rtnl() methodEric Dumazet
2024-02-05xfrm: get global statistics from the offloaded deviceLeon Romanovsky
2024-02-05xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
2024-01-25xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky
2024-01-25xfrm: introduce forwarding of ICMP Error messagesAntony Antony
2024-01-17xfrm: Clear low order bits of ->flowi4_tos in decode_session4().Guillaume Nault
2023-12-14bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-10-27xfrm: policy: fix layer 4 flowi decodingFlorian Westphal
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-10-13xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet
2023-10-06xfrm: policy: replace session decode with flow dissectorFlorian Westphal
2023-10-06xfrm: move mark and oif flowi decode into common codeFlorian Westphal
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal
2023-10-06xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert
2023-10-01ipsec: Select CRYPTO_AEADHerbert Xu
2023-09-20ipsec: Stop using crypto_has_algHerbert Xu
2023-09-13xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao