aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21xfrm: make xfrm_bundle_ok localstephen hemminger1-3/+4
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer2-21/+29
2010-09-16xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet1-1/+1
2010-09-01xfrm_user: avoid a warning with some compilerNicolas Dichtel1-1/+1
2010-08-14xfrm: Use GFP_ATOMIC in xfrm_compile_policyHerbert Xu1-1/+1
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+13
2010-07-14xfrm: do not assume that template resolving always returns xfrmsTimo Teräs1-2/+13
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet1-1/+2
2010-06-24xfrm: check bundle policy existance before dereferencing itTimo Teräs1-1/+2
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert1-2/+2
2010-06-02xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet1-0/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-17xfrm: add severity to printkstephen hemminger1-5/+7
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-3/+3
2010-05-15xfrm: fix policy unreferencing on larval dropTimo Teras1-1/+1
2010-04-30xfrm: potential uninitialized variable num_xfrmsChangli Gao1-1/+1
2010-04-20net: Fix various endianness glitchesEric Dumazet1-1/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-1/+4
2010-04-07xfrm: remove policy garbage collectionTimo Teräs1-34/+5
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs1-335/+376
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs1-38/+74
2010-04-01xfrm: remove policy lock when accessing policy->walk.deadTimo Teräs2-27/+10
2010-04-01xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handlerTimo Teräs1-0/+4
2010-04-01xfrm: Remove xfrm_state_genidHerbert Xu1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-1/+4
2010-03-03ipsec: Fix bogus bundle flowiHerbert Xu1-3/+4
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+16
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+16
2010-02-23xfrm: clone mark when cloning policyJamal Hadi Salim1-0/+1
2010-02-22xfrm: Allow user space manipulation of SPD markJamal Hadi Salim1-6/+25
2010-02-22xfrm: Allow user space config of SAD markJamal Hadi Salim1-15/+57
2010-02-22xfrm: SP lookups with markJamal Hadi Salim1-1/+11
2010-02-22xfrm: SP lookups signature with markJamal Hadi Salim2-9/+9
2010-02-22xfrm: SA lookups with markJamal Hadi Salim1-0/+12
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim3-32/+45
2010-02-19xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim2-4/+15
2010-02-19xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim2-3/+10
2010-02-18xfrm: Introduce LINUX_MIB_XFRMFWDHDRERRORjamal2-2/+2
2010-02-17xfrm: Revert false event eliding commits.David S. Miller3-18/+7
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo3-12/+13
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+3
2010-02-16xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal1-5/+5
2010-02-16xfrm: Fix xfrm_state_clone leakHerbert Xu1-9/+3
2010-02-15xfrm: Flushing empty SPD generates false eventsjamal2-4/+11
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal2-3/+7
2010-02-12xfrm: validate attributesjamal1-0/+4
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-20/+75
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan1-3/+56
2010-01-23netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan3-17/+19