aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-47/+76
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-47/+76
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-34/+149
2020-07-30espintcp: count packets dropped in espintcp_rcvSabrina Dubroca1-0/+6
2020-07-30espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca1-1/+24
2020-07-29xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish1-5/+5
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig1-3/+3
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert1-0/+11
2020-07-17xfrm: interface: use IS_REACHABLE to avoid some compile errorsXin Long1-8/+8
2020-07-17xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca1-2/+2
2020-07-17espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca1-1/+4
2020-07-17espintcp: support non-blocking sendsSabrina Dubroca1-13/+13
2020-07-14xfrm: interface: not xfrmi_ipv6/ipip_handler twiceXin Long1-4/+18
2020-07-13xfrm interface: store xfrmi contexts in a hash by if_idEyal Birger1-9/+20
2020-07-13xfrm interface: avoid xi lookup in xfrmi_decode_session()Eyal Birger1-10/+13
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-07-09xfrm: interface: support IPIP and IPIP6 tunnels processing with .cb_handlerXin Long1-0/+32
2020-07-09xfrm: interface: support IP6IP6 and IP6IP tunnels processing with .cb_handlerXin Long1-0/+38
2020-07-09xfrm: add is_ipip to struct xfrm_input_afinfoXin Long1-11/+13
2020-06-30net: xfrmi: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+27
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long2-30/+27
2020-06-24xfrm: introduce oseq-may-wrap flagPetr Vaněk1-4/+8
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-2/+3
2020-06-22xfrm: bail early on slave pass over skbJarod Wilson1-17/+17
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-5/+27
2020-06-15esp, ah: modernize the crypto algorithm selectionsEric Biggers1-6/+9
2020-06-15esp: select CRYPTO_SEQIVEric Biggers1-0/+1
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers1-0/+20
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-7/+7
2020-06-05xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell1-4/+0
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-1/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-18/+37
2020-05-29xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-05-25xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal1-0/+16
2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal1-8/+59
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal1-0/+14
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal2-10/+29
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal1-0/+46
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca3-12/+49
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-0/+3
2020-04-27xfrm interface: don't take extra reference to netdevNicolas Dichtel1-2/+0
2020-04-23xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel1-0/+21
2020-04-21xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long1-5/+7
2020-04-20xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca1-0/+2
2020-04-15xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long1-5/+3
2020-04-15xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1