summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* ipsec: Fix bogus bundle flowiHerbert Xu2010-04-011-3/+4
* xfrm: Fix xfrm_state_clone leakHerbert Xu2010-02-161-9/+3
* netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-241-3/+56
* netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan2010-01-233-17/+19
* NET: XFRM: Fix spelling of neighbour.Ralf Baechle2009-12-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-083-108/+184
|\
| * net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman2009-12-031-8/+10
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-0/+1
| |\
| | * ipsec: can not add camellia cipher algorithm when using "ip xfrm state" commandLi Yewang2009-12-011-0/+1
| * | xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRMMartin Willi2009-11-251-0/+34
| * | xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-252-9/+122
| * | xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy2009-11-081-13/+17
| * | xfrm: remove skb_icv_walkSteffen Klassert2009-10-181-78/+0
| |/
* / sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-4/+0
|/
* net: file_operations should be constStephen Hemminger2009-09-021-1/+1
* Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address...Jussi Mäki2009-08-091-1/+1
* xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun2009-06-291-49/+8
* ipsec: Fix name of CAST algorithmHerbert Xu2009-06-241-2/+2
* xfrm: Use frag list abstraction interfaces.David S. Miller2009-06-091-22/+19
* net: skb->dst accessorsEric Dumazet2009-06-033-13/+19
* xfrm: wrong hash value for temporary SANicolas Dichtel2009-04-271-3/+3
* xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert2009-03-271-1/+1
* xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller2009-03-131-32/+58
* Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"David S. Miller2009-01-201-9/+2
* xfrm: For 32/64 compatability wrt. xfrm_usersa_infoDavid S. Miller2009-01-141-2/+9
* ipcomp: Remove spurious truesize increaseHerbert Xu2009-01-111-1/+0
* net: make xfrm_statistics_seq_show use generic snmp_fold_fieldRusty Russell2008-12-291-15/+2
* Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"David S. Miller2008-12-181-0/+5
* xfrm: join error pathsIlpo Järvinen2008-12-141-10/+12
* xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi2008-12-041-5/+0
* xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hostsMartin Willi2008-12-031-15/+11
* xfrm: Cleanup for unlink SPD entryWei Yongjun2008-12-031-25/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-031-0/+1
|\
| * xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun2008-12-031-0/+1
* | netns xfrm: per-netns sysctlsAlexey Dobriyan2008-11-255-19/+100
* | netns xfrm: /proc/net/xfrm_stat in netnsAlexey Dobriyan2008-11-252-18/+19
* | netns xfrm: per-netns MIBsAlexey Dobriyan2008-11-254-54/+67
* | netns xfrm: flush SA/SPDs on netns stopAlexey Dobriyan2008-11-252-0/+22
* | netns xfrm: ->get_saddr in netnsAlexey Dobriyan2008-11-251-3/+4
* | netns xfrm: ->dst_lookup in netnsAlexey Dobriyan2008-11-251-3/+4
* | netns xfrm: KM reporting in netnsAlexey Dobriyan2008-11-252-5/+4
* | netns xfrm: pass netns with KM notificationsAlexey Dobriyan2008-11-251-2/+4
* | netns xfrm: xfrm_user module in netnsAlexey Dobriyan2008-11-251-31/+45
* | netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan2008-11-253-41/+77
* | netns xfrm: xfrm_input() fixupAlexey Dobriyan2008-11-251-1/+2
* | netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan2008-11-251-2/+2
* | netns xfrm: flushing/pruning bundles in netnsAlexey Dobriyan2008-11-251-11/+8
* | netns xfrm: xfrm_route_forward() in netnsAlexey Dobriyan2008-11-251-1/+2
* | netns xfrm: xfrm_policy_check in netnsAlexey Dobriyan2008-11-251-2/+3
* | netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-18/+20