Age | Commit message (Expand) | Author | Files | Lines |
42 hours | xfrm: ipcomp: adjust transport header after decompressingHEADtestingmaster | Fernando Fernandez Mancera | 1 | -1/+1 |
2025-06-12 | xfrm: always initialize offload path | Leon Romanovsky | 3 | -5/+3 |
2025-06-03 | xfrm: state: use a consistent pcpu_id in xfrm_state_find | Sabrina Dubroca | 1 | -13/+6 |
2025-06-03 | xfrm: state: initialize state_ptrs earlier in xfrm_state_find | Sabrina Dubroca | 1 | -2/+2 |
2025-05-26 | Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Abeni | 4 | -50/+95 |
2025-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -6/+10 |
2025-05-20 | xfrm: use kfree_sensitive() for SA secret zeroization | Zilin Guan | 1 | -3/+3 |
2025-05-15 | xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46] | Sebastian Andrzej Siewior | 1 | -10/+20 |
2025-05-15 | xfrm: prevent configuration of interface index when offload is used | Leon Romanovsky | 1 | -0/+5 |
2025-05-15 | xfrm: validate assignment of maximal possible SEQ number | Leon Romanovsky | 1 | -10/+42 |
2025-05-14 | xfrm: Sanitize marks before insertipsec-2025-05-21 | Paul Chaignon | 2 | -0/+6 |
2025-04-30 | xfrm: ipcomp: fix truesize computation on receive | Sabrina Dubroca | 1 | -2/+1 |
2025-04-17 | xfrm: Refactor migration setup during the cloning process | Chiachang Wang | 1 | -8/+9 |
2025-04-17 | xfrm: Migrate offload configuration | Chiachang Wang | 3 | -6/+22 |
2025-04-16 | xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free} | Cosmin Ratiu | 2 | -9/+9 |
2025-04-16 | xfrm: Remove unneeded device check from validate_xmit_xfrm | Cosmin Ratiu | 1 | -6/+1 |
2025-04-16 | xfrm: Use xdo.dev instead of xdo.real_dev | Cosmin Ratiu | 2 | -4/+0 |
2025-04-14 | xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl(). | Kuniyuki Iwashima | 1 | -19/+15 |
2025-04-14 | espintcp: remove encap socket caching to avoid reference leak | Sabrina Dubroca | 1 | -3/+0 |
2025-04-14 | espintcp: fix skb leaks | Sabrina Dubroca | 1 | -1/+3 |
2025-04-11 | xfrm: Remove unnecessary strscpy_pad() size arguments | Thorsten Blum | 1 | -5/+5 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -6/+6 |
2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -225/+215 |
2025-03-26 | Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 6 | -53/+84 |
2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -6/+4 |
2025-03-25 | Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 5 | -46/+76 |
2025-03-21 | xfrm: ipcomp: Use crypto_acomp interface | Herbert Xu | 2 | -228/+215 |
2025-03-21 | xfrm: ipcomp: Call pskb_may_pull in ipcomp_input | Herbert Xu | 1 | -0/+3 |
2025-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+42 |
2025-03-19 | xfrm: Remove unnecessary NULL check in xfrm_lookup_with_ifid() | Dan Carpenter | 1 | -1/+1 |
2025-03-12 | xfrm: state: make xfrm_state_lookup_byaddr lockless | Florian Westphal | 1 | -2/+2 |
2025-02-21 | net: xfrm: Use link netns in newlink() of rtnl_link_ops | Xiao Liang | 1 | -4/+4 |
2025-02-21 | rtnetlink: Pack newlink() params into struct | Xiao Liang | 1 | -3/+4 |
2025-02-21 | xfrm_output: Force software GSO only in tunnel modeipsec-2025-03-19 | Cosmin Ratiu | 1 | -1/+1 |
2025-02-21 | xfrm: fix tunnel mode TX datapath in packet offload mode | Alexandre Cassen | 1 | -0/+41 |
2025-02-21 | xfrm: check for PMTU in tunnel mode for packet offload | Leon Romanovsky | 2 | -4/+12 |
2025-02-21 | xfrm: provide common xdo_dev_offload_ok callback implementation | Leon Romanovsky | 1 | -0/+15 |
2025-02-21 | xfrm: rely on XFRM offload | Leon Romanovsky | 1 | -6/+4 |
2025-02-21 | xfrm: simplify SA initialization routine | Leon Romanovsky | 2 | -13/+11 |
2025-02-21 | xfrm: delay initialization of offload path till its actually requested | Leon Romanovsky | 3 | -24/+23 |
2025-02-18 | xfrm: Switch to use hrtimer_setup() | Nam Cao | 2 | -6/+4 |
2025-02-12 | xfrm: prevent high SEQ input in non-ESN mode | Leon Romanovsky | 1 | -0/+12 |
2025-01-27 | Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 5 | -31/+83 |
2025-01-24 | xfrm: Don't disable preemption while looking up cache state.ipsec-2025-01-27 | Sebastian Sewior | 1 | -3/+1 |
2025-01-20 | xfrm: Fix the usage of skb->sk | Steffen Klassert | 3 | -5/+6 |
2025-01-13 | net: remove init_dummy_netdev() | Jakub Kicinski | 1 | -3/+6 |
2025-01-07 | xfrm: Support ESN context update to hardware for TX | Jianbo Liu | 1 | -0/+1 |
2024-12-05 | xfrm: iptfs: add tracepoint functionality | Christian Hopps | 2 | -1/+288 |
2024-12-05 | xfrm: iptfs: handle reordering of received packets | Christian Hopps | 1 | -13/+484 |
2024-12-05 | xfrm: iptfs: add skb-fragment sharing code | Christian Hopps | 1 | -6/+290 |
2024-12-05 | xfrm: iptfs: add reusing received skb for the tunnel egress packet | Christian Hopps | 1 | -15/+108 |
2024-12-05 | xfrm: iptfs: handle received fragmented inner packets | Christian Hopps | 1 | -19/+461 |
2024-12-05 | xfrm: iptfs: add basic receive packet (tunnel egress) handling | Christian Hopps | 1 | -0/+276 |
2024-12-05 | xfrm: iptfs: add fragmenting of larger than MTU user packets | Christian Hopps | 1 | -28/+315 |
2024-12-05 | xfrm: iptfs: share page fragments of inner packets | Christian Hopps | 1 | -8/+77 |
2024-12-05 | xfrm: iptfs: add user packet (tunnel ingress) handling | Christian Hopps | 1 | -3/+560 |
2024-12-05 | xfrm: iptfs: add new iptfs xfrm mode impl | Christian Hopps | 2 | -0/+217 |
2024-12-05 | xfrm: add generic iptfs defines and functionality | Christian Hopps | 6 | -2/+37 |
2024-12-05 | xfrm: add mode_cbs module functionality | Christian Hopps | 6 | -10/+116 |
2024-12-05 | xfrm: netlink: add config (netlink) options | Christian Hopps | 2 | -2/+60 |
2024-12-05 | xfrm: config: add CONFIG_XFRM_IPTFS | Christian Hopps | 1 | -0/+16 |
2024-12-05 | xfrm: state: fix out-of-bounds read during lookup | Florian Westphal | 1 | -19/+70 |
2024-11-25 | xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO | Jianbo Liu | 1 | -4/+6 |
2024-11-18 | Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 5 | -27/+255 |
2024-11-15 | xfrm: Fix acquire state insertion. | Steffen Klassert | 1 | -0/+1 |
2024-11-14 | xfrm: replace deprecated strncpy with strscpy_pad | Daniel Yang | 1 | -1/+1 |
2024-11-14 | xfrm: Add error handling when nla_put_u32() returns an error | Everest K.C | 1 | -1/+4 |
2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 1 | -5/+3 |
2024-11-06 | xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t. | Guillaume Nault | 1 | -1/+1 |
2024-11-06 | xfrm: Convert xfrm_dst_lookup() to dscp_t. | Guillaume Nault | 1 | -5/+4 |
2024-11-06 | xfrm: Convert xfrm_bundle_create() to dscp_t. | Guillaume Nault | 1 | -3/+4 |
2024-11-06 | xfrm: Convert xfrm_get_tos() to dscp_t. | Guillaume Nault | 1 | -3/+3 |
2024-10-29 | xfrm: Restrict percpu SA attribute to specific netlink message types | Steffen Klassert | 1 | -0/+14 |
2024-10-29 | xfrm: Add an inbound percpu state cache. | Steffen Klassert | 2 | -1/+58 |
2024-10-29 | xfrm: Cache used outbound xfrm states at the policy. | Steffen Klassert | 2 | -0/+67 |
2024-10-29 | xfrm: Add support for per cpu xfrm state handling. | Steffen Klassert | 3 | -17/+103 |
2024-10-24 | Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 3 | -20/+54 |
2024-10-11 | xfrm: fix one more kernel-infoleak in algo dumpingipsec-2024-10-22 | Petr Vaganov | 1 | -1/+3 |
2024-10-07 | xfrm: validate new SA's prefixlen using SA family when sel.family is unset | Sabrina Dubroca | 1 | -1/+5 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-09-24 | xfrm: policy: remove last remnants of pernet inexact list | Florian Westphal | 1 | -3/+0 |
2024-09-23 | xfrm: respect ip protocols rules criteria when performing dst lookups | Eyal Birger | 1 | -0/+15 |
2024-09-23 | xfrm: extract dst lookup parameters into a struct | Eyal Birger | 2 | -15/+31 |
2024-09-10 | Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 2 | -127/+101 |
2024-09-09 | xfrm: policy: Restore dir assignments in xfrm_hash_rebuild() | Nathan Chancellor | 1 | -0/+2 |
2024-09-09 | xfrm: policy: fix null dereference | Florian Westphal | 1 | -2/+2 |
2024-09-09 | Revert "xfrm: add SA information to the offloaded packet" | Steffen Klassert | 1 | -21/+0 |
2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -1/+1 |
2024-08-31 | xfrm: Unmask upper DSCP bits in xfrm_get_tos() | Ido Schimmel | 1 | -1/+2 |
2024-08-28 | xfrm: minor update to sdb and xfrm_policy comments | Florian Westphal | 1 | -1/+5 |
2024-08-28 | xfrm: policy: use recently added helper in more places | Florian Westphal | 1 | -11/+2 |
2024-08-27 | xfrm: add SA information to the offloaded packet | wangfe | 1 | -0/+21 |
2024-08-24 | xfrm: policy: remove remaining use of inexact list | Florian Westphal | 1 | -38/+0 |
2024-08-24 | xfrm: switch migrate to xfrm_policy_lookup_bytype | Florian Westphal | 1 | -67/+39 |
2024-08-24 | xfrm: policy: don't iterate inexact policies twice at insert time | Florian Westphal | 1 | -6/+53 |
2024-08-16 | xfrm: Remove documentation WARN_ON to limit return values for offloaded SA | Patrisious Haddad | 1 | -5/+1 |
2024-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -13/+66 |
2024-07-14 | Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 8 | -8/+347 |
2024-07-14 | Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 4 | -13/+66 |
2024-07-12 | xfrm: Support crypto offload for inbound IPv4 UDP-encapsulated ESP packet | Mike Yu | 1 | -1/+2 |
2024-07-12 | xfrm: Allow UDP encapsulation in crypto offload control path | Mike Yu | 1 | -3/+3 |
2024-07-12 | xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO path | Mike Yu | 2 | -2/+5 |
2024-07-08 | xfrm: call xfrm_dev_policy_delete when kill policyipsec-2024-07-11 | Jianbo Liu | 2 | -4/+2 |
2024-07-08 | xfrm: fix netdev reference count imbalance | Jianbo Liu | 1 | -2/+1 |
2024-07-01 | xfrm: Export symbol xfrm_dev_state_delete. | Steffen Klassert | 1 | -0/+1 |
2024-06-26 | xfrm: support sending NAT keepalives in ESP in UDP states | Eyal Birger | 6 | -3/+338 |
2024-06-25 | xfrm: Fix unregister netdevice hang on hardware offload. | Steffen Klassert | 1 | -2/+59 |
2024-06-17 | xfrm: Log input direction mismatch error in one place | Antony Antony | 1 | -5/+0 |
2024-06-17 | xfrm: Fix input error path memory access | Antony Antony | 1 | -0/+3 |
2024-05-29 | net: fix __dst_negative_advice() race | Eric Dumazet | 1 | -8/+3 |
2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+10 |
2024-05-07 | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection | Eric Dumazet | 1 | -1/+1 |
2024-05-06 | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 8 | -9/+196 |
2024-05-03 | net: Remove ctl_table sentinel elements from several networking subsystems | Joel Granados | 1 | -4/+1 |
2024-05-01 | xfrm: Restrict SA direction attribute to specific netlink message types | Antony Antony | 1 | -0/+24 |
2024-05-01 | xfrm: Add dir validation to "in" data path lookup | Antony Antony | 2 | -0/+12 |
2024-05-01 | xfrm: Add dir validation to "out" data path lookup | Antony Antony | 2 | -0/+7 |
2024-05-01 | xfrm: Add Direction to the SA in or out | Antony Antony | 5 | -9/+153 |
2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet | 1 | -2/+1 |
2024-04-26 | xfrm: Preserve vlan tags for transport mode software GRO | Paul Davey | 1 | -0/+8 |
2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh | 1 | -1/+1 |
2024-04-11 | xfrm: fix possible derferencing in error path | Antony Antony | 1 | -0/+2 |
2024-03-18 | xfrm: Allow UDP encapsulation only in offload modesipsec-2024-03-19 | Leon Romanovsky | 1 | -1/+2 |
2024-03-08 | Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2 | -14/+143 |
2024-03-07 | net: move netdev_max_backlog to net_hotdata | Eric Dumazet | 2 | -2/+5 |
2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -4/+13 |
2024-03-06 | Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 4 | -4/+13 |
2024-03-05 | xfrm: set skb control buffer based on packet offload as well | Mike Yu | 1 | -1/+5 |
2024-03-05 | xfrm: fix xfrm child route lookup for packet offload | Mike Yu | 1 | -1/+3 |
2024-03-02 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -4/+4 |
2024-02-27 | xfrm: Do not allocate stats in the driver | Breno Leitao | 1 | -8/+2 |
2024-02-26 | rtnetlink: prepare nla_put_iflink() to run under RCU | Eric Dumazet | 1 | -1/+1 |
2024-02-26 | xfrm: Avoid clang fortify warning in copy_to_user_tmpl() | Nathan Chancellor | 1 | -0/+3 |
2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+2 |
2024-02-09 | net: fill in MODULE_DESCRIPTION()s for xfrm | Breno Leitao | 2 | -0/+2 |
2024-02-09 | xfrm: Simplify the allocation of slab caches in xfrm_policy_init | Kunwu Chan | 1 | -4/+1 |
2024-02-07 | xfrm: interface: use exit_batch_rtnl() method | Eric Dumazet | 1 | -8/+6 |
2024-02-05 | xfrm: get global statistics from the offloaded device | Leon Romanovsky | 2 | -0/+14 |
2024-02-05 | xfrm: generalize xdo_dev_state_update_curlft to allow statistics update | Leon Romanovsky | 2 | -3/+3 |
2024-01-31 | bpf: treewide: Annotate BPF kfuncs in BTF | Daniel Xu | 2 | -4/+4 |
2024-01-25 | xfrm: Pass UDP encapsulation in TX packet offload | Leon Romanovsky | 1 | -1/+1 |
2024-01-25 | xfrm: introduce forwarding of ICMP Error messages | Antony Antony | 1 | -2/+140 |
2024-01-17 | xfrm: Clear low order bits of ->flowi4_tos in decode_session4(). | Guillaume Nault | 1 | -1/+1 |
2023-12-14 | bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc | Daniel Xu | 3 | -0/+137 |
2023-11-09 | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -4/+2 |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -12/+8 |
2023-11-01 | bpf: Add __bpf_kfunc_{start,end}_defs macros | Dave Marchevsky | 1 | -4/+2 |
2023-10-30 | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 3 | -180/+129 |
2023-10-27 | xfrm: policy: fix layer 4 flowi decoding | Florian Westphal | 1 | -6/+20 |
2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -23/+26 |
2023-10-17 | Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 2 | -23/+26 |
2023-10-13 | xfrm: fix a data-race in xfrm_lookup_with_ifid()ipsec-2023-10-17 | Eric Dumazet | 1 | -1/+1 |
2023-10-06 | xfrm: policy: replace session decode with flow dissector | Florian Westphal | 1 | -158/+95 |
2023-10-06 | xfrm: move mark and oif flowi decode into common code | Florian Westphal | 1 | -12/+12 |
2023-10-06 | xfrm: pass struct net to xfrm_decode_session wrappers | Florian Westphal | 2 | -7/+7 |
2023-10-06 | xfrm: Use the XFRM_GRO to indicate a GRO call on input | Steffen Klassert | 1 | -4/+2 |
2023-10-01 | ipsec: Select CRYPTO_AEAD | Herbert Xu | 1 | -0/+1 |
2023-09-20 | ipsec: Stop using crypto_has_alg | Herbert Xu | 1 | -12/+7 |
2023-09-13 | xfrm: fix a data-race in xfrm_gen_index() | Eric Dumazet | 1 | -4/+2 |
2023-09-12 | net: dst: remove unnecessary input parameter in dst_alloc and dst_init | Zhengchao Shao | 1 | -1/+1 |
2023-09-06 | xfrm: interface: use DEV_STATS_INC() | Eric Dumazet | 1 | -12/+10 |
2023-09-05 | net: xfrm: skip policies marked as dead while reinserting policies | Dong Chenchen | 1 | -6/+13 |
2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+6 |
2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -24/+27 |
2023-08-16 | Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git... | David S. Miller | 5 | -24/+27 |
2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -2/+6 |
2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2023-08-01 | xfrm: don't skip free of empty state in acquire policyipsec-2023-08-15 | Leon Romanovsky | 1 | -6/+2 |
2023-08-01 | xfrm: delete offloaded policy | Leon Romanovsky | 1 | -0/+1 |
2023-07-31 | xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH | Lin Ma | 1 | -0/+1 |
2023-07-31 | xfrm: add NULL check in xfrm_update_ae_params | Lin Ma | 1 | -1/+1 |
2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -1/+1 |
2023-07-25 | xfrm: Support UDP encapsulation in packet offload mode | Leon Romanovsky | 1 | -6/+7 |
2023-07-11 | xfrm: fix slab-use-after-free in decode_session6 | Zhengchao Shao | 1 | -2/+2 |
2023-07-10 | xfrm: Silence warnings triggerable by bad packets | Herbert Xu | 1 | -13/+9 |
2023-07-03 | net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure | Lin Ma | 2 | -2/+2 |
2023-06-29 | net: xfrm: Fix xfrm_address_filter OOB read | Lin Ma | 1 | -0/+9 |
2023-06-24 | tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage | David Howells | 1 | -4/+6 |
2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -8/+68 |
2023-06-12 | xfrm: Use xfrm_state selector for BEET input | Herbert Xu | 1 | -4/+3 |
2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet | 3 | -0/+3 |
2023-06-07 | xfrm: add missed call to delete offloaded policies | Leon Romanovsky | 1 | -0/+2 |
2023-05-23 | espintcp: Inline do_tcp_sendpages() | David Howells | 1 | -3/+7 |
2023-05-21 | xfrm: Ensure policies always checked on XFRM-I input path | Benedict Wong | 1 | -4/+50 |
2023-05-21 | xfrm: Treat already-verified secpath entries as optional | Benedict Wong | 2 | -0/+13 |
2023-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -70/+21 |
2023-05-16 | Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 4 | -70/+21 |
2023-05-13 | net: introduce and use skb_frag_fill_page_desc() | Yunsheng Lin | 1 | -4/+1 |
2023-05-10 | xfrm: Check if_id in inbound policy/secpath matchipsec-2023-05-16 | Benedict Wong | 1 | -5/+6 |
2023-05-10 | xfrm: Reject optional tunnel/BEET mode templates in outbound policies | Tobias Brunner | 1 | -5/+9 |
2023-04-25 | Revert "Fix XFRM-I support for nested ESP tunnels" | Martin Willi | 2 | -53/+4 |
2023-04-21 | xfrm: Fix leak of dev tracker | Leon Romanovsky | 1 | -1/+1 |
2023-04-21 | xfrm: release all offloaded policy memory | Leon Romanovsky | 1 | -0/+1 |
2023-04-19 | Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 2 | -65/+34 |
2023-04-07 | Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski | 1 | -1/+1 |
2023-04-06 | xfrm: don't check the default policy if the policy allows the packet | Sabrina Dubroca | 1 | -6/+0 |
2023-04-06 | xfrm: don't require advance ESN callback for packet offload | Leon Romanovsky | 1 | -1/+1 |
2023-03-22 | Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern... | Jakub Kicinski | 2 | -0/+3 |
2023-03-20 | xfrm: copy_to_user_state fetch offloaded SA packets/bytes statistics | Raed Salem | 1 | -0/+2 |
2023-03-20 | xfrm: add new device offload acquire flag | Raed Salem | 1 | -0/+1 |