Age | Commit message (Expand) | Author | Files | Lines |
2016-03-24 | xfrm: Fix crash observed during device unregistration and decryption | subashab@codeaurora.org | 1 | -0/+3 |
2016-03-22 | net/xfrm_user: use in_compat_syscall to deny compat syscalls | Andy Lutomirski | 1 | -1/+1 |
2016-01-27 | ipsec: Use skcipher and ahash when probing algorithms | Herbert Xu | 1 | -3/+4 |
2016-01-15 | net: preserve IP control block during GSO segmentation | Konstantin Khlebnikov | 1 | -0/+2 |
2015-12-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -38/+0 |
2015-12-11 | xfrm: add rcu protection to sk->sk_policy[] | Eric Dumazet | 1 | -12/+25 |
2015-12-11 | xfrm: add rcu grace period in xfrm_policy_destroy() | Eric Dumazet | 1 | -2/+9 |
2015-12-07 | xfrm: take care of request sockets | Eric Dumazet | 1 | -0/+2 |
2015-11-03 | xfrm: dst_entries_init() per-net dst_ops | Dan Streetman | 1 | -38/+0 |
2015-10-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -2/+7 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2015-10-23 | xfrm: Increment statistic counter on inner mode error | Steffen Klassert | 1 | -1/+3 |
2015-10-23 | xfrm: Fix unaligned access to stats in copy_to_user_state() | Sowmini Varadhan | 1 | -1/+4 |
2015-10-08 | dst: Pass net into dst->output | Eric W. Biederman | 1 | -1/+1 |
2015-10-08 | ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out | Eric W. Biederman | 1 | -1/+1 |
2015-10-08 | dst: Pass a sk into .local_out | Eric W. Biederman | 1 | -1/+1 |
2015-10-08 | net: Pass net into dst_output and remove dst_output_okfn | Eric W. Biederman | 2 | -2/+2 |
2015-10-08 | xfrm: Only compute net once in xfrm_policy_queue_process | Eric W. Biederman | 1 | -4/+3 |
2015-09-29 | xfrm: Fix state threshold configuration from userspace | Michael Rossberg | 1 | -1/+3 |
2015-09-25 | inet: constify ip_route_output_flow() socket argument | Eric Dumazet | 1 | -3/+3 |
2015-09-17 | netfilter: Add blank lines in callers of netfilter hooks | Eric W. Biederman | 1 | -0/+1 |
2015-09-17 | netfilter: Pass net into okfn | Eric W. Biederman | 1 | -6/+6 |
2015-09-17 | netfilter: Pass struct net into the netfilter hooks | Eric W. Biederman | 1 | -1/+2 |
2015-09-17 | net: Merge dst_output and dst_output_sk | Eric W. Biederman | 2 | -2/+2 |
2015-09-17 | xfrm: Remove unused afinfo method init_dst | Eric W. Biederman | 1 | -2/+0 |
2015-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -15/+17 |
2015-08-17 | ipsec: Replace seqniv with seqiv | Herbert Xu | 1 | -7/+7 |
2015-08-11 | xfrm: Add oif to dst lookups | David Ahern | 1 | -10/+14 |
2015-08-11 | net/xfrm: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 1 | -4/+2 |
2015-07-21 | xfrm: Fix a typo | Jakub Wilk | 1 | -1/+1 |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -30/+40 |
2015-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2 | -9/+59 |
2015-06-04 | xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec users | Martin Willi | 1 | -0/+12 |
2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -2/+19 |
2015-05-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -30/+28 |
2015-05-28 | xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input | Alexander Duyck | 1 | -1/+16 |
2015-05-28 | ipsec: Add IV generator information to xfrm_state | Herbert Xu | 1 | -9/+31 |
2015-05-28 | xfrm: Add IV generator information to xfrm_algo_desc | Herbert Xu | 1 | -0/+16 |
2015-05-21 | xfrm: Always zero high-order sequence number bits | Herbert Xu | 1 | -0/+2 |
2015-05-18 | xfrm: optimise to search the inexact policy list | Li RongQing | 1 | -3/+8 |
2015-05-12 | net: make skb_dst_pop routine static | Ying Xue | 1 | -0/+12 |
2015-05-05 | xfrm: move the checking for old xfrm_policy hold_queue to beginning | Li RongQing | 1 | -3/+3 |
2015-05-05 | xfrm: remove the unnecessary checking before call xfrm_pol_hold | Li RongQing | 1 | -4/+3 |
2015-04-29 | xfrm: fix a race in xfrm_state_lookup_byspi | Li RongQing | 1 | -1/+1 |
2015-04-24 | xfrm: slightly optimise xfrm_input | Li RongQing | 1 | -5/+5 |
2015-04-23 | xfrm: fix the return code when xfrm_*_register_afinfo failed | Li RongQing | 3 | -3/+3 |
2015-04-23 | xfrm: optimise the use of walk list header in xfrm_policy/state_walk | Li RongQing | 2 | -2/+4 |
2015-04-23 | xfrm: remove the xfrm_queue_purge definition | Li RongQing | 1 | -10/+2 |
2015-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+5 |
2015-04-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+5 |