summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2021-07-19xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert1-14/+14
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca1-2/+12
2021-04-14net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish1-5/+5
2021-04-14xfrm: interface: fix ipv4 pmtu check to honor ip header dfEyal Birger1-0/+3
2021-03-04xfrm: interface: use icmp_ndo_send helperJason A. Donenfeld1-3/+3
2021-02-04xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala1-8/+18
2021-02-04xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger1-2/+2
2021-02-04xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani1-1/+1
2020-11-18net: xfrm: fix a race condition during allocing spizhuoliang zhang1-3/+5
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony1-0/+28
2020-10-14xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony1-0/+1
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-08-05xfrm: policy: match with both mark and mask on user interfacesXin Long2-30/+27
2020-06-30xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-1/+3
2020-06-03xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-06-03xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel1-0/+21
2020-06-03xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long1-5/+7
2020-06-03xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long1-5/+3
2020-06-03xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1
2020-04-01xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-04-01xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-04-01xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2020-04-01xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem1-0/+1
2020-02-06xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang1-1/+1
2020-02-06xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel1-7/+25
2019-11-12xfrm: release device reference for invalid stateXiaodong Xu1-0/+3
2019-11-07xfrm: Fix memleak on xfrm state destroySteffen Klassert1-0/+2
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal4-4/+4
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-33/+29
2019-09-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-33/+29
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-08-25xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu1-2/+2
2019-08-20xfrm: policy: avoid warning splat when merging nodesFlorian Westphal1-2/+4
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-17xfrm interface: fix management of phydevNicolas Dichtel1-15/+17
2019-07-17xfrm interface: fix list corruption for x-netnsNicolas Dichtel1-4/+4
2019-07-17xfrm interface: ifname may be wrong in logsNicolas Dichtel1-9/+1
2019-07-17xfrm interface: avoid corruption on changelinkNicolas Dichtel1-5/+5
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-78/+56
2019-07-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-130/+345
2019-07-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-78/+56
2019-07-03xfrm interface: fix memory leak on creationNicolas Dichtel1-70/+28
2019-07-03xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal1-5/+7
2019-07-02xfrm: remove a duplicated assignmentCong Wang1-3/+0
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2-8/+31
2019-06-21ipsec: select crypto ciphers for xfrm_algoArnd Bergmann1-0/+2
2019-06-17xfrm: fix sa selector validationNicolas Dichtel1-0/+3