Age | Commit message (Expand) | Author |
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-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 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-05 | xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo" | Stephen Rothwell |
2020-06-04 | xfrm: Fix double ESP trailer insertion in IPsec crypto offload. | Huy Nguyen |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-29 | xfrm: fix a NULL-ptr deref in xfrm_local_error | Xin Long |
2020-05-25 | xfrm: fix a warning in xfrm_policy_insert_list | Xin Long |
2020-05-06 | xfrm: remove output_finish indirection from xfrm_state_afinfo | Florian Westphal |
2020-05-06 | xfrm: remove extract_output indirection from xfrm_state_afinfo | Florian Westphal |
2020-05-06 | xfrm: move xfrm4_extract_header to common helper | Florian Westphal |
2020-05-06 | xfrm: state: remove extract_input indirection from xfrm_state_afinfo | Florian Westphal |
2020-05-06 | xfrm: avoid extract_output indirection for ipv4 | Florian Westphal |
2020-04-28 | xfrm: add IPv6 support for espintcp | Sabrina Dubroca |
2020-04-28 | xfrm: add support for UDPv6 encapsulation of ESP | Sabrina Dubroca |
2020-04-27 | xfrm interface: don't take extra reference to netdev | Nicolas Dichtel |
2020-04-23 | xfrm interface: fix oops when deleting a x-netns interface | Nicolas Dichtel |
2020-04-21 | xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output | Xin Long |
2020-04-20 | xfrm: espintcp: save and call old ->sk_destruct | Sabrina Dubroca |
2020-04-15 | xfrm: do pskb_pull properly in __xfrm_transport_prep | Xin Long |
2020-04-15 | xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input | Xin Long |
2020-03-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2020-03-29 | net: Fix typo of SKB_SGO_CB_OFFSET | Cambda Zhu |
2020-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |