aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-04net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+5
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-4/+8
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony1-2/+4
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony1-2/+4
2017-06-07xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu1-5/+2
2017-05-04xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-04-14net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert1-0/+6
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-1/+64
2017-04-14xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert1-0/+10
2017-04-14xfrm: Move device notifications to a sepatate fileSteffen Klassert1-0/+1
2017-04-14xfrm: Add a xfrm type offload.Steffen Klassert1-6/+22
2017-03-27xfrm: branchless addr4_match() on 64-bitAlexey Dobriyan1-2/+2
2017-03-24xfrm: use "unsigned int" in addr_match()Alexey Dobriyan1-3/+3
2017-03-24xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan1-1/+0
2017-02-15esp: Add a software GRO codepathSteffen Klassert1-0/+1
2017-02-15xfrm: Extend the sec_path for IPsec offloadingSteffen Klassert1-0/+41
2017-02-15xfrm: Export xfrm_parse_spi.Steffen Klassert1-0/+1
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert1-0/+1
2017-02-09xfrm: policy: remove family fieldFlorian Westphal1-3/+2
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal1-1/+1
2017-02-09xfrm: policy: xfrm_policy_unregister_afinfo can return voidFlorian Westphal1-1/+1
2017-02-09xfrm: input: constify xfrm_input_afinfoFlorian Westphal1-3/+2
2017-01-17esp4: Avoid skb_cow_data whenever possibleSteffen Klassert1-0/+2
2017-01-10xfrm: add and use xfrm_state_afinfo_get_rcuFlorian Westphal1-0/+1
2017-01-10xfrm: remove xfrm_state_put_afinfoFlorian Westphal1-1/+0
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-09-21vti6: fix input pathNicolas Dichtel1-1/+3
2016-08-10xfrm: constify xfrm_replay structuresJulia Lawall1-1/+1
2016-04-27net: xfrm: kill XFRM_INC_STATS_BH()Eric Dumazet1-2/+0
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet1-2/+0
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-9/+15
2015-12-11xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet1-0/+1
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-3/+3
2015-09-17xfrm: Remove unused afinfo method init_dstEric W. Biederman1-2/+0
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern1-2/+5
2015-05-28ipsec: Add IV generator information to xfrm_stateHerbert Xu1-0/+1
2015-05-28xfrm: Add IV generator information to xfrm_algo_descHerbert Xu1-0/+2
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-4/+4
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc1-3/+3
2015-03-12net: Introduce possible_net_tEric W. Biederman1-6/+2
2014-09-02xfrm: configure policy hash table thresholds by netlinkChristophe Gouault1-0/+1
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa1-23/+19
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa1-19/+10
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-3/+3
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-22/+28
2014-03-14xfrm6: Remove xfrm_tunnel_notifierSteffen Klassert1-8/+0
2014-03-14xfrm6: Add IPsec protocol multiplexerSteffen Klassert1-0/+15