summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
AgeCommit message (Expand)Author
2020-11-18net: xfrm: fix a race condition during allocing spizhuoliang zhang
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony
2020-05-10xfrm: Fix memory leak of aead algorithm nameIlan Tayari
2019-09-16xfrm: clean up xfrm protocol checksCong Wang
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier
2018-11-10xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri
2018-05-26xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony
2018-04-13xfrm: fix state migration copy replay sequence numbersAntony Antony
2018-04-08xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert
2018-03-22net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-29xfrm: fix a race in xfrm_state_lookup_byspiLi RongQing
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing
2015-04-23xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc
2014-08-29xfrm: remove useless hash_resize_mutex locksYing Xue
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-21xfrm: Cleanup error handling of xfrm_state_cloneSteffen Klassert
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert
2014-02-20xfrm: Take xfrm_state_lock in xfrm_migrate_state_findSteffen Klassert
2014-02-20xfrm: Fix NULL pointer dereference on sub policy usageSteffen Klassert
2014-02-17ipsec: add support of limited SA dumpNicolas Dichtel
2014-02-13xfrm: avoid creating temporary SA when there are no listenersHoria Geanta
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris
2014-01-03{pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du
2014-01-03{pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_findFan Du
2014-01-02xfrm: checkpatch errors with foo * barWeilong Chen
2014-01-02xfrm: checkpatch errors with spaceWeilong Chen
2013-12-16xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du
2013-10-01xfrm: Simplify SA looking up when using wildcard sourceFan Du
2013-10-01xfrm: Force SA to be lookup again if SA in acquire stateFan Du
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-26xfrm: announce deleation of temporary SANicolas Dichtel
2013-08-16xfrm: Make xfrm_state timer monotonicFan Du
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa
2013-08-05xfrm: constify mark argument of xfrm_find_acq()Mathias Krause
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明