| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 | 2 | -15/+17 |
|\ |
|
| * | xfrm: Add oif to dst lookups | David Ahern | 2015-08-11 | 1 | -10/+14 |
| * | net/xfrm: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 2015-08-11 | 1 | -4/+2 |
| * | xfrm: Fix a typo | Jakub Wilk | 2015-07-21 | 1 | -1/+1 |
* | | ipsec: Replace seqniv with seqiv | Herbert Xu | 2015-08-17 | 1 | -7/+7 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-24 | 4 | -30/+40 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-01 | 3 | -2/+19 |
| |\ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2015-05-28 | 3 | -30/+28 |
| |\ \ |
|
| | * | | xfrm: optimise to search the inexact policy list | Li RongQing | 2015-05-18 | 1 | -3/+8 |
| | * | | xfrm: move the checking for old xfrm_policy hold_queue to beginning | Li RongQing | 2015-05-05 | 1 | -3/+3 |
| | * | | xfrm: remove the unnecessary checking before call xfrm_pol_hold | Li RongQing | 2015-05-05 | 1 | -4/+3 |
| | * | | xfrm: slightly optimise xfrm_input | Li RongQing | 2015-04-24 | 1 | -5/+5 |
| | * | | xfrm: fix the return code when xfrm_*_register_afinfo failed | Li RongQing | 2015-04-23 | 3 | -3/+3 |
| | * | | xfrm: optimise the use of walk list header in xfrm_policy/state_walk | Li RongQing | 2015-04-23 | 2 | -2/+4 |
| | * | | xfrm: remove the xfrm_queue_purge definition | Li RongQing | 2015-04-23 | 1 | -10/+2 |
| * | | | net: make skb_dst_pop routine static | Ying Xue | 2015-05-12 | 1 | -0/+12 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-06-22 | 2 | -9/+59 |
|\ \ \
| |_|/
|/| | |
|
| * | | xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec users | Martin Willi | 2015-06-04 | 1 | -0/+12 |
| * | | ipsec: Add IV generator information to xfrm_state | Herbert Xu | 2015-05-28 | 1 | -9/+31 |
| * | | xfrm: Add IV generator information to xfrm_algo_desc | Herbert Xu | 2015-05-28 | 1 | -0/+16 |
| |/ |
|
* | | xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input | Alexander Duyck | 2015-05-28 | 1 | -1/+16 |
* | | xfrm: Always zero high-order sequence number bits | Herbert Xu | 2015-05-21 | 1 | -0/+2 |
* | | xfrm: fix a race in xfrm_state_lookup_byspi | Li RongQing | 2015-04-29 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-14 | 1 | -5/+5 |
|\ |
|
| * | xfrm: fix xfrm_input/xfrm_tunnel_check oops | Alexey Dobriyan | 2015-04-07 | 1 | -5/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2015-04-09 | 1 | -0/+5 |
|\ \ |
|
| * | | xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host | Fan Du | 2015-03-03 | 1 | -0/+5 |
* | | | netfilter: Pass socket pointer down through okfn(). | David Miller | 2015-04-07 | 1 | -8/+8 |
* | | | xfrm: simplify xfrm_address_t use | Jiri Benc | 2015-03-31 | 1 | -4/+4 |
| |/
|/| |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2015-03-16 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | xfrm: release dst_orig in case of error in xfrm_lookup() | huaibin Wang | 2015-02-12 | 1 | -6/+6 |
* | | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 2015-01-18 | 1 | -9/+18 |
* | | net: xfrm: xfrm_algo: Remove unused function | Rickard Strandqvist | 2015-01-12 | 1 | -5/+0 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-12-08 | 2 | -27/+37 |
|\ |
|
| * | xfrm: Use __xfrm_policy_link in xfrm_policy_insert | Herbert Xu | 2014-11-13 | 1 | -3/+2 |
| * | xfrm: Do not hash socket policies | Herbert Xu | 2014-11-13 | 1 | -18/+26 |
| * | xfrm: add XFRMA_REPLAY_VAL attribute to SA messages | dingzhi | 2014-11-03 | 1 | -4/+8 |
| * | xfrm: fix set but not used warning in xfrm_policy_queue_process() | Fabian Frederick | 2014-10-27 | 1 | -2/+1 |
* | | net: skb_fclone_busy() needs to detect orphaned skb | Eric Dumazet | 2014-10-30 | 1 | -1/+1 |
|/ |
|
* | net: make skb_gso_segment error handling more robust | Florian Westphal | 2014-10-20 | 1 | -0/+2 |
* | net: cleanup and document skb fclone layout | Eric Dumazet | 2014-10-01 | 1 | -3/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-09-28 | 4 | -31/+281 |
|\ |
|
| * | ipsec: Remove obsolete MAX_AH_AUTH_LEN | Herbert Xu | 2014-09-18 | 1 | -2/+1 |
| * | xfrm: configure policy hash table thresholds by netlink | Christophe Gouault | 2014-09-02 | 2 | -3/+164 |
| * | xfrm: hash prefixed policies based on preflen thresholds | Christophe Gouault | 2014-09-02 | 2 | -16/+113 |
| * | xfrm: remove useless hash_resize_mutex locks | Ying Xue | 2014-08-29 | 1 | -10/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-23 | 1 | -8/+40 |
|\ \ |
|
| * | | xfrm: Generate queueing routes only from route lookup functions | Steffen Klassert | 2014-09-16 | 1 | -8/+24 |
| * | | xfrm: Generate blackhole routes only from route lookup functions | Steffen Klassert | 2014-09-16 | 1 | -1/+17 |
| |/ |
|
* | | net: use kfree_skb_list() helper in more places | Florian Westphal | 2014-09-09 | 1 | -5/+1 |
|/ |
|