aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-3/+1
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-31/+281
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+40
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-2/+1
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-8/+24
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-1/+17
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal1-5/+1
2014-09-02xfrm: configure policy hash table thresholds by netlinkChristophe Gouault2-3/+164
2014-09-02xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault2-16/+113
2014-08-29xfrm: remove useless hash_resize_mutex locksYing Xue1-10/+3
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-2/+2
2014-06-30xfrm: Fix installation of AH IPsec SAsTobias Brunner1-4/+3
2014-06-26xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert1-0/+2
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+25
2014-06-03xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek1-11/+25
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-105/+36
2014-05-13net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick1-3/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-07net: clean up snmp stats codeWANG Cong2-8/+5
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa3-78/+34
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa3-45/+21
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-6/+81
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert1-0/+75
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert1-1/+6
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-3/+3
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel2-6/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+18
2014-02-26xfrm: Fix unlink race when policies are deleted.Steffen Klassert1-1/+1
2014-02-25xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert1-0/+5
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert1-6/+11
2014-02-21xfrm: Cleanup error handling of xfrm_state_cloneSteffen Klassert1-11/+5
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert2-5/+8
2014-02-20xfrm: Take xfrm_state_lock in xfrm_migrate_state_findSteffen Klassert1-5/+8
2014-02-20xfrm: Fix NULL pointer dereference on sub policy usageSteffen Klassert1-1/+1
2014-02-19xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert1-28/+0
2014-02-17ipsec: add support of limited SA dumpNicolas Dichtel2-2/+51
2014-02-13xfrm: avoid creating temporary SA when there are no listenersHoria Geanta2-0/+37
2014-02-12flowcache: Make flow cache name space awareFan Du1-3/+4
2014-02-12xfrm: Don't prohibit AH from using ESN featureFan Du1-1/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-217/+239
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-13/+13
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-34/+56
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris3-13/+13
2014-01-07net: xfrm: xfrm_policy: silence compiler warningYing Xue1-0/+2
2014-01-07net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann1-6/+6
2014-01-03{pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du1-0/+22