Age | Commit message (Expand) | Author |
2020-11-07 | net: xfrm: convert tasklets to use new tasklet_setup() API | Allen Pais |
2020-11-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2020-10-23 | net: xfrm: fix a race condition during allocing spi | zhuoliang zhang |
2020-10-13 | xfrm: use new function dev_fetch_sw_netstats | Heiner Kallweit |
2020-10-09 | xfrm: interface: fix the priorities for ipip and ipv6 tunnels | Xin Long |
2020-10-06 | xfrm: use dev_sw_netstats_rx_add() | Fabian Frederick |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2020-09-25 | xfrm: Use correct address family in xfrm_state_find | Herbert Xu |
2020-09-24 | xfrm/compat: Translate 32-bit user_policy from sockptr | Dmitry Safonov |
2020-09-24 | xfrm/compat: Add 32=>64-bit messages translator | Dmitry Safonov |
2020-09-24 | xfrm/compat: Attach xfrm dumps to 64=>32 bit translator | Dmitry Safonov |
2020-09-24 | xfrm/compat: Add 64=>32-bit messages translator | Dmitry Safonov |
2020-09-24 | xfrm: Provide API to register translator module | Dmitry Safonov |
2020-09-07 | xfrm: clone whole liftime_cur structure in xfrm_do_migrate | Antony Antony |
2020-09-07 | xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrate | Antony Antony |
2020-09-07 | xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate | Antony Antony |
2020-08-27 | xfrmi: drop ignore_df check before updating pmtu | Sabrina Dubroca |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-17 | espintcp: restore IP CB before handing the packet to xfrm | Sabrina Dubroca |
2020-08-10 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2020-07-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2020-07-30 | espintcp: count packets dropped in espintcp_rcv | Sabrina Dubroca |
2020-07-30 | espintcp: handle short messages instead of breaking the encap socket | Sabrina Dubroca |
2020-07-29 | xfrm: policy: Use sequence counters with associated lock | Ahmed S. Darwish |
2020-07-24 | net/xfrm: switch xfrm_user_policy to sockptr_t | Christoph Hellwig |
2020-07-21 | xfrm: Make the policy hold queue work with VTI. | Steffen Klassert |
2020-07-17 | xfrm: interface: use IS_REACHABLE to avoid some compile errors | Xin Long |
2020-07-17 | xfrm: policy: fix IPv6-only espintcp compilation | Sabrina Dubroca |
2020-07-17 | espintcp: recv() should return 0 when the peer socket is closed | Sabrina Dubroca |
2020-07-17 | espintcp: support non-blocking sends | Sabrina Dubroca |
2020-07-14 | xfrm: interface: not xfrmi_ipv6/ipip_handler twice | Xin Long |
2020-07-13 | xfrm interface: store xfrmi contexts in a hash by if_id | Eyal Birger |
2020-07-13 | xfrm interface: avoid xi lookup in xfrmi_decode_session() | Eyal Birger |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-09 | xfrm: interface: support IPIP and IPIP6 tunnels processing with .cb_handler | Xin Long |
2020-07-09 | xfrm: interface: support IP6IP6 and IP6IP tunnels processing with .cb_handler | Xin Long |
2020-07-09 | xfrm: add is_ipip to struct xfrm_input_afinfo | Xin Long |
2020-06-30 | net: xfrmi: implement header_ops->parse_protocol for AF_PACKET | Jason A. Donenfeld |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-06-24 | xfrm: policy: match with both mark and mask on user interfaces | Xin Long |
2020-06-24 | xfrm: introduce oseq-may-wrap flag | Petr Vaněk |
2020-06-23 | bonding/xfrm: use real_dev instead of slave_dev | Jarod Wilson |
2020-06-22 | xfrm: bail early on slave pass over skb | Jarod Wilson |
2020-06-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2020-06-15 | esp, ah: modernize the crypto algorithm selections | Eric Biggers |
2020-06-15 | esp: select CRYPTO_SEQIV | Eric Biggers |
2020-06-15 | esp, ah: consolidate the crypto algorithm selections | Eric Biggers |